/* summernote-fix.css */
.summernote-wrapper label {
    display: block;
    margin-bottom: 15px !important;
    color: #0b0d28;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/* Restore basic formatting */
.note-editor .note-editable b,
.note-editor .note-editable strong {
    font-weight: bold !important;
}

.note-editor .note-editable i,
.note-editor .note-editable em {
    font-style: italic !important;
}

.note-editor .note-editable u {
    text-decoration: underline !important;
}

/* Lists */
.note-editor .note-editable ul {
    list-style: disc !important;
    margin-left: 20px !important;
    padding-left: 20px !important;
}

.note-editor .note-editable ol {
    list-style: decimal !important;
    margin-left: 20px !important;
    padding-left: 20px !important;
}

/* Links */
.note-editor .note-editable a {
    color: #007bff !important;
    text-decoration: underline !important;
}

/* Blockquotes */
.note-editor .note-editable blockquote {
    border-left: 3px solid #ccc !important;
    padding-left: 10px !important;
    margin: 10px 0 !important;
    font-style: italic !important;
}

/* Code blocks */
.note-editor .note-editable pre,
.note-editor .note-editable code {
    font-family: monospace !important;
    background: #f8f9fa !important;
    padding: 5px 8px !important;
    border-radius: 3px !important;
}

/* Tables */
.note-editor .note-editable table {
    border: 1px solid #ddd !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.note-editor .note-editable table th,
.note-editor .note-editable table td {
    border: 1px solid #ddd !important;
    padding: 5px !important;
    text-align: left !important;
}

.note-editor .modal .form-control {
    display: block !important;
    width: 100% !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
}

.note-editor .modal .btn {
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    cursor: pointer !important;
}

.note-editor .modal .btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #fff !important;
}
