/* === TABLE DES MATIRES AUTO (TOC) === */
.mlm-toc{background:#f8f9fa;border:1px solid #e2e8f0;border-left:4px solid #10b981;border-radius:8px;padding:1.2rem 1.5rem;margin:2rem 0;max-width:520px}
.mlm-toc-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 .8rem;display:flex;align-items:center;gap:8px;cursor:pointer}
.mlm-toc-title::before{content:"";font-size:16px}
.mlm-toc-toggle{margin-left:auto;font-size:12px;color:#94a3b8;font-weight:400}
.mlm-toc ol{margin:0;padding-left:1.4rem;list-style:decimal}
.mlm-toc li{margin:.3rem 0;font-size:14px;line-height:1.5}
.mlm-toc a{color:#1e293b;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}
.mlm-toc a:hover{color:#10b981;border-bottom-color:#10b981}
.mlm-toc.collapsed ol{display:none}
.mlm-toc-sub{margin-top:.2rem;padding-left:1rem;list-style:disc}
.mlm-toc-sub li{font-size:13px;color:#475569}

/* === BARRE DE PROGRESSION DE LECTURE === */
#mlm-progress-bar{position:fixed;top:0;left:0;height:3px;background:#10b981;width:0%;z-index:9999;transition:width .1s linear;pointer-events:none}

/* === TYPOGRAPHIE ARTICLES === */
.wp-block-post-content p,.entry-content p{font-size:17px;line-height:1.85;margin-bottom:1.4rem}
.wp-block-post-content h2,.entry-content h2{font-size:1.55rem;margin-top:2.2rem;margin-bottom:.9rem;line-height:1.3}
.wp-block-post-content h3,.entry-content h3{font-size:1.25rem;margin-top:1.8rem;margin-bottom:.7rem}

/* === FIL D'ARIANE VISIBLE === */
.mlm-breadcrumb{font-size:13px;color:#6b7280;padding:.5rem 0 1rem;margin-bottom:1rem;display:flex;align-items:center;flex-wrap:wrap;gap:4px}
.mlm-breadcrumb a{color:#6b7280;text-decoration:none;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}
.mlm-breadcrumb a:hover{color:#10b981;border-bottom-color:#10b981}
.mlm-breadcrumb .sep{color:#d1d5db;font-size:11px}
.mlm-breadcrumb .current{color:#1e293b;font-weight:500}

/* === CATÉGORIES PILLS (au-dessus du titre) === */
.mlm-cats{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:1rem;justify-content:center}
.mlm-cats a{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#10b981;text-decoration:none;padding:3px 10px;border:1.5px solid #10b981;border-radius:20px;transition:all .15s}
.mlm-cats a:hover{background:#10b981;color:#fff}

/* === TEMPS DE LECTURE === */
.mlm-read-time{font-size:12px;color:#9ca3af;display:inline-flex;align-items:center;gap:4px;margin-left:8px}

/* === BANDEAU AUTEUR HOME === */
.mlm-author-bar{background:#0f172a;color:#94a3b8;font-size:13px;text-align:center;padding:.55rem 1rem;position:sticky;top:0;z-index:100}
.mlm-author-bar a{color:#10b981;font-weight:600;text-decoration:none}
.mlm-author-bar a:hover{text-decoration:underline}

/* === CTA NEWSLETTER INLINE === */
.mlm-nl-cta{background:#0f172a;border-radius:10px;padding:1.4rem 1.8rem;margin:2rem 0;text-align:center;border-left:4px solid #10b981}
.mlm-nl-cta strong{color:#fff;display:block;font-size:1rem;margin-bottom:.4rem}
.mlm-nl-cta p{color:#94a3b8;font-size:13px;margin:0 0 .9rem}
.mlm-nl-cta .wp-block-jetpack-subscriptions__container,.mlm-nl-cta form{display:flex;gap:8px;max-width:380px;margin:0 auto;flex-wrap:wrap;justify-content:center}
