.lightbox{z-index:500;cursor:zoom-out;background:#000000e0;justify-content:center;align-items:center;animation:.15s lightbox-in;display:flex;position:fixed;inset:0}@keyframes lightbox-in{0%{opacity:0}to{opacity:1}}.lightbox__img{object-fit:contain;cursor:default;border-radius:6px;max-width:92vw;max-height:92vh;box-shadow:0 8px 40px #0009}.lightbox__close{color:#fff;cursor:pointer;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;transition:background .15s;display:flex;position:absolute;top:18px;right:22px}.lightbox__close:hover{background:#000000b3}
