/* Image Gallery - scorrimento libero AutoScroll */
.img-gallery .splide__slide {
    border-radius: 12px;
    overflow: hidden;
}

.img-gallery .splide__slide img {
    height: 400px;
    width: auto;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .img-gallery .splide__slide img {
        height: 250px;
    }
}

/* Link del lightbox attorno alla foto */
.img-gallery .splide__slide a {
    display: block;
    cursor: zoom-in;
}

/* Icona "scorri" sotto la galleria */
.img-gallery-hint {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.img-gallery-hint svg {
    width: 56px;
    height: 56px;
}

@media (max-width: 767px) {
    .img-gallery-hint svg {
        width: 48px;
        height: 48px;
    }
}

/* Didascalia sotto la foto (se compilata in Libreria Media → Didascalia) */
.img-gallery figure.img-gallery__item {
    margin: 0;
}

.img-gallery .img-gallery__caption {
    width: 0;
    min-width: 100%;
    padding-top: 0.6rem;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: left;
}
