/* ── RAT Titre Moderne v1.0 ── */
/* Reset de base pour tous les styles */
.rat-tm-wrap { position:relative; }
.rat-tm-heading { margin:0; padding:0; font-family:inherit; }
.rat-tm-line1,
.rat-tm-line2 { display:block; }

/* Sous-titre */
.rat-tm-sub {
    margin:0;
    font-size:clamp(14px,1.5vw,17px);
    line-height:1.7;
}

/* Badge */
.rat-tm-badge { display:inline-flex; }

/* ─── Style DECORATED — barre + ligne de séparation ─── */
.rat-tm-wrap--decorated {}

/* ─── Style CUTOUT — overflow masqué ─── */
.rat-tm-wrap--cutout .rat-tm-heading { display:inline; }

/* ─── Barre d'accentuation (deco_type = accent_bar) ─── */
.rat-tm-wrap[style*="border-left"] {
    box-sizing:border-box;
}

/* Garantie responsive */
@media(max-width:640px){
    .rat-tm-sub { font-size:14px; }
    .rat-tm-badge { font-size:11px!important; }
}
