/* RESET para contenido de Summernote */
.summernote-content {
    all: revert; /* restaura estilos por defecto */
    font-family: inherit;
}

/* Restaurar estilos básicos */
.summernote-content p {
    margin: 0 0 10px 0;
    line-height: normal !important;
    text-align: initial !important;
}

.summernote-content img {
    max-width: 100%;
    height: auto;
}

.summernote-content table {
    width: 100%;
    border-collapse: collapse;
}

.summernote-content td,
.summernote-content th {
    border: 1px solid #ccc;
    padding: 5px;
}

/* Evitar que tus estilos globales afecten */
.summernote-content .row {
    margin: initial !important;
}

.summernote-content ul,
.summernote-content ol {
    margin-left: 20px;
}
