/* ============================================
   NUTRAGILE - Section Avis Clients
   À ajouter dans custom-header.css ou fichier dédié
   ============================================ */

#categoryStarsMain {
    margin-bottom: 8px !important;
}

.categoryStars span.note,
.categoryStars span.note_no {
    filter: hue-rotate(90deg) saturate(2) brightness(0.7);
}

.nt-reviews {
    padding: 64px 0 48px 0;
    background-color: var(--nutragile-light-cream);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    text-align: center;
}

/* ---- En-tête ---- */
.nt-reviews__header {
    max-width: 560px;
    margin: 0 auto 32px;
    padding: 0 16px;
}

.nt-reviews__title {
    font-family: var(--nutragile-font);
    font-weight: 400;
    font-size: 26px;
    color: var(--nutragile-link-dark);
    margin: 0 0 12px;
    line-height: 1.3;
}

.nt-reviews__subtitle {
    font-family: var(--nutragile-font-link);
    font-weight: 300;
    font-size: 14px;
    color: var(--nutragile-link-dark);
    line-height: 22px;
    margin: 0;
}

/* ---- Widget avis ---- */
.nt-reviews__widget {
    max-width: 1536px;
    margin: 0 auto 32px;
    padding: 0 32px;
}

/* ---- Boutons CTA ---- */
.nt-reviews__cta {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 16px;
}



/* ---- RESPONSIVE ---- */
@media (max-width: 600px) {
    .nt-reviews {
        padding: 32px 0;
    }

    .nt-reviews__title {
        font-size: 18px;
    }

    .nt-reviews__widget {
        padding: 0 12px;
    }

    .nt-reviews__cta {
        flex-direction: column;
        align-items: center;
    }
}
