.gallery-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.gallery-lightbox--active{opacity:1;visibility:visible}.gallery-lightbox__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .92);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.gallery-lightbox__container{position:relative;width:95%;max-width:1200px;max-height:90vh;z-index:1;transform:scale(.95);transition:transform 0.3s ease;display:flex;align-items:center;justify-content:center}.gallery-lightbox--active .gallery-lightbox__container{transform:scale(1)}.gallery-lightbox__close{position:absolute;top:-50px;right:0;width:44px;height:44px;padding:0;border:none;background:#fff0;color:#fff;font-size:36px;font-weight:300;line-height:1;cursor:pointer;opacity:.8;transition:opacity 0.2s ease;z-index:10}.gallery-lightbox__close:hover{opacity:1}.gallery-lightbox__close:focus{outline:2px solid #fff;outline-offset:2px}.gallery-lightbox__content{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.gallery-lightbox__video{width:100%;max-width:900px;aspect-ratio:16 / 9;background:#000;border-radius:4px;box-shadow:0 20px 60px rgb(0 0 0 / .5)}.gallery-lightbox__image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px;box-shadow:0 20px 60px rgb(0 0 0 / .5)}.gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;padding:0;border:none;background:var(--green);color:#000;border-radius:50%;cursor:pointer;opacity:1;transition:opacity 0.2s ease,background 0.2s ease;display:flex;align-items:center;justify-content:center;z-index:10}.gallery-lightbox__nav:hover,.gallery-lightbox__nav:focus{opacity:1;background:var(--btn-hover-bg);color:var(--green);outline:2px solid var(--green)}.gallery-lightbox__nav svg{width:20px;height:20px}.gallery-lightbox__nav--prev{left:10px}.gallery-lightbox__nav--next{right:10px}.gallery-lightbox__counter{position:absolute;bottom:-35px;left:50%;transform:translateX(-50%);color:rgb(255 255 255 / .7);font-size:13px;font-weight:500;letter-spacing:.5px}.gallery-wrapper{display:flex;align-items:stretch;justify-content:space-between}.editor-styles-wrapper .gallery-wrapper{display:flex;flex-wrap:nowrap}.gallery-lightbox-image{position:relative;height:100%}.editor-styles-wrapper .gallery-lightbox-image{width:23%}.gallery-wrapper figure{position:relative}.gallery-wrapper figure::after{content:'';position:absolute;bottom:8px;right:8px;width:14px;height:14px;background:rgb(0 0 0 / .6);border-radius:50%;pointer-events:none;opacity:0;transition:opacity 0.2s ease;z-index:5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-size:8px 8px;background-position:center;background-repeat:no-repeat}.editor-styles-wrapper .gallery-wrapper figure::after{display:none}.gallery-wrapper figure:hover::after{opacity:1}@media (hover:none){.gallery-wrapper figure::after{opacity:.8}}@media (min-width:769px){.gallery-lightbox__container{width:90%}.gallery-lightbox__nav{width:50px;height:50px}.gallery-lightbox__nav--prev{left:20px}.gallery-lightbox__nav--next{right:20px}.gallery-lightbox__nav svg{width:24px;height:24px}.gallery-lightbox__image{max-height:80vh}.gallery-lightbox__counter{bottom:-40px;font-size:14px}.gallery-wrapper figure::after{width:32px;height:32px;bottom:12px;right:12px;background-size:18px 18px}}@media (prefers-reduced-motion:reduce){.gallery-lightbox,.gallery-lightbox__container,.gallery-lightbox__nav,.gallery-lightbox-image{transition:none}}