/* Click-to-zoom lightbox for content screenshots. See lightbox.js. */

.content img {
    cursor: zoom-in;
}

#lightbox-dialog {
    padding: 0;
    border: none;
    border-radius: 6px;
    max-width: 95vw;
    max-height: 95vh;
    background: transparent;
}

#lightbox-dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

#lightbox-dialog img {
    display: block;
    max-width: 95vw;
    max-height: 95vh;
    cursor: zoom-out;
}
