.wp-lightbox-gallery{display:grid;gap:0.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));}
.lp-lightbox-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.8);justify-content:center;align-items:center;z-index:9999;}
.lp-lightbox-modal.is-active{display:flex;}
.lp-lightbox-img{max-width:90vw;max-height:90vh;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.4);}
.lp-lightbox-close{position:absolute;top:1rem;right:1rem;font-size:2rem;background:none;border:none;color:#fff;cursor:pointer;}