.dg-zoomable-image {
    cursor: zoom-in;
}

.dg-image-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.82);
    z-index: 999999;
}

.dg-image-modal.is-open {
    display: flex;
}

.dg-image-modal__image {
    max-width: min(92vw, 1600px);
    max-height: 92vh;
    width: auto;
    height: auto;
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.35);
}

.dg-image-modal__close {
    position: absolute;
    top: 14px;
    right: 20px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
}
