﻿.cs-container {
    display: flex;
    flex-direction: column;
}

    .cs-container > div {
        padding: 32px !important;
    }

@media (max-width: 768px) { /* Applica la regola per dispositivi con larghezza ≤ 768px */
    .cs-container > div {
        padding: 16px !important;
    }
}

.underline {
    text-decoration: underline;
}

.round-border {
    border-radius: 4px;
}

.card.card-bg {
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0px 2px 5px 0px #00000026;
    text-decoration: underline #1A1A1A;
}

.row > .col-4:nth-child(3n+1) .card.card-bg {
    margin-right: 16px !important;
}

.row > .col-4:nth-child(3n+2) .card.card-bg {
    margin-left: 8px !important;
    margin-right: 8px !important;
}


.row > .col-4:nth-child(3n) .card.card-bg {
    margin-left: 16px !important;
}

.card .card-body {
    padding: 16px;
}

.faq {
    padding-bottom: 24px;
    padding-top: 24px;
}

.mainArea h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #1A1A1A !important;
}

.mainArea .mobile p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1A1A1A !important;
}

.mainArea.desktop h1 {
    background: #ECEFF1 !important;
}

.mainArea .desktop p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #1A1A1A !important;
}

.searchArea {
    background-color: #ECEFF1;
}

.cardArea.desktop h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #1A1A1A !important;
}

.cardArea.desktop p {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #1A1A1A !important;
}

.cardArea h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333333 !important;
}

.searchArea h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333333 !important;
}

.searchArea p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #666666 !important;
}

.faqArea h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333333 !important;
}

.faqs-container {
    padding: 0px 12px;
}

.faqHeader span {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #A50D26;
    margin-bottom: 12px;
}

.search-input {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    height: 45px;
    background-size: 25px;
    background-position: 5px center;
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000026;
    margin-bottom: 12px;
}

    .search-input input {
        border: none;
        outline: none;
        flex-grow: 1;
        padding: 10px;
        font-size: 1.2rem;
    }

    .search-input .btn-search {
        background-color: #a50d26; /* Colore del pulsante */
        color: white;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        font-size: 1.2rem;
    }

.card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.imageContainer {
    width: 100%;
    aspect-ratio: 4 / 3; /* Imposta il rapporto di forma desiderato */
    overflow: hidden; /* Nasconde le parti eccedenti */
}

    .imageContainer img {
        width: 100%;
        height: 100%;
        object-fit: fill; /* Ritaglia l'immagine per adattarla senza deformarla */
    }

.ellipsis div,
.ellipsis div span {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Numero di righe da mostrare */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.faqTitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #1A1A1A;
}

/*.faqPagination {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
*/
.faqHeader .icon {
    margin-left: 0px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: #a50d26;
}

.mobile-warning h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #1A1A1A !important;
}

.mobile-warning li,
.mobile-warning strong,
.mobile-warning span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #1A1A1A;
}

.warningButton {
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
}

    .warningButton span {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        color: #FFFFFF;
    }

.it-carousel-wrapper .splide__pagination button {
    background: #C5C7C9 !important;
}

    .it-carousel-wrapper .splide__pagination button.is-active {
        background: #A50D26 !important;
    }

.it-carousel-wrapper h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #1A1A1A !important;
}


.card.focus--mouse:not(.btn) {
    box-shadow: 0px 2px 5px 0px #00000026 !important;
}

.customPadding {
    padding: 0px 70px;
}