.wp-block-gallery{display:grid !important;grid-template-columns:repeat(1,1fr);gap:12px;margin-top:1.5rem;margin-bottom:1.5rem;padding:0;list-style:none}.wp-block-gallery .wp-block-image{margin:0;width:100%;box-sizing:border-box}.wp-block-gallery .wp-block-image a,.wp-block-gallery .wp-block-image img{display:block;width:100%;height:100%;cursor:pointer}.wp-block-gallery.is-cropped .wp-block-image img{object-fit:cover;aspect-ratio:4/3}.wp-block-gallery .wp-block-image img{transition:opacity .2s ease,transform .2s ease;border-radius:4px}.wp-block-gallery .wp-block-image a:hover img{opacity:.9;transform:scale(1.01)}@media (min-width:600px){.wp-block-gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.wp-block-gallery{grid-template-columns:repeat(3,1fr);gap:16px}}@media (min-width:1024px){.wp-block-gallery.columns-5{grid-template-columns:repeat(5,1fr)}}#modal_gallery{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-color:#fff;z-index:9999}#modal_gallery div{height:100%;width:100%;z-index:999;background-repeat:no-repeat;background-size:contain;background-position:center;margin:0 auto;transition:.3s ease}#gallery_close{position:absolute;right:20px;top:30px;width:40px;height:40px;z-index:10000;cursor:pointer}#gallery_close:before,#gallery_close:after{content:'';position:absolute;width:2px;height:2.5rem;background:#111;display:block;right:18px;top:0}#gallery_close:before{transform:rotate(-45deg)}#gallery_close:after{transform:rotate(45deg)}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.7);border:none;color:#111;padding:10px;cursor:pointer;z-index:10000;user-select:none;box-shadow:1px 1px 5px rgba(0,0,0,.2);border-radius:5px;height:40px;width:40px}#next.nav-button{right:20px}#prev.nav-button{left:20px}