/* Front helpers */
.rmxse-figure.wide img{ width:100%; height:auto; display:block; border-radius:12px; }
.rmxse-duo{ display:flex; gap:10px; align-items:flex-start; margin:12px 0; }
.rmxse-duo .rmxse-figure{ flex:1 1 0; margin:0; }
.rmxse-duo img{ width:100%; border-radius:12px; display:block; }
.rmxse-lead{ font-size:1.25rem; line-height:1.7; text-align:center; max-width:60ch; margin:10px auto 14px; }
.rmxse-lead:first-letter{ font-size:3.2em; line-height:1; font-weight:800; padding:0 .05em 0 0; color:#f5c84b; }
@media (max-width:640px){ .rmxse-lead{ font-size:1.1rem; } }
