/* _content/Server/Pages/Features/Cms/Listing.cshtml.rz.scp.css */
.image-wrapper[b-5ke6s9bq60] {
    max-width: 800px;
    max-height: 500px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 12px;
    cursor: pointer; /* نشون میده کلیک میشه */
}

    .image-wrapper img[b-5ke6s9bq60] {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }

/* Mobile */
@media (max-width: 600px) {
    .image-wrapper[b-5ke6s9bq60] {
        max-width: 100%;
        max-height: 300px;
    }
}

/* Lightbox */
.lightbox[b-5ke6s9bq60] {
    display: none; /* مخفی تا کلیک نشه */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.lightbox-content[b-5ke6s9bq60] {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.close[b-5ke6s9bq60] {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
