.dl-lightbox-23cd481b {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.dl-lightbox-23cd481b.dl-active-23cd481b {
    display: flex;
}

.dl-overlay-23cd481b {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.dl-content-23cd481b {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 10000;
    overflow: auto;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.dl-close-23cd481b {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #333;
    padding: 0;
}

.dl-image-23cd481b img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.dl-trigger-23cd481b img {
    max-width: 100%;
    height: auto;
    display: block;
}