/* Ajustes del editor Quill al estilo del sitio */
.rich-text-editor-wrapper {
    border: 2px solid #0943B5;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.rich-text-editor-wrapper .ql-toolbar.ql-snow {
    border: none;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    font-family: inherit;
}

.rich-text-editor-wrapper .ql-toolbar.ql-snow .ql-stroke {
    stroke: #0943B5;
}

.rich-text-editor-wrapper .ql-toolbar.ql-snow .ql-fill {
    fill: #0943B5;
}

.rich-text-editor-wrapper .ql-toolbar.ql-snow button:hover .ql-stroke,
.rich-text-editor-wrapper .ql-toolbar.ql-snow .ql-picker-label:hover {
    color: #0d5ce8;
}

.rich-text-editor-wrapper .ql-container.ql-snow {
    border: none;
    font-family: inherit;
    font-size: 1rem;
}

.rich-text-editor-wrapper .ql-editor {
    min-height: 8rem;
}

.rich-text-editor-wrapper .ql-editor.ql-blank::before {
    color: #6c757d;
    font-style: normal;
}

/* Contenido HTML mostrado en vistas públicas/admin */
.rich-text-content {
    word-wrap: break-word;
}

.rich-text-content p:last-child {
    margin-bottom: 0;
}

.rich-text-content ul,
.rich-text-content ol {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
}
