/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

//* =========================
   FIX FORÇADO DE LISTAS
   ========================= */

/* Resetar comportamento herdado */
.entry-content ol,
.entry-content ul,
.elementor-text-editor ol,
.elementor-text-editor ul {
    all: revert;
    padding-left: 25px;
    margin-bottom: 15px;
}

/* Reaplicar estilos corretos */
.entry-content ul,
.elementor-text-editor ul {
    list-style-type: disc;
}

.entry-content ol,
.elementor-text-editor ol {
    list-style-type: decimal;
}

/* Garantir renderização */
.entry-content li,
.elementor-text-editor li {
    display: list-item;
    margin-bottom: 8px;
}