/* Extra components kept separate from the theme's stylesheet header. */
.ske-lightbox { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(0,0,0,.9); }
.ske-lightbox img { display: block; max-width: min(1100px, 92vw); max-height: 88vh; object-fit: contain; }
.ske-lightbox button { position: absolute; top: 18px; right: 24px; width: 46px; height: 46px; color: #fff; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: transparent; font-size: 30px; line-height: 1; cursor: pointer; }
