/* Failure states for editorial media. */

.mgt-media-unavailable[hidden] {
  display: none !important;
}

figure.mgt-media-fallback {
  min-height: clamp(13rem, 30vw, 28rem);
  overflow: hidden;
  background: #e8ece9;
}

figure.mgt-media-fallback .mgt-media-placeholder {
  display: grid;
  width: 100%;
  min-height: inherit;
  aspect-ratio: 4 / 3;
  place-items: center;
  padding: 1.5rem;
  color: var(--mgt-muted, #68756d);
  background: #e8ece9;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-align: center;
}

figure.mgt-media-fallback figcaption[hidden] {
  display: none !important;
}

@media (max-width: 600px) {
  figure.mgt-media-fallback {
    min-height: 12rem;
  }
}
