/* ============================================================
   article.css — Styles communs + spécifiques aux 5 articles
   ============================================================ */

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

/* emotions-primaires */
.emotion-card {
    transition: all 0.3s ease;
}

.emotion-card:hover {
    transform: translateY(-5px);
}

/* emotions-secondaires */
.emotions-table {
    border-collapse: separate;
    border-spacing: 0;
}

.emotions-table th,
.emotions-table td {
    border: 1px solid rgba(85, 13, 104, 0.2);
}

.emotions-table th:first-child {
    border-top-left-radius: 12px;
}

.emotions-table th:last-child {
    border-top-right-radius: 12px;
}

.emotions-table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.emotions-table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.emotions-table tbody tr:hover {
    background-color: rgba(136, 167, 135, 0.1);
}

/* memoire-cellulaire */
blockquote {
    border-left: 4px solid #FEC107;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #550D68;
}

/* soins-energetiques-enfants */
.insight-card {
    background: linear-gradient(135deg, rgba(136, 167, 135, 0.12), rgba(85, 13, 104, 0.08));
    border: 1px solid rgba(85, 13, 104, 0.12);
}

.benefit-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(85, 13, 104, 0.12);
}
