.gallery-lightbox-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .95);animation:fadeIn 0.3s ease-in}.gallery-lightbox-modal.active{display:flex;align-items:center;justify-content:center}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.gallery-lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-lightbox-image{max-width:100%;max-height:100%;object-fit:contain;user-select:none}.gallery-lightbox-close{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;z-index:10000;background:none;border:none;padding:0;transition:text-shadow 0.2s ease}.gallery-lightbox-close:hover{text-shadow:0 0 10px rgb(255 255 255 / .5)}.gallery-lightbox-nav{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 20px;box-sizing:border-box;transform:translateY(-50%);pointer-events:none}.gallery-lightbox-prev,.gallery-lightbox-next{color:#fff;font-size:30px;cursor:pointer;background:rgb(0 0 0 / .5);padding:15px 20px;border:none;border-radius:3px;transition:background 0.2s ease;pointer-events:auto}.gallery-lightbox-prev:hover,.gallery-lightbox-next:hover{background:rgb(0 0 0 / .8)}.gallery-lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:#fff;font-size:14px;background:rgb(0 0 0 / .7);padding:10px 15px;border-radius:3px}.wp-block-gallery img{cursor:pointer;transition:opacity 0.2s ease}.wp-block-gallery img:hover{opacity:.8}@media (max-width:768px){.gallery-lightbox-close{font-size:30px;top:10px;right:15px}.gallery-lightbox-prev,.gallery-lightbox-next{padding:10px 15px;font-size:24px}.gallery-lightbox-nav{padding:0 10px}}