.rw-lightbox-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .85);display:flex;justify-content:center;align-items:center;z-index:9999;cursor:zoom-out}.rw-lightbox-image{max-width:90%;max-height:90%;border-radius:8px;box-shadow:0 0 20px rgb(0 0 0 / .6);animation:fadeIn .2s ease}@keyframes fadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}