/* Quill Editor Styles */
.quill-container {
    background-color: white;
    border-radius: 8px;
}

#quill-editor {
    min-height: 200px;
    background-color: white;
}

.ql-toolbar {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ql-container {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 15px;
}
