.quill-textarea-editor .ql-editor {
    min-height: var(--quill-editor-min-height, 200px);
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.quill-textarea-editor.ql-container {
    background-color: var(--bs-body-bg);
}
