.card.content-card {
  box-shadow: 0px 8px 28px -4px #01041433;
  border-radius: var(--border-radius-border-border-radius-lg);
  border: none;
}
.content-card.card--sm {
  width: 328px;
}
.content-card.card--lg {
  width: 368px;
}
.content-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: var(--space-space-lg);
}
.content-card img {
  border-top-left-radius: var(--border-radius-border-border-radius-lg);
  border-top-right-radius: var(--border-radius-border-border-radius-lg);
  object-fit: cover;
  /*aspect-ratio: 16 / 9;*/
  height: 100%;
  width: 100%;
}
.logo-wrapper a {
  height: 32px;
  display: flex;
  width: 32px;
}
.logo-wrapper img {
  border-radius: 0;
}
.logo-wrapper img,
.text-wrapper .tag {
  margin-right: var(--space-space-sm);
}
.content-card .video-indicator {
  position: absolute;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.content-card .video-indicator span {
  width: 32px;
  height: 32px;
  background: #010414B2;
  border-radius: var(--border-radius-border-border-radius-rounded);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-card .video-duration {
  padding: var(--space-space-xs) var(--space-space-sm);
  background: #010414B2;
  color: var(--color-foreground-foreground-on-secondary-active);
  font-size: var(--typography-font-size-label3-sm);
  line-height: var(--typography-line-height-label3-sm);
  font-weight: var(--font-weight-font-font-weight-bold);
  height: fit-content;
  height: -moz-fit-content;
  border-radius: var(--border-radius-border-border-radius-md);
}
.content-card .link-to-media {
  display: block;
  position: relative;
  height: 100%;
}
.content-card .video-indicator {
  bottom: 16px;
  right: 24px;
}
.content-card.card--sm .video-indicator {
  bottom: 16px;
  right: 16px;
}
.content-card h1, 
.content-card h2, 
.content-card h3, 
.content-card h4, 
.content-card h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content-card .title,
.content-card .description {
  margin-bottom: 0;
  color: var(--color-foreground-foreground-default);
}
.content-card.card--lg .description {
  font-size: var(--typography-font-size-body1-lg);
  line-height: var( --typography-line-height-body1-lg);
}
.content-card.card--sm .description {
  font-size: var(--typography-font-size-body1-sm);
  line-height: var(--typography-line-height-body1-sm);
}
.content-card.card--lg .card-body {
  padding: var(--space-space-xl);
}
.content-card.card--lg .card-date {
  font-size: var(--typography-font-size-body1-lg);
  line-height: var( --typography-line-height-body1-lg);
}
.content-card.card--sm .card-date {
  font-size: var(--typography-font-size-body2);
  line-height: var(--typography-line-height-body2-sm)
}
.card--program .tags-for-image-card,
.card--image .tags-for-program-card {
  display: none;
}
.content-card .link-to-title {
  text-decoration: none;
}