
/* Core lightbox modal styles */
#lightbox-modal{ position:fixed; inset:0; display:none; align-items:center; justify-content:center; background:rgba(0,0,0,.6); z-index:9999; }
#lightbox-modal.active{ display:flex; }
.lightbox-dialog{ max-width:92vw; max-height:92vh; padding:12px; background:#fff; border-radius:10px; box-shadow:0 10px 30px rgba(0,0,0,.35); }
.lightbox-dialog img{ display:block; max-width:100%; max-height:calc(92vh - 56px); height:auto; margin:0 auto; }
.lightbox-close{ position:absolute; top:12px; right:16px; font-size:28px; line-height:1; background:transparent; border:0; cursor:pointer; }
#lightbox-caption{ margin-top:8px; font-size:14px; color:#333; text-align:center; }
body.scroll-lock{ overflow:hidden; }
a.js-lightbox{ cursor: zoom-in; }
