.simple-lightbox{display:none;position:fixed;z-index:9999;inset:0;background:rgb(0 0 0 / .8);justify-content:center;align-items:center}.simple-lightbox[aria-hidden="false"]{display:flex}.simple-lightbox-inner{position:relative;max-width:90%;max-height:90%;text-align:center}.simple-lightbox img{max-width:100%;max-height:80vh}.simple-lightbox p{margin-top:10px;color:#fff}.simple-lightbox-close{position:absolute;top:-20px;right:-20px;background:#fff;border:none;font-size:24px;border-radius:50%;width:36px;height:36px;cursor:pointer}