/* ═══════════════════════════════════════════════════════════════════════
 * CCBLA — Auteur membre (single article)
 * ─────────────────────────────────────────────────────────────────────
 * 2026-06-10 (demande Nic) — Specs maquettes :
 *   • Desktop          : Agrandir Wide Medium · 30px · line-height 33px
 *   • Tablette/mobile  : Agrandir Wide Medium · 20px · line-height 23px
 * Breakpoint tablette 1024px (convention projet, cascade tablette→mobile
 * miroir du comportement Kadence : mobile non surchargé dans la maquette).
 * Convention fonts : 4 cuts Agrandir, toujours font-weight 400.
 * ═══════════════════════════════════════════════════════════════════════ */

.ccbla-auteur-membre {
    margin: 0;
    padding: 0;
    font-family: var(--wp--preset--font-family--agrandir-wide-medium, 'Agrandir Wide Medium', sans-serif);
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
}

/* ── Tablette + mobile (≤1024px) ─────────────────────────────────── */
@media (max-width: 1024px) {
    .ccbla-auteur-membre {
        font-size: 20px;
        line-height: 23px;
    }
}
