/* ==========================================================================
   ART Mobilier — Styles contenu dynamique ACF
   Cible visuelle : tableau Elementor "Spécifications" en haut de capture
   ========================================================================== */

/* --------------------------------------------------------------------------
   Délai d'expédition
   -------------------------------------------------------------------------- */

.am-delai-value {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #7c5c3e;
}

/* --------------------------------------------------------------------------
   [am_specs] — lignes <tr> injectées dans la table Elementor existante
   [am_specs_table] — tableau autonome calqué sur le design Elementor du site
   -------------------------------------------------------------------------- */

/* Wrapper du tableau autonome — pas de bordure extérieure */
.am-specifications {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.am-specifications__table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

/* Toutes les cellules — style identique au tableau Elementor */
.am-spec-row td,
.am-specifications__table td {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px solid #e8e3dd;
    background: transparent;
    vertical-align: middle;
    line-height: 1.5;
}

/* Pas de bordure sur la dernière ligne */
.am-spec-row:last-child td,
.am-specifications__table tr:last-child td {
    border-bottom: none;
}

/* Label — gris clair, comme le tableau Elementor en haut */
.am-spec-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    width: 50%;
    padding-right: 12px;
}

/* Valeur — texte foncé, aligné à droite comme le tableau Elementor */
.am-spec-value {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    text-align: right;
}

/* Ligne sans ":" */
.am-spec-note {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    font-style: italic;
}

/* --------------------------------------------------------------------------
   WYSIWYG — accordéons + Notre histoire
   -------------------------------------------------------------------------- */

.am-wysiwyg-content {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #6b6b6b !important;
    line-height: 1.75;
}

.am-wysiwyg-content p {
    margin: 0 0 0.75em;
}

.am-wysiwyg-content p:last-child {
    margin-bottom: 0;
}

.am-wysiwyg-content ul {
    list-style: none;
    margin: 0.5em 0 0.75em;
    padding: 0;
}

.am-wysiwyg-content ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.35em;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6b6b6b;
}

.am-wysiwyg-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7c5c3e;
}

.am-wysiwyg-content ol {
    margin: 0.5em 0 0.75em 1.2em;
    padding: 0;
}

.am-wysiwyg-content ol li {
    margin-bottom: 0.35em;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #6b6b6b;
}

.am-wysiwyg-content strong,
.am-wysiwyg-content b {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #3d2b1f;
}

.am-wysiwyg-content h3,
.am-wysiwyg-content h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3d2b1f !important;
    margin: 1em 0 0.4em;
    letter-spacing: 0.01em;
}

.am-wysiwyg-content a {
    color: #7c5c3e;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.am-wysiwyg-content a:hover {
    color: #4e3526;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media ( max-width: 640px ) {
    .am-spec-label,
    .am-spec-value,
    .am-spec-row td {
        font-size: 13px;
    }

    .am-wysiwyg-content,
    .am-wysiwyg-content ul li,
    .am-wysiwyg-content ol li {
        font-size: 15px;
    }
}
