.simple-lightbox-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center}.simple-lightbox-modal.active{display:flex}.simple-lightbox-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:1}.simple-lightbox-content{position:relative;z-index:2;max-width:90%;max-height:90%;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.simple-lightbox-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;display:none}.simple-lightbox-spinner{width:3rem;height:3rem;border:4px solid hsla(0,0%,100%,.2);border-top-color:#fff;border-radius:50%;animation:simple-lightbox-spin .8s linear infinite}@keyframes simple-lightbox-spin{to{transform:rotate(360deg)}}.simple-lightbox-error{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;display:none;flex-direction:column;align-items:center;gap:1.25rem;color:#fff;text-align:center}.simple-lightbox-error svg{opacity:.7}.simple-lightbox-error-text{font-size:1rem;font-weight:500;opacity:.9}.simple-lightbox-media-container{display:flex;align-items:center;justify-content:center;max-width:97%;max-height:90vh;width:100%}.simple-lightbox-image{max-width:100%;max-height:90vh;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.75rem}.simple-lightbox-video{width:90vw;max-width:75rem;height:50.625vw;max-height:42.1875rem;border-radius:.75rem}.simple-lightbox-close{position:fixed;top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;background:hsla(0,0%,100%,.1);border:none;color:#fff;font-size:2rem;line-height:1;cursor:pointer;border-radius:50%;transition:background .2s;z-index:3;display:flex;align-items:center;justify-content:center}.simple-lightbox-close:hover{background:hsla(0,0%,100%,.2)}.simple-lightbox-prev,.simple-lightbox-next{position:fixed;top:50%;transform:translateY(-50%);width:3.125rem;height:3.125rem;background:hsla(0,0%,100%,.1);border:none;color:#fff;font-size:3rem;line-height:1;cursor:pointer;border-radius:50%;transition:background .2s;z-index:3;display:flex;align-items:center;justify-content:center}.simple-lightbox-prev:hover,.simple-lightbox-next:hover{background:hsla(0,0%,100%,.2)}.simple-lightbox-prev{left:1.25rem}.simple-lightbox-next{right:1.25rem}.simple-lightbox-counter{position:fixed;bottom:1.25rem;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:50%;font-size:.875rem;z-index:3}@media(max-width: 48rem){.simple-lightbox-content{max-width:100%;max-height:100%}.simple-lightbox-image{max-height:100vh}.simple-lightbox-video{width:100vw;height:56.25vw;max-height:100vh}.simple-lightbox-close{top:.625rem;right:.625rem;width:2.25rem;height:2.25rem;font-size:1.75rem}.simple-lightbox-prev,.simple-lightbox-next{width:2.5rem;height:2.5rem;font-size:2.5rem}.simple-lightbox-prev{left:.625rem}.simple-lightbox-next{right:.625rem}.simple-lightbox-counter{bottom:.625rem}}/*# sourceMappingURL=lightbox.css.map */