/* Accessible Lightbox (WpZone) */
.mglb-overlay{position:fixed;inset:0;background:rgba(2,8,23,.8);display:none;align-items:center;justify-content:center;z-index:1000}
.mglb-overlay[aria-hidden="false"]{display:flex}
.mglb-dialog{position:relative;max-width:min(92vw,1400px);max-height:92vh;display:grid;grid-template-rows:auto 1fr auto;gap:.5rem;background:transparent}
.mglb-view{position:relative;display:grid;place-items:center;background:#000;border-radius:12px;overflow:hidden}
.mglb-img{max-width:100%;max-height:80vh;object-fit:contain}
.mglb-caption{color:#e5e7eb;text-align:center;font-size:.9375rem;margin-top:.25rem}
.mglb-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.5rem}
.mglb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;cursor:pointer}
.mglb-btn:hover{background:rgba(255,255,255,.15)}
.mglb-counter{color:#cbd5e1;font-size:.875rem}
.mglb-hidden{position:absolute !important; width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
