/* Override Quill.js default styling to match ECUSTA branding */

.ql-toolbar.ql-snow {
    border: none !important;
    border-bottom: 1px solid #e5e7eb !important;
    background-color: #f8f9fa;
    padding: 12px 24px !important;
}

.ql-container.ql-snow {
    border: none !important;
    height: 60vh !important; /* Make editor tall enough */
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
}

.ql-editor {
    padding: 24px 32px !important;
    line-height: 1.7 !important;
    color: #374151 !important;
}

/* Typography inside the editor */
.ql-editor h1, .ql-editor h2 {
    font-family: 'Merriweather', serif !important;
    color: #111827 !important;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.ql-editor h1 { font-size: 2em !important; }
.ql-editor h2 { font-size: 1.5em !important; }

.ql-editor a {
    color: #0a2c4e !important;
    text-decoration: underline;
}

.ql-editor blockquote {
    border-left: 4px solid #8a1538 !important;
    color: #6b7280 !important;
    font-style: italic;
    background: #f9fafb;
    padding: 10px 15px;
}
