﻿.quill-editor {
    min-height: 300px;
    height: auto;
}

.ql-container {
    height: auto !important;
}

/* Editor real */
.ql-editor {
    min-height: 300px;
    height: auto;
    overflow-y: visible !important;
    max-width: 680px;
    margin-left: 0;
    margin-right: 0;
}

.ql-editor {
    padding-left: 24px;
    padding-right: 24px;
}

    /* Espaciado entre párrafos */
    .ql-editor p {
        margin-bottom: 12px;
    }

    /* Títulos */
    .ql-editor h1 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .ql-editor h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    /* Imágenes (ya lo tenías bien) */
    .ql-editor img {
        max-width: 600px;
        width: 100%;
        height: auto;
        display: block;
        margin: 12px auto;
    }