.wpgs-gallery{display:grid;grid-template-columns:repeat(var(--wpgs-desktop-cols,4),minmax(0,1fr));gap:14px;margin:20px 0}.wpgs-item{display:block;position:relative;overflow:hidden;border-radius:12px;background:#f5f5f5;text-decoration:none;aspect-ratio:1/1}.wpgs-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease,filter .25s ease}.wpgs-item:hover .wpgs-img{transform:scale(1.045);filter:brightness(.92)}.wpgs-lightbox{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .18s ease}.wpgs-lightbox.is-open{opacity:1;pointer-events:auto}.wpgs-lightbox__img{max-width:min(1100px,95vw);max-height:86vh;width:auto;height:auto;border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.45)}.wpgs-lightbox__caption{position:fixed;left:20px;right:20px;bottom:18px;text-align:center;color:#fff;font-size:14px}.wpgs-lightbox__close,.wpgs-lightbox__prev,.wpgs-lightbox__next{position:fixed;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;border-radius:999px;line-height:1;transition:background .2s}.wpgs-lightbox__close:hover,.wpgs-lightbox__prev:hover,.wpgs-lightbox__next:hover{background:rgba(255,255,255,.25)}.wpgs-lightbox__close{top:18px;right:18px;width:42px;height:42px;font-size:30px}.wpgs-lightbox__prev,.wpgs-lightbox__next{top:50%;transform:translateY(-50%);width:46px;height:46px;font-size:34px}.wpgs-lightbox__prev{left:18px}.wpgs-lightbox__next{right:18px}@media(max-width:767px){.wpgs-gallery{grid-template-columns:repeat(var(--wpgs-mobile-cols,2),minmax(0,1fr));gap:10px}.wpgs-lightbox{padding:12px}.wpgs-lightbox__prev,.wpgs-lightbox__next{width:40px;height:40px;font-size:28px}.wpgs-lightbox__prev{left:8px}.wpgs-lightbox__next{right:8px}.wpgs-lightbox__close{top:10px;right:10px}}