:root {
    --desktop-header-height: 120px;
    --mobile-header-height: 81px;
}

/*// -- Generic -- //*/

body {
    background: var(--bg-white);
}

.accordion {

    .accordion-item {
        border-left: 0 !important;
        border-right: 0 !important;
        border-color: var(--gray-500) !important;

        .accordion-header {

            button {
                padding: 1.25rem 0.5rem 1.25rem 0 !important;
                font-size: 1.25rem !important; 
                line-height: var(--bs-display-line-height) !important;
                font-family: 'Sora', sans-serif;
            }

        }

        .accordion-body {
            padding-left: 0;
            padding-right: 0;
        }

    }

}

.map-container {
    position: relative;
    border-radius: var(--bs-border-radius-lg);
    overflow: hidden;

    .address {
        position: absolute;
        z-index: 10;
        left: 1rem;
        top: 1rem;
        border-radius: var(--bs-border-radius);
        background-color: var(--bs-white);
        padding: 1.25rem;
        min-width: 300px;
        max-width: calc(100% - 2rem);
        box-shadow: var(--bs-box-shadow-sm);

        h6 {
            font-size: 1rem !important;
            line-height: 1.4 !important;
        }

        p {
            font-size: 0.875rem !important; 
            line-height: 1.4 !important;
            margin: 0;
        }
    }
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        /* max-width: 540px; */
        max-width: 100%;
    }

    [class^='container'] {
        --bs-gutter-x: 3rem;
    }

    .row {
        --bs-gutter-x: 1rem;
    }

}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        /* max-width: 720px; */
        max-width: 100%;
    }

}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        /* max-width: 960px; */
        max-width: 100%;
    }

}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        /* max-width: 1140px; */
        max-width: 100%;
    }

}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1448px;
    }

    header {

        .container {
            max-width: 1748px;
        }
    }

}

/*// -- Footer -- //*/

#footer {

    .footer-menu {
        list-style: none;
        padding: 30px 0 0 0;
        margin: 0;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        gap: 2.5rem;

        a {
            font-size: 20px;
            font-family: 'Sora';
            color: var(--text-white);
            font-weight: 400;
            text-decoration: none;
        }
    }

    a {
        color: var(--text-white);
    }

    hr {
        margin: 0;
        border-color: #FFFFFF;
    }

    .social-container a {
        font-size: 35px;
        line-height: 35px;
        display: flex;
        align-items: center;
    }
    

    @media (max-width: 575px) {
        .form-container {
            .display-4 {
                font-size: 26px !important;
                line-height: 1.2 !important;
            }
        }
    }

}

#copyright {

    a {
        color: var(--text-white);
    }

}

/*// -- Typography -- //*/

.text-gradient {
  background: #F5557C;
  background: -webkit-linear-gradient(left, #F5557C 0%, #3E69B3 100%);
  background: -moz-linear-gradient(left, #F5557C 0%, #3E69B3 100%);
  background: -o-linear-gradient(left, #F5557C 0%, #3E69B3 100%);
  background: linear-gradient(to right, #F5557C 0%, #3E69B3 100%);

  /* Supporto WebKit (dove funziona l’effetto testo) */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Tentativo per Firefox (non ancora standard) */
  background-clip: text;
  color: transparent;
}

.text-stroke-gradient,
.text-stroke-gradient * {
    background: -webkit-linear-gradient(left,#F5557C 0%, #3E69B3 100% );
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;

    background-clip: text;

    color: var(--bs-black);

    sup {
        vertical-align: -0.3rem;
    }
}

@media (max-width: 1399px) {

    /*// -- Display --//*/
    .display-1      { font-size: 6.25rem !important; line-height: 1 !important; } /* 100px */
    .display-2      { font-size: 3.75rem !important; line-height: 1.1 !important; } /* 60px */
    .display-3      { font-size: 3rem !important; line-height: 1.1 !important; } /* 48px */

}

@media (max-width: 1199px) {

    /*// -- Display --//*/
    .display-1      { font-size: 5rem !important; line-height: 1 !important; } /* 80px */
    .display-2      { font-size: 3.75rem !important; line-height: 1.1 !important; } /* 60px */
    .display-3      { font-size: 2.5rem !important; line-height: 1.1 !important; } /* 40px */
    .display-5      { font-size: 1.375rem !important; line-height: 1.2 !important; } /* 22px */

}

@media (max-width: 991px) {

    /*// -- Display --//*/
    .display-1      { font-size: 3.75rem !important; line-height: 1.1 !important; } /* 60px */
    .display-2      { font-size: 2.5rem !important; line-height: 1.1 !important; } /* 60px */
    .display-3      { font-size: 2.5rem !important; line-height: 1.1 !important; } /* 40px */
    .display-5      { font-size: 1.375rem !important; line-height: 1.2 !important; } /* 22px */

}

@media (max-width: 767px) {

    /*// -- Display --//*/
    .display-1      { font-size: 3.75rem !important; line-height: 1.1 !important; } /* 60px */
    .display-2      { font-size: 2.5rem !important; line-height: 1.1 !important; } /* 40px */
    .display-3      { font-size: 2rem !important; line-height: 1.1 !important; } /* 32px */
    .display-5      { font-size: 1.375rem !important; line-height: 1.2 !important; } /* 22px */
    .display-6      { font-size: 1.125rem !important; line-height: var(--bs-display-line-height) !important; } /* 18px */

    /*// -- Font size -- //*/
    .fs-4  { font-size: 1.25rem !important; } /* 20px */

}

@media (max-width: 575px) {

    /*// -- Display --//*/
    .display-1      { font-size: 2rem !important; line-height: 1.3 !important; } /* 32px */
    .display-2      { font-size: 2rem !important; line-height: 1.3 !important; } /* 32px */
    .display-3      { font-size: 2rem !important; line-height: 1.3 !important; } /* 32px */

    .display-4, .display-5, .display-6 {
        font-size: var(--base-font-size) !important;
        line-height: var(--base-line-height) !important;
    }

    /*// -- Font size -- //*/
    .fs-4, .fs-5, .fs-6  { font-size: var(--base-font-size) !important; } /* 18px */

}


/*// -- Home -- //*/

.page-template.home {

    .text-gradient {
        display: block;
    }

}

/*// -- Menu navigation -- //*/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.5s ease;

    #header-topbar {
        position: relative;
        z-index: 100;
        border-bottom: 1px solid transparent;
        transition: all 0.5s ease;
    } 

    #header-main {

        .logo-desktop {
            img {
                height: 65px;
                width: auto;
            }
        }

        .logo-mobile {
            img {
                height: 65px;
                width: auto;
            }
        }

        .inner-container {
            position: relative;

            &:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                border-radius: var(--bs-border-radius-lg);
                width: 100%;
                height: 100%;
                background: var(--bs-white);
                box-shadow: var(--bs-box-shadow-sm);
                transform-origin: bottom;
                transition: all 1s;
            }

            & > * {
                position: relative;
            }
        }

    }

    

    @media (min-width: 1200px) {

        &.hide {
            transform: translateY(-100%)
        }

        &.solid {

            #header-topbar {
                border-color: var(--gray-300);
            }

            #header-main {
                .inner-container {

                    &:before {
                        transform: scale(2);
                    }
                }
            }
        }

    }

    .desktop-menu {
        display: flex;
        gap: 0.5rem;
        list-style: none;
        padding: 0;
        margin: 0;

        .menu-item {

            &.current-menu-item {
                & > a {
                    background: rgba(31, 31, 31, 1);
                    color: #FFFFFF;
                }
            }

            &.current-menu-ancestor {
                & > a {
                    outline-color: var(--bs-gray-500);
                    outline-offset: 1px;
                    outline-width: 1px;
                    outline-style: auto;
                }
            }

            a {
                font-size: 14px;
                line-height: 24px;
                font-weight: 700;
                color: var(--bs-body-color);
                text-transform: uppercase;
                text-decoration: none;
                display: block;
                padding: 0.5rem 1rem;
                border-radius: 24px;
                overflow: hidden;

                &:hover {
                    outline-color: var(--bs-gray-500);
                    outline-offset: 1px;
                    outline-width: 1px;
                    outline-style: auto;
                }
            }

        }

        .sub-menu {
            position: absolute;
            opacity: 0;
            list-style: none;
            padding: 0;
            margin: 0;
            visibility: hidden;

            transition: all 0.3s;

            &:hover {
                opacity: 1;
                visibility: visible;
            }
        }

        a:hover + .sub-menu {
            opacity: 1;
            visibility: visible;
        }

        .sub-menu {
            background-color: var(--bs-white);
            border-radius: var(--bs-border-radius);
            padding: 1rem;
            top: 100%;
            box-shadow: 0 1rem 1rem 0px rgba(0, 0, 0, 0.075);

            li {
                position: relative;
            }

            a {
                position: relative;
                z-index: 100;
            }

            li:not(:first-child):before {
                content: '';
                display: block;
                position: absolute;
                z-index: 10;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                width: calc(100% - 1rem);
                height: 1px;
                background-color: var(--bs-gray-300);
            }
        }

    }

    .btn-main-menu {
        background: transparent;
        color: var(--bs-black);
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        
        i {
            font-size: 36px;
            line-height: 1.2;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .social-container {
        a {
            line-height: 30px;
            font-size: 25px;
            display: flex;
            align-items: center;
        }
    }

}

#offcanvasMenu {
    
    .logo {
        img {
            height: 65px;
            width: auto;
        }
    }

    .mobile-menu {
        margin: 1rem 0 0;
        padding: 0;
        list-style: none;
        
        li {
            border-top: 1px solid var(--gray-500);
        
            &:last-child {
                border-bottom: 1px solid var(--gray-500);
            }

            a {
                font-size: 14px;
                line-height: 24px;
                font-weight: 700;
                padding: 0.75rem 1.5rem;
                color: var(--bs-body-color);
                text-transform: uppercase;
                text-decoration: none;
                display: block;
            }
            
        }

        .sub-menu {
            padding: 0;
            list-style: none;

            li {
                padding-left: 0;

                a:before {
                    content: '';
                    margin-right: 1rem;
                    position: relative;
                    top: 0;
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    border: 2px solid var(--bs-secondary);
                    border-radius: 10px;
                }

            }

            li:last-child {
                border-bottom: 0;
            }
        }

    }

    .offcanvas-footer {

        a {
            color: var(--bs-white);
        }

        .border-bottom {
            border-color: var(--gray-500) !important;
        }

        .social-container a {
            font-size: 35px;
            line-height: 35px;
            display: flex;
            align-items: center;
        }

    }

    .wpml-ls-legacy-list-horizontal {
        padding: 0;
        border: 0;

        ul {
            margin-left: -10px !important;
        }
    }

}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    border-radius: 4px;
    overflow: hidden;
}

/*// -- Common header -- //*/

#common-page-header {
    @media (min-width: 1200px) {
        padding-top: 80px;
    }

    .pre-container {
        position: relative;

        .image-background {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;

            &:before {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
                background-color: rgba(0, 0, 0, 0.5);
            }

            img {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
        }
        
        .inner-container {
            
            @media (min-width: 1200px) {
                min-height: 350px;
                
            }
            
            padding: calc(6rem + 40px) 0 1.5rem 0;
            position: relative;
            z-index: 10;
        }
    }

    &:has(img) {
        color: var(--bs-white);
        #breadcrumbs a {
            color: var(--bs-white);
        }
    }

    &:not(:has(img)) {
        .title-container > * {
            background: #F5557C;
            background: -webkit-linear-gradient(left, #F5557C 0%, #3E69B3 100%);
            background: -moz-linear-gradient(left, #F5557C 0%, #3E69B3 100%);
            background: -o-linear-gradient(left, #F5557C 0%, #3E69B3 100%);
            background: linear-gradient(to right, #F5557C 0%, #3E69B3 100%);

            /* Supporto WebKit (dove funziona l’effetto testo) */
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;

            /* Tentativo per Firefox (non ancora standard) */
            background-clip: text;
            color: transparent;
        }
    }

    .title-container * {
        margin: 0;
        display: table;
    }

}

#common-single-header {
    .pre-container {
        padding-top: var(--mobile-header-height);
        
        @media (min-width: 1200px) {
            padding-top: var(--desktop-header-height);
        }
    }

    .img-container {
        overflow: hidden;
        border-radius: var(--bs-border-radius-lg);

        aspect-ratio: 4 / 3;
        
        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }

    @media (max-width: 1199px) {
        #breadcrumbs {
            font-size: 0.875rem !important;
        }
    }

    @media (max-width: 575px) {
        h1 {
            font-size: 1.625rem !important;
        }

        .post-date,
        .post-author {
            font-size: 1rem !important;
        }
    }

}

/*// -- Category -- //*/

#category-post-container {
    padding: 0 0 3rem 0;
    @media (min-width: 1200px) {
        padding: 5rem 0 10rem;
    }

    #category-filter {
        margin-bottom: 3rem;
        overflow: hidden;

        @media (min-width: 1200px) {
            margin-bottom: 5rem;
            background-color: transparent;
        }
        
        @media (max-width: 1199px) {
            background-color: var(--gray-300);
            border-top: 1px solid rgba(207, 207, 207, 1);
            border-bottom: 1px solid rgba(207, 207, 207, 1);

            .swiper {
                overflow: visible !important;
            }
        }

        a {
            display: inline-block;
            padding: 0.5rem 1.5rem;
            text-decoration: none;
            color: var(--bs-black);

            &:not(.is-active) {
                background: transparent !important;

                &:hover {
                    background: rgba(31, 31, 31, 0.1) !important;
                    color: var(--bs-black) !important;
                }
            }
            
        }
    }
    
    .row.post-list {
        --bs-gutter-y: 1.5rem;
        @media (min-width: 1200px) {
            --bs-gutter-y: 5rem;
        }
    }

    .pagination {
        padding-top: 3rem;
        @media (min-width: 1200px) {
            padding-top: 5rem;
        }
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
        
        .pagination-links,
        .pagination-footer {
            display: flex;
            justify-content: center;
        }

        .pagination-links {
            width: 100%;
            gap: 0.5rem;
            margin: 0;
            padding: 0;
            list-style: none;


            li {
                
                * {
                    width: 40px;
                    height: 40px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: var(--bs-border-radius-sm);
                    background-color: var(--gray-300);
                    color: var(--bs-black);
                    text-decoration: none;
                }

                a:hover {
                    outline-color: var(--bs-gray-500);
                    outline-offset: 1px;
                    outline-width: 1px;
                    outline-style: auto;
                }

                &.page-current > * {
                    background-color: var(--bs-primary);
                    color: var(--bs-white)
                }

            }

            @media (max-width: 575px) {

                .page-number:not(.page-first):not(.page-last) {
                    display: none;
                }

            }

        }

        .pagination-footer {
            width: 100%;
        }

    }
}

.card-blog {

    .card-image-container {
        aspect-ratio: 3 / 2;

        a {
            aspect-ratio: 3 / 2;
            display: block;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .post-categories {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;

            div {
                font-size: 0.75rem;
                line-height: 1rem;
                padding: 0.5rem 1rem;
                border-radius: var(--bs-border-radius-lg);
            }
        }

    }

    @media (max-width: 1199px) {
        .card-title  {
            font-size: 1.375rem !important;
        }
    } 


}

.author {
    img {
        width: 60px;
        height: 60px;
    }

    .description {

        &:not(.active) .text {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
    }
}

.from-same-category {

    .swiper-slide {
        height: auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        background: var(--bs-white);
        color: var(--bs-black) !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 60px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 25px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

        &:after {
            display: none;
        }

    }

}

/*// -- Components --//*/

[class*="component-"] { 
    padding: 6rem 0; 
    overflow: hidden;
}

[class*="builder-section"]:has([class*="component-"].bg-white) + [class*="builder-section"]:has([class*="component-"].bg-white) [class*="component-"],
[class*="builder-section"]:has([class*="component-"].bg-gray-300) + [class*="builder-section"]:has([class*="component-"].bg-gray-300) [class*="component-"],
[class*="builder-section"]:has([class*="component-"].bg-gray-500) + [class*="builder-section"]:has([class*="component-"].bg-gray-500) [class*="component-"],
[class*="builder-section"]:has([class*="component-"].bg-gray-700) + [class*="builder-section"]:has([class*="component-"].bg-gray-700) [class*="component-"],
[class*="builder-section"]:has([class*="component-"].bg-black) + [class*="builder-section"]:has([class*="component-"].bg-black) [class*="component-"],
[class*="builder-section"]:has([class*="component-"].bg-primary) + [class*="builder-section"]:has([class*="component-"].bg-primary) [class*="component-"],
[class*="builder-section"]:has([class*="component-"].bg-secondary) + [class*="builder-section-"]:has([class*="component-"].bg-secondary) [class*="component-"] { padding-top: 0 !important; }

body:not(:has(#common-page-header)) .builder-section-0 [class*="component-"] { padding-top: calc(6rem + var(--desktop-header-height)) !important; }

.component-2 {

    .swiper {
        overflow: visible;

        img {
            width: 100%;
        }
    }

}

.component-7 {
    .swiper {
        .swiper-slide {
            height: auto;
        }
    }
}

.component-9 {
    .card {
        transition: all 0.5s;

        &:hover {
            background-color: transparent;
        }

        &:not(:hover) {
            border-color: transparent;
        }
    }
    
}

.component-11 {
    .card {
        .card-inner-container {
            .copy-container {
                height: 150px;
            }
            
            img {
                opacity: 0.5;
                transition: all 0.8s;
            }
        }

        .card-inner-container:hover {
            img {
                opacity: 1;
            }
        }
    }
}

.component-17 {
    position: relative;

    .timeline-bg {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        height: 100%;
        aspect-ratio: 1;
        background: url('../client/images/timeline-bg.png') no-repeat scroll center right transparent;
        background-size: cover;
    }

    .inner-container {
        z-index: 100;
    }

}

.component-18 {
    .social-container a {
        font-size: 35px;
        line-height: 35px;
        display: flex;
        align-items: center;
    }
}

.component-listing {
    
    img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
    
    .featured-tag {
        font-size: 0.75rem;
    }

    .accordion {
        .accordion-item {
            background: var(--bs-white);
            border: 0;
            margin-bottom: 1rem;
            padding: 0 1rem;
            border-radius: var(--bs-border-radius);
        }
    }

    .tags {

        span {
            font-size: 1rem !important; 
            line-height: var(--base-line-height) !important;

            & + span {
                &:before {
                    content: '•';
                }
            }
        }

    }

    @media (max-width: 767px) {

        .title {
            font-size: 1.375rem !important; 
            line-height: var(--bs-heading-line-height) !important;
        }
        
    }

}

@media (max-width: 1399px) {

    .component-18 {

        .form-section {
            .title {
                font-size: 1.625rem !important; 
                line-height: var(--bs-display-line-height) !important;
            }
        }

    }

}

@media (max-width: 1199px) {

    body:not(:has(#common-page-header)) .builder-section-0 [class*="component-"] { padding-top: calc(4.5rem + var(--mobile-header-height)) !important; }
    
    .component-7 {
        overflow: hidden;
        .swiper {
            overflow: visible;
        }
    }

}

@media (max-width: 991px) {

    [class*="component-"] { padding: 4.5rem 0; }
    body:not(:has(#common-page-header)) .builder-section-0 [class*="component-"] { padding-top: calc(4.5rem + var(--mobile-header-height)) !important; }

    .component-2 {
        .swiper-slide {
            img {
                aspect-ratio: 3 / 4;
                object-fit: cover;
            }
        }
    }

    .component-11 {
        .swiper {
            overflow: visible;

            img {
                width: 100%;
            }
        }
    }

}

@media (max-width: 767px) {

    [class*="component-"] { padding: 3rem 0; }
    body:not(:has(#common-page-header)) .builder-section-0 [class*="component-"] { padding-top: calc(3rem + var(--mobile-header-height)) !important; }

}

@media (max-width: 575px) {

    .component-13 {
        
        .display-4 {
            font-size: 1.625rem !important; 
            line-height: var(--bs-heading-line-height) !important;
        }

    }

    .component-20 {
        
        .display-4 {
            font-size: 1.625rem !important; 
            line-height: var(--bs-heading-line-height) !important;
        }

    }

}


/*// -- Form -- //*/

.bg-gray-300 {
    .wpcf7-form {
        input[type="text"],
        input[type="date"],
        input[type="email"],
        input[type="tel"],
        input[type="number"],
        input[type=file],
        textarea,
        select  {
            background: transparent !important;
        }
    }
}

/*// -- Drilldown menu -- //*/

.oj-drilldown-menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

    .drilldown {
        width: 100%;
        height: 100%;
        position: absolute;
        background: var(--bs-white);
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        transition: all 0.5s;
    }

    .drilldown-submenu {
        left: 100%;

        &.active {
            left: 0%;
            z-index: 100;
        }
    }

    /* .has-children:has(*:focus) .drilldown-submenu {
        left: 0%;
        z-index: 100;
    } */

    ul {
        padding: 0;
        margin: 0;
        height: 100%;
        list-style: none;
        overflow: auto;

        li {
            border-bottom: 1px solid var(--bs-gray-300);
            
            &.drilldown-back-wrapper {
                position: sticky;
                top: 0;
            }

            button {
                display: flex;
                border: 0;
                width: 100%;
                background: transparent;
                align-items: center;
                gap: 0.5rem;
            }

            .drilldown-back {
                background-color: #EFEFEF;
                justify-content: flex-start;
            }

            .drilldown-open {
                justify-content: space-between;
            }

            .drilldown-back,
            & > span {
                font-weight: 700;
            }

            a {
                text-decoration: none;
            }

            a, & > span, button {
                color: var(--bs-black);
                padding: 0.75rem 1.5rem;
                background: var(--bs-white);
            }

            a, span {
                display: block;
                
            }
        }
    }

}

/*// -- Article -- //*/

.article-inner-container {

    h1, h2, h3, h4, h5, h6 {
        font-size: 1.625rem !important;
        line-height: var(--bs-heading-line-height) !important;
        font-weight: 500;
    }

    @media (max-width: 1199px) {

    }

    @media (max-width: 1199px) {
        border-bottom: 1px solid var(--bs-gray-300);
    }

}


/*// -- Hide Recaptcha v3 logo -- //*/
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.recaptcha-disclaimer {
    font-size: 9px !important;
    line-height: 1.4;
    color: #999;
	margin-top: 25px !important;
}

.recaptcha-disclaimer a {
    color: inherit;
    text-decoration: underline;
}

/* Immagini Gutenberg: comportamento standard (no crop/fit forzati) */
.wp-block-image img {
    height: auto;
    max-width: 100%;
}