/* CKEditor 5 styles */
.django_ckeditor_5 {
    min-height: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.ck-editor__editable {
    min-height: 300px;
}

.ck-content {
    font-size: 1rem;
    line-height: 1.5;
}

/* Toolbar styles */
.ck-toolbar {
    border-radius: 4px 4px 0 0 !important;
}

/* Content area styles */
.ck-editor__editable {
    border-radius: 0 0 4px 4px !important;
}

/* Focus styles */
.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
