/*
Theme Name: Neve Child
Version: 1.0
Description: A child theme of Neve
Template: neve
Author: Administrator
*/
@import url("../neve/style.css");
/* Your awesome customization starts here */

/* ===== TABLEAUX SPECS & COMPARATIFS ===== */
.wp-block-table.is-style-stripes {
    border-collapse: collapse;
    border-bottom: 2px solid #1A4D4A;
    border-radius: 8px;
    overflow: hidden;
}
.wp-block-table.is-style-stripes table { border-collapse: collapse; }
.wp-block-table.is-style-stripes thead tr { background: #1A4D4A !important; color: #fff; }
.wp-block-table.is-style-stripes thead th { color: #fff !important; font-weight: 700; font-size: 0.95em; padding: 12px 16px; border-color: transparent !important; text-align: left; }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background-color: rgba(26,77,74,0.08) !important; }
.wp-block-table.is-style-stripes tbody tr:nth-child(even) { background-color: #fff; }
.wp-block-table.is-style-stripes tbody td { padding: 10px 16px; font-size: 0.93em; border-color: transparent !important; color: #1a1a1a; }
.wp-block-table.is-style-stripes tbody tr:hover { background-color: rgba(26,77,74,0.06) !important; }

/* Tableaux scrollables sur mobile */
@media (max-width: 640px) {
    .single .entry-content .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .single .entry-content .wp-block-table table {
        min-width: 500px;
    }
}

/* Quiz menu highlight */
li.mt6-menu-quiz .wrap a,
li.mt6-menu-quiz > .wrap > a,
.mt6-menu-quiz a {
  background: #1A4D4A !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 6px 14px !important;
  font-weight: 600 !important;
}
li.mt6-menu-quiz .wrap a:hover,
li.mt6-menu-quiz > .wrap > a:hover,
.mt6-menu-quiz a:hover {
  background: #143b39 !important;
}

/* ========================================
   Cohérence border-radius 10px
   ======================================== */

/* Box widget AAWP */
.aawp.aawp-widget,
.aawp.aawp-widget .aawp-product {
    border-radius: 10px !important;
    overflow: hidden;
}

/* Tableau comparatif AAWP — coins arrondis */
.aawp-tb {
    border-radius: 10px !important;
    overflow: hidden;
}

.aawp-tb--mobile .aawp-tb__product {
    border-radius: 10px !important;
    overflow: hidden;
}
