.stpm-photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}.stpm-photo-gallery a{display:block;overflow:hidden;aspect-ratio:4/3}.stpm-photo-gallery img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s}.stpm-photo-gallery a:hover img{transform:scale(1.03)}.stpm-photo-dialog{border:0;background:#141c20;padding:48px 14px 14px;max-width:94vw;max-height:94vh}.stpm-photo-dialog::backdrop{background:rgba(0,0,0,.85)}.stpm-photo-dialog img{max-width:88vw;max-height:78vh;object-fit:contain}.stpm-photo-dialog button{position:absolute;right:12px;top:10px;background:white;border:0;padding:8px 14px;cursor:pointer}@media(max-width:767px){.stpm-photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.stpm-photo-gallery img{transition:none}}
