.gallery-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;align-items:center;justify-content:center}.gallery-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8)}.gallery-modal-content{position:relative;width:95vw;height:95vh;display:flex;align-items:center;justify-content:center}.gallery-modal-image{width:100%;height:100%;object-fit:contain}.gallery-modal-prev,.gallery-modal-next,.gallery-modal-close{position:absolute;background:rgba(0,0,0,.5);color:#fff;border:none;padding:10px;cursor:pointer;font-size:24px;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.gallery-modal-prev svg,.gallery-modal-next svg,.gallery-modal-close svg{width:1.25rem;height:1.25rem;fill:currentColor}.gallery-modal-prev{left:10px}.gallery-modal-next{right:10px}.gallery-modal-close{top:10px;right:10px}.gallery-modal-prev:hover,.gallery-modal-next:hover,.gallery-modal-close:hover{background:rgba(0,0,0,.7)}