/* ─── lmdm/argumentaire ───────────────────────────────────────────────────── */

.wp-block-lmdm-argumentaire.lmdm-argumentaire--no-pad-top {
    padding-top: 0 !important;
}

.lmdm-argumentaire__inner {
    max-width: 800px;
    margin: 0 auto;
}

/* ── Titre ───────────────────────────────────────────────────────────────── */

.lmdm-argumentaire__title {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--wp--preset--color--gold);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 2.5rem;
}

.lmdm-argumentaire__title strong {
    font-weight: 700;
    color: var(--wp--preset--color--primary);
}

/* ── Contenu ─────────────────────────────────────────────────────────────── */

.lmdm-argumentaire__content {
    font-family: var(--wp--preset--font-family--body);
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--wp--preset--color--primary);
}

.lmdm-argumentaire__content p {
    margin: 0 0 1.25rem;
}

.lmdm-argumentaire__content strong {
    font-weight: 700;
}

/* ── Citation finale ─────────────────────────────────────────────────────── */

.lmdm-argumentaire__quote {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--wp--preset--color--primary);
    text-align: center;
    margin: 2.5rem 0 0;
    line-height: 1.4;
}

/* ── CTA ─────────────────────────────────────────────────────────────────── */

.lmdm-argumentaire__cta {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .lmdm-argumentaire__title {
        font-size: 1.5rem;
    }

    .lmdm-argumentaire__content {
        font-size: 1.05rem;
    }
}
