/* MIO visual gallery bridge v1.0.0 */
.mio-gallery-page .hero-actions .button.glass {
  border-color: rgba(241, 221, 164, .34);
}

.mio-gallery-page .lightbox-media iframe {
  width: 100%;
  height: 100%;
  min-height: min(68vh, 720px);
  border: 0;
  background: #120104;
}

.mio-gallery-page .media-unavailable {
  display: grid;
  place-items: center;
  align-content: center;
  gap: .8rem;
  min-height: 420px;
  padding: 2rem;
  color: rgba(255, 255, 255, .72);
  background: linear-gradient(145deg, #31050c, #140103);
  text-align: center;
}

.mio-gallery-page .media-unavailable svg {
  width: 2.2rem;
  height: 2.2rem;
  color: #e1c778;
}

.mio-gallery-page .media-labels span:nth-child(2) {
  color: #2d050a;
  background: #f1dda4;
}

@media (max-width: 760px) {
  .mio-gallery-page .lightbox-media iframe {
    min-height: 42vh;
  }
}
