/* Sofort wirksame Medienkorrekturen; eigener Dateiname umgeht Hosting-Caches. */
.media-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.media-card__image {
  flex: none;
}

.media-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

.media-card__links {
  align-items: center;
  margin-top: auto;
  padding-top: 4px;
}

.media-card__image::after,
.creator-directory-card__portrait::after,
.official-project-card__cover::after,
.creator-product-card__media::after {
  inset: 0;
  height: auto;
}

@media (max-width: 620px) {
  .site-pulse__headline strong {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
}
