/* Minimal lightbox */
.bp-twg-lb-overlay{ position: fixed; inset: 0; background: rgba(0,0,0,.9); display: none; align-items: center; justify-content: center; z-index: 999999; }
.bp-twg-lb-overlay.active{ display:flex; }
.bp-twg-lb-inner{ position: relative; max-width: 92vw; max-height: 92vh; display:flex; align-items:center; justify-content:center; }
.bp-twg-lb-img{ max-width: 92vw; max-height: 92vh; display:block; }
.bp-twg-lb-btn{ position:absolute; top:50%; transform:translateY(-50%); background:rgba(255,255,255,.15); color:#fff; border:none; width:48px; height:48px; border-radius:9999px; cursor:pointer; font-size:22px; line-height:48px; text-align:center; }
.bp-twg-lb-btn:hover{ background:rgba(255,255,255,.25); }
.bp-twg-lb-prev{ left:-64px; } .bp-twg-lb-next{ right:-64px; }
.bp-twg-lb-close{ position:absolute; top:-56px; right:-8px; width:40px; height:40px; border-radius:9999px; background:rgba(255,255,255,.2); color:#fff; border:none; font-size:20px; cursor:pointer; }
@media (max-width:767px){ .bp-twg-lb-prev{ left:8px; } .bp-twg-lb-next{ right:8px; } .bp-twg-lb-close{ top:12px; right:12px; }
}
