/* CKEditor Custom Styles */

/* CKEditor container adjustments */
.ck-editor {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.ck-editor__editable {
    min-height: 200px;
    padding: 1rem;
}

/* CKEditor toolbar styling */
.ck-toolbar {
    border-bottom: 1px solid #ced4da;
    background-color: #f8f9fa;
}

/* CKEditor content styling */
.ck-content {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
}
