/* Custom styles for the Blazored Text Editor */
.blazored-text-editor {
    min-height: 300px;
    margin-bottom: 20px;
}

.ql-container {
    min-height: 250px;
    max-height: 500px;
    overflow-y: auto;
}

/* Improve toolbar appearance */
.ql-toolbar {
    background-color: #f8f9fa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ql-editor {
    font-size: 16px;
    line-height: 1.6;
}

/* Add some spacing to toolbar buttons */
.ql-formats {
    margin-right: 10px !important;
}

/* Fix for editor in MudBlazor dialogs */
.mud-dialog .blazored-text-editor {
    width: 100%;
}
