/* Contenitore principale */
.container_2 {
    background-color: #efefef;
}

.specs-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 50px;
}

.title_wrapper {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
    display: block;
}

/* Tabella delle specifiche */
.specs-table-rs3 {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Colonne della tabella */
.specs-column-rs3 {
    flex: 1 1 30%;
    border-radius: 10px;
}

/* Titoli delle colonne */
.column-title-rs3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #000000;
    padding-bottom: 5px;
}

/* Items specifiche */
.specs-item-rs3 {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #dddddd;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #000000;
}



.spec-label-rs3 {
    font-weight: 500;
    color: #000000;
}

.spec-value-rs3 {
    text-align: right;
    color: #444;
    max-width: 55%;
}


.titolo_prodotto h3 {
    font-size: 22px;
    line-height: 28px;
    font-family: Inter;
    color: black;
    font-weight: 600;
    padding-bottom: 30px;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
}

/* Responsive: tablet */
@media (max-width: 1024px) {
    .specs-column-rs3 {
        flex: 1 1 48%;
    }
}

/* Responsive: mobile */
@media (max-width: 768px) {
    .specs-table-rs3 {
        flex-direction: column;
    }

    .specs-column-rs3 {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
}

/* MEDIA QUERIES */
/* PADDING CONTAINER */
@media (max-width: 409px) {

    .funzionalita_fjd_model-container,
    .accurate-results-container_funzionalita_fjd_model,
    .specs-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {

    .funzionalita_fjd_model-container,
    .accurate-results-container_funzionalita_fjd_model,
    .specs-wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {

    .funzionalita_fjd_model-container,
    .accurate-results-container_funzionalita_fjd_model,
    .specs-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* < 369PX */
@media (max-width: 368px) {
    .title_wrapper {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
    .title_wrapper {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .title_wrapper {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .title_wrapper {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .title_wrapper {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .title_wrapper {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .title_wrapper {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .title_wrapper {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .title_wrapper {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .title_wrapper {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .title_wrapper {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .title_wrapper {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .title_wrapper {
        font-size: 43px;
        line-height: 51px;
    }
}

@media (max-width:699px) {
    .title_wrapper {
        margin-bottom: 26px;
    }
}




/*  TITOLETTO */
@media (max-width: 1066px) {
    .titolo_prodotto h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1067px) and (max-width: 1231px) {
    .titolo_prodotto h3 {
        font-size: 20px;
        line-height: 26px;
    }
}


textarea {
    resize: none;
}

@media (min-width: 700px) {
    .comparison-mobile {
        display: none;
    }
}

/* NASCONDI LA TABELLA SU MOBILE */
@media (max-width: 699px) {
    .accurate-results-container_funzionalita_fjd_model table {
        display: none;
    }

    /* STILE GENERALE PER MOBILE-ACCORDION */
    .comparison-mobile {
        display: block;
        margin-top: 20px;
        width: 100%;
        font-family: Inter;
        font-size: 15px;
    }

    .comparison-item {
        margin-bottom: 12px;
        border-radius: 8px;
        overflow: hidden;
    }

    .comparison-header {
        color: black;
        padding: 14px 50px 14px 0px;
        cursor: pointer;
        font-weight: 600;
        border-bottom: 1px solid black;
        position: relative;
        transition: background-color .2s ease;
    }



    .comparison-header::after {
        content: "+";
        font-size: 18px;
        position: absolute;
        right: 18px;
        top: 14px;
    }

    .comparison-header.active::after {
        content: "−";
    }

    .comparison-content {
        display: none;
        padding: 14px 18px;
        background: #fff;
        color: #333;
        line-height: 1.5;
    }

    .comparison-content p {
        margin: 8px 0;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 8px;
    }
}