/* =========================================
   ESTILOS DO EDITOR DE TEXTO (BACKEND)
   Sincronizado com .uticket-post-text-content
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap');

/* 2. Define a fonte padrão do corpo do editor */
.editor-styles-wrapper,
body.mce-content-body {
    font-family: 'Montserrat', sans-serif !important;
}

/* 3. Textos (Parágrafos e Listas) */
.editor-styles-wrapper p,
.editor-styles-wrapper li,
body.mce-content-body p,
body.mce-content-body li {
    font-size: 17px !important;
    line-height: 29px !important;
    color: #212529 !important;
}

.editor-styles-wrapper ul li:last-child,
.editor-styles-wrapper ol li:last-child,
body.mce-content-body ul li:last-child,
body.mce-content-body ol li:last-child {
    margin-bottom: 20px !important;
}

/* 4. Títulos (H2, H3, H4, H5) */
.editor-styles-wrapper h2,
body.mce-content-body h2 {
    font-size: 30px !important; 
    line-height: 1.2 !important;
    color: #111 !important;
    margin-top: 24px !important;
    margin-bottom: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.editor-styles-wrapper h3,
body.mce-content-body h3 {
    font-size: 22px !important;
    font-weight: 600 !important; 
    line-height: 1.3 !important;
    color: #111 !important;
    margin-top: 24px !important;
    margin-bottom: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.editor-styles-wrapper h4,
body.mce-content-body h4 {
    font-size: 15px !important; 
    line-height: 1.4 !important;
    color: #111 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* O seu padrão escolhido para o H5 */
.editor-styles-wrapper h5,
body.mce-content-body h5 {
    font-size: 12px !important; 
    line-height: 1.4 !important;
    color: #111 !important;
    margin-bottom: -25px !important;
    font-family: 'Montserrat', sans-serif !important;
}
