/* Dependency-free static image lightbox */
.static-lightbox[hidden]{display:none!important}
.static-lightbox{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.88);box-sizing:border-box}
.static-lightbox__stage{position:relative;display:flex;align-items:center;justify-content:center;width:min(96vw,1500px);height:min(92vh,1100px)}
.static-lightbox__image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;box-shadow:0 8px 40px rgba(0,0,0,.35)}
.static-lightbox__close,.static-lightbox__prev,.static-lightbox__next{position:absolute;z-index:2;border:0!important;margin:0!important;padding:0!important;background:rgba(0,0,0,.52)!important;color:#fff!important;font-family:Arial,sans-serif!important;font-weight:400!important;line-height:1!important;text-align:center;cursor:pointer;box-shadow:none!important;transition:background .2s ease,transform .2s ease}
.static-lightbox__close:hover,.static-lightbox__prev:hover,.static-lightbox__next:hover{background:rgba(0,0,0,.8)!important;color:#fff!important}
.static-lightbox__close{top:0;right:0;width:46px;height:46px;border-radius:50%;font-size:34px!important}
.static-lightbox__prev,.static-lightbox__next{top:50%;width:48px;height:64px;margin-top:-32px!important;border-radius:4px;font-size:42px!important}
.static-lightbox__prev{left:0}.static-lightbox__next{right:0}
.static-lightbox__caption{position:absolute;left:60px;right:60px;bottom:0;color:#fff;text-align:center;font:400 14px/1.4 Arial,sans-serif;text-shadow:0 1px 4px #000;pointer-events:none}
body.static-lightbox-open{overflow:hidden!important}
@media(max-width:700px){.static-lightbox{padding:10px}.static-lightbox__stage{width:100%;height:96vh}.static-lightbox__close{top:8px;right:8px}.static-lightbox__prev{left:4px}.static-lightbox__next{right:4px}.static-lightbox__caption{left:54px;right:54px;bottom:8px}}
