<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.modal-open {
    overflow: hidden;
}

.bg-reels {
    background-color: #2b2b2b !important;
}

.bg-reels-lazy {
    background-color: rgba(0, 0, 0, 0.55) !important;
}

.modal-common {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

.modal-common .modal-wrapper {
    width: 100%;
    max-width: 880px;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.modal-common .close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 5;
    padding: 10px;
    line-height: 1;
    text-align: center;
}

.modal-common video,
.modal-common .gallery-wrapper {
    width: 100%;
    height: auto;
    border-radius: 6px;
}


.carousel-stories .icon-carosello {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 0.25rem;
    width: 25px !important;
    height: 25px !important;
    background-image: url('https://media.laregione.ch/files/domains/laregione.ch/loghi/app/gallery-carosello.svg');
    background-color: rgba(0, 0, 0, 0.5);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 5;
}

.carousel-stories .ico-gallery-carosello {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.4rem;
    border-radius: 0.25rem;
    font-size: 1.2rem;
    color: white;
    pointer-events: none;
    width: 25px !important;
    height: 25px !important;
    z-index: 5;
}

.modal-common .swiper-pagination,
.carousel-stories .swiper-pagination {
    font-size: 3rem;
}

.modal-common .swiper-button-next,
.modal-common .swiper-button-prev,
.carousel-stories .swiper-button-next,
.carousel-stories .swiper-button-prev {
    color: white;
}

.modal-common .modal-wrapper .swiper-button-next,
.modal-common .modal-wrapper .swiper-button-prev,
.carousel-stories .modal-wrapper .swiper-button-next,
.carousel-stories .modal-wrapper .swiper-button-prev {
    color: white;
}

.carousel-stories .video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.carousel-stories .video-wrapper {
    position: relative;
    width: 90%;
    max-width: 800px;
    z-index: 1;

}

.carousel-stories .close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 5;
    padding: 10px;
    line-height: 1;
    text-align: center;
}

.modal-common .swiper-pagination-bullet,
.carousel-stories .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: white;
    opacity: 0.5;
    margin: 4px;
    transition: opacity 0.3s;
}

.modal-common .swiper-pagination-bullet-active,
.carousel-stories .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

#modalVideo {
    z-index: 0;
    position: relative;
    max-height: 90vh;
}

#galleryModal img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Mostra l'intera immagine senza tagliarla */
    border-radius: 6px;
    /* Opzionale: arrotondamento */
}


#galleryModal .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    /* altezza massima visibile */
}


.carousel-stories .close-modal-gallery {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 5;
    padding: 10px;
    text-align: center;
}


.carousel-stories .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%;
    /* 16:9 rapporto inverso (100% / 9 * 16) */
    background-color: black;
    /* Sfondo per i video */
    overflow: hidden;
    border-radius: 6px;
    /* Opzionale: arrotondamento */
}

.carousel-stories .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Mostra l'intero video senza tagliarlo */
}

.carousel-stories a {
    text-decoration: none;
}

#additionalSpots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-items: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    max-width: 100%;
}

#additionalSpots .spot {
    max-width: 100%;
}

@media (max-width: 768px) {
    #galleryModal .swiper-slide {
        height: 70vh;
        /* Riduci l'altezza su dispositivi mobili */
    }

    #galleryModal img {
        max-width: 90%;
        /* Riduci leggermente la larghezza per margini */
        max-height: 90%;
        /* Riduci leggermente l'altezza per margini */
    }

    .carousel-stories .spot img {
        height: 100%;
        object-fit: cover;
    }

    .carousel-stories .spot {
        width: 100%;
        height: 450px;
        border-radius: 0;
        overflow: hidden;
    }

    .carousel-stories .close-modal {
        font-size: 2.2rem;
        top: 5px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .carousel-stories .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 6px;
    }

    .view-spots-link {
        display: none;
    }
}</pre></body></html>