.gmpp-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.gmpp-gallery a{display:block;position:relative;overflow:hidden;border-radius:10px}
.gmpp-gallery img{width:100%;height:300px;object-fit:cover;display:block}
@media(max-width:1200px){.gmpp-gallery{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.gmpp-gallery{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.gmpp-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.gmpp-gallery{grid-template-columns:1fr}}
.gmpp-lightbox-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:99999}
.gmpp-lightbox-backdrop img{max-width:90vw;max-height:90vh}
.gmpp-lightbox-backdrop.is-open{display:flex}
.gmpp-lightbox-close{position:fixed;top:16px;right:20px;color:#fff;font-size:28px;cursor:pointer;z-index:100000}
.gmpp-lightbox-prev, .gmpp-lightbox-next { position:fixed; top:50%; transform:translateY(-50%); font-size:40px; color:#fff; cursor:pointer; user-select:none; z-index:100000; padding:0 10px; }
.gmpp-lightbox-prev { left: 20px; }
.gmpp-lightbox-next { right: 20px; }
