/* 
  Folha de Estilos de Fidelidade Visual - SIMF PATRIMONIAL
  Local Seguro: /assets/simf-rich-text.css
  Uso: Consultoria 485 (Páginas Públicas e Editor)
*/

.simf-rich-text h1 { font-size: 2.25rem !important; font-weight: 800 !important; margin: 1.2em 0 0.5em 0 !important; line-height: 1.2 !important; color: inherit; }
.simf-rich-text h2 { font-size: 1.875rem !important; font-weight: 700 !important; margin: 1em 0 0.5em 0 !important; line-height: 1.25 !important; color: inherit; }
.simf-rich-text h3 { font-size: 1.5rem !important; font-weight: 600 !important; margin: 1em 0 0.5em 0 !important; line-height: 1.3 !important; color: inherit; }
.simf-rich-text p { margin-bottom: 1em !important; }

/* REGRAS DAS LISTAS (FIX) */
.simf-rich-text ul { 
    list-style-type: disc !important; 
    padding-left: 2.5rem !important; 
    margin-top: 1em !important; 
    margin-bottom: 1em !important; 
    display: block !important;
}
.simf-rich-text ol { 
    list-style-type: decimal !important; 
    padding-left: 2.5rem !important; 
    margin-top: 1em !important; 
    margin-bottom: 1em !important; 
    display: block !important;
}
.simf-rich-text li { 
    display: list-item !important; 
    margin-bottom: 0.5em !important;
}

.simf-rich-text blockquote { 
    border-left: 4px solid #e2e8f0 !important; 
    padding-left: 1rem !important; 
    font-style: italic !important; 
    color: #64748b !important; 
}
.simf-rich-text img { 
    max-width: 100% !important; 
    display: inline-block;
    vertical-align: bottom;
}
.simf-rich-text font { display: inline-block; }
