/* =========================
   GALLERIA LOCALITÀ
   ========================= */

.eb-loc-gallery,
.eb-location-gallery {
    max-width: 980px;
    margin: 42px auto;
    padding: 0;
    position: relative;
}

/* Non usiamo più il bottone esterno */
.eb-loc-gallery__top-more {
    display: none !important;
}

.eb-loc-gallery__grid,
.eb-location-gallery__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 10px;
    border-radius: 22px;
    overflow: hidden;
}

.eb-loc-gallery__item,
.eb-location-gallery__item {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    min-height: 210px;
    background: #f3f3f3;
}

.eb-loc-gallery__item:first-child,
.eb-location-gallery__item:first-child {
    grid-row: span 2;
    min-height: 430px;
}

.eb-loc-gallery__item img,
.eb-location-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eb-loc-gallery__item::after,
.eb-location-gallery__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.58) 0%,
        rgba(0,0,0,.25) 34%,
        rgba(0,0,0,0) 62%
    );
    z-index: 2;
    pointer-events: none;
}

.eb-loc-gallery__overlay,
.eb-location-gallery__caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    color: #fff;
    text-align: left;
    text-shadow: 0 2px 12px rgba(0,0,0,.55);
}

.eb-loc-gallery__overlay strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.eb-loc-gallery__overlay small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    opacity: .95;
}

.eb-loc-gallery .eb-loc-gallery__more {
    background: rgba(20, 20, 20, .06) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .45) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 8px 22px rgba(0,0,0,.22) !important;
    backdrop-filter: blur(14px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
}

.eb-loc-gallery__more-icon {
    font-size: 15px;
    line-height: 1;
}

/* Se l'ultima foto ha anche titolo/autore, il bottone resta in basso a destra */
.eb-loc-gallery__item:last-child .eb-loc-gallery__overlay {
    right: 120px;
}

@media (max-width: 767px) {
    .eb-loc-gallery,
    .eb-location-gallery {
        max-width: 100%;
        margin: 30px auto;
        padding: 0 16px;
    }

    .eb-loc-gallery__grid,
    .eb-location-gallery__grid {
        grid-template-columns: 1fr;
        gap: 8px;
        border-radius: 18px;
    }

    .eb-loc-gallery__item,
    .eb-location-gallery__item,
    .eb-loc-gallery__item:first-child,
    .eb-location-gallery__item:first-child {
        min-height: 230px;
        grid-row: auto;
    }

    .eb-loc-gallery__overlay,
    .eb-location-gallery__caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .eb-loc-gallery__overlay strong {
        font-size: 12px;
    }

    .eb-loc-gallery__overlay small {
        font-size: 10px;
    }

    .eb-loc-gallery__more {
        right: 12px;
        bottom: 12px;
        font-size: 12px;
        padding: 9px 13px;
    }

    .eb-loc-gallery__item:last-child .eb-loc-gallery__overlay {
        right: 110px;
    }
}

@media (max-width: 767px) {
    .eb-loc-gallery {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 16px !important;
        margin: 28px auto 34px !important;
        overflow: hidden !important;
    }

    .eb-loc-gallery__grid {
        display: block !important;
        width: 100% !important;
        border-radius: 18px !important;
        overflow: hidden !important;
    }

    .eb-loc-gallery__item {
        display: none !important;
    }

    .eb-loc-gallery__item:first-child {
        display: block !important;
        width: 100% !important;
        height: 220px !important;
        min-height: 220px !important;
        border-radius: 18px !important;
        overflow: hidden !important;
    }

    .eb-loc-gallery__item:first-child img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .eb-loc-gallery__more {
        right: 12px !important;
        bottom: 12px !important;
        z-index: 10 !important;
        font-size: 12px !important;
        padding: 9px 13px !important;
    }
}

/* Pulsante "Tutte le foto" più visibile anche desktop */
.eb-loc-gallery .eb-loc-gallery__more {
    right: 16px !important;
    bottom: 16px !important;
    z-index: 20 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    border: 1px solid rgba(255,255,255,.75) !important;
    border-radius: 999px !important;
    background: rgba(0,0,0,.48) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 10px 15px !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(10px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(10px) saturate(140%) !important;
    text-shadow: none !important;
}

.eb-loc-gallery .eb-loc-gallery__more-icon {
    color: #fff !important;
    opacity: 1 !important;
}
