.teaser_body {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.teaser-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.teaserContainer {
  position: relative;
  padding: 1rem 0 0;
}

.teaser {
  clear: both;
}

.teaserContainer:first-of-type {
  padding-top: 0;
}

.teaser_content {
  display: flex;
  flex-direction: column;
}

.teaser_content .teaser_header {
  margin-bottom: 0.75rem;
}

.teaser_content .teaser_body {
  margin-top: 0;
}

.teaser-primary-visual {
  margin-bottom: .5rem;
}

.teaser-primary-visual iframe {
  display: block;
  width: 100%;
  aspect-ratio: 15/10;
}

.teaser-primary-visual img {
  border-radius: 3px;
  max-width: 24rem;
}

.teaser_contributors {
  padding-top: 3px;
  margin-top: 0.5rem;
}

.teaser_contributors a {
  color: var(--color-mpr-button-blue)
}

.teaser_contributors svg {
  margin-right: 0.25rem;
  vertical-align: bottom;
}
