/* Pinterest-style gallery layout (mobile-first) */
.alborz-pinterest-gallery {
    background: transparent;
}

@media screen and (max-width: 767.98px) {
    .alborz-pinterest-gallery.section-padding {
        padding: 10px 0 24px;
        background: #0d0d0d;
    }

    .alborz-pinterest-gallery .container {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 100%;
    }

    .alborz-pinterest-grid {
        display: block !important;
        margin: 0 !important;
    }

    .alborz-pinterest-grid .pinterest-item {
        width: 50% !important;
        float: right;
        padding: 0 5px 10px !important;
        margin: 0 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }

    html[dir="ltr"] .alborz-pinterest-grid .pinterest-item {
        float: left;
    }

    .alborz-pinterest-grid .gallery-box {
        border-radius: 16px;
        overflow: hidden;
        background: #1a1a1a;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    }

    .alborz-pinterest-grid .gallery-box .gallery-img {
        border-radius: 16px;
        overflow: hidden;
    }

    .alborz-pinterest-grid .gallery-box .gallery-img > img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 16px;
        object-fit: cover;
    }

    .alborz-pinterest-grid .gallery-box .gallery-detail {
        display: none;
    }

    .alborz-pinterest-grid::after {
        content: "";
        display: table;
        clear: both;
    }

    body#gallery .banner-header {
        min-height: 120px;
    }

    body#gallery .banner-header h1 {
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 768px) {
    .alborz-pinterest-grid .pinterest-item {
        margin-bottom: 15px;
    }
}
