.kgv-gallery-lightbox{position:fixed;inset:0;z-index:3000;display:none;place-items:center;padding:48px 76px;background:rgba(20,18,14,.88)}.kgv-gallery-lightbox.is-open{display:grid}.kgv-lightbox-open{overflow:hidden}.kgv-gallery-lightbox-media{display:grid;place-items:center;max-width:min(1280px,100%);max-height:calc(100dvh - 96px)}.kgv-gallery-lightbox-image,.kgv-gallery-lightbox-video{display:block;max-width:min(1280px,100%);max-height:calc(100dvh - 96px);object-fit:contain;background:#000}.kgv-gallery-lightbox button{position:absolute;z-index:2;border:0;color:#fff;background:transparent;cursor:pointer}.kgv-gallery-lightbox-close{top:14px;right:20px;font-size:42px}.kgv-gallery-lightbox-prev,.kgv-gallery-lightbox-next{top:50%;font-size:48px;transform:translateY(-50%)}.kgv-gallery-lightbox-prev{left:20px}.kgv-gallery-lightbox-next{right:20px}.kgv-gallery-lightbox-counter{position:absolute;z-index:2;bottom:18px;left:50%;transform:translateX(-50%);color:#fff}@media(max-width:767px){.kgv-gallery-lightbox{padding:calc(52px + env(safe-area-inset-top)) 48px calc(52px + env(safe-area-inset-bottom))}.kgv-gallery-lightbox-media,.kgv-gallery-lightbox-image,.kgv-gallery-lightbox-video{max-width:100%;max-height:100%}.kgv-gallery-lightbox-prev{left:4px}.kgv-gallery-lightbox-next{right:4px}.kgv-gallery-lightbox-close{right:10px}}
/* Keep the shared lightbox independent from legacy gallery transitions. */
body > .kgv-gallery-lightbox {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  width: 100dvw !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  z-index: 2147483647 !important;
}

body > .kgv-gallery-lightbox.is-open {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body > .kgv-gallery-lightbox .kgv-gallery-lightbox-image,
body > .kgv-gallery-lightbox .kgv-gallery-lightbox-video {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
