.elementor-519 .elementor-element.elementor-element-233a769{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-519 .elementor-element.elementor-element-233a769:not(.elementor-motion-effects-element-type-background), .elementor-519 .elementor-element.elementor-element-233a769 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hotelvaldisole.it/wp-content/uploads/2025/10/peio-3000.jpg");background-position:center center;background-size:cover;}.elementor-519 .elementor-element.elementor-element-73e5b02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-73e5b02 */.territorio-val-di-sole {
        box-sizing: border-box;
    }

    .territorio-val-di-sole {
        font-family: 'Montserrat', sans-serif;
        line-height: 1.6;
        color: #333;
    }

    .territorio-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 60px 40px;
    }

    .territorio-intro-section {
        text-align: center;
        margin-bottom: 60px;
        padding: 40px 30px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    }

    .territorio-intro-section h2 {
        color: #2c3e50;
        font-size: 2.2em;
        margin: 0 0 20px 0;
        font-weight: 600;
        position: relative;
        display: inline-block;
        font-family: 'Montserrat', sans-serif;
    }

    .territorio-intro-section h2::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: #B2292E;
    }

    .territorio-intro-section p {
        font-size: 1.1em;
        color: #666;
        max-width: 900px;
        margin: 20px auto 0;
        line-height: 1.8;
        font-weight: 400;
    }

    .territorio-localities-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
        gap: 35px;
        margin-bottom: 60px;
    }

    .territorio-locality-card {
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-top: 4px solid #B2292E;
    }

    .territorio-locality-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .territorio-locality-image {
        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
    }

    .territorio-locality-content {
        padding: 35px;
    }

    .territorio-locality-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #f0f0f0;
        position: relative;
    }

    .territorio-locality-header::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 50px;
        height: 2px;
        background: #B2292E;
    }

    .territorio-locality-title h3 {
        color: #2c3e50;
        font-size: 1.6em;
        margin: 0 0 5px 0;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

    .territorio-locality-altitude {
        color: #999;
        font-size: 0.9em;
        font-weight: 400;
    }

    .territorio-locality-description {
        color: #666;
        line-height: 1.7;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .territorio-locality-highlights {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #f0f0f0;
    }

    .territorio-locality-highlights h4 {
        color: #2c3e50;
        font-size: 1em;
        margin: 0 0 12px 0;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

    .territorio-highlights-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .territorio-highlights-list li {
        padding: 6px 0 6px 25px;
        position: relative;
        color: #666;
        font-size: 0.95em;
        font-weight: 400;
    }

    .territorio-highlights-list li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        width: 8px;
        height: 8px;
        background: #B2292E;
        border-radius: 50%;
    }

    .territorio-map-info {
        background: white;
        padding: 50px 30px;
        border-radius: 8px;
        text-align: center;
        margin-top: 50px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        border-top: 4px solid #B2292E;
    }

    .territorio-map-info h3 {
        color: #2c3e50;
        font-size: 1.8em;
        margin: 0 0 15px 0;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

    .territorio-map-info p {
        color: #666;
        font-size: 1.1em;
        max-width: 800px;
        margin: 0 auto;
        font-weight: 400;
        line-height: 1.7;
    }

    @media (max-width: 768px) {
        .territorio-container {
            padding: 40px 20px;
        }

        .territorio-intro-section {
            padding: 30px 20px;
        }

        .territorio-intro-section h2 {
            font-size: 1.8em;
        }

        .territorio-intro-section p {
            font-size: 1em;
        }

        .territorio-localities-grid {
            grid-template-columns: 1fr;
            gap: 25px;
        }

        .territorio-locality-content {
            padding: 25px;
        }

        .territorio-locality-title h3 {
            font-size: 1.4em;
        }

        .territorio-map-info {
            padding: 30px 20px;
        }

        .territorio-map-info h3 {
            font-size: 1.5em;
        }

        .territorio-map-info p {
            font-size: 1em;
        }
    }/* End custom CSS */