/* Summernote overrides for project-wide reset styles. */
.note-editor .note-toolbar button.note-btn,
.note-popover.popover button.note-btn,
.note-modal button.note-btn {
    width: auto !important;
    max-width: none !important;
}

.note-editor .note-toolbar {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.note-editor .note-editing-area .note-editable ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 2em !important;
    margin: 0.5em 0 !important;
}

.note-editor .note-editing-area .note-editable ol {
    list-style-type: decimal !important;
    list-style-position: outside !important;
    padding-left: 2em !important;
    margin: 0.5em 0 !important;
}

.note-editor .note-editing-area .note-editable li {
    display: list-item !important;
}

.note-editor .note-editing-area .note-editable ul ul {
    list-style-type: circle !important;
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
}

.note-editor .note-editing-area .note-editable ul ul ul {
    list-style-type: square !important;
}

.note-editor .note-editing-area .note-editable ol ol {
    list-style-type: lower-alpha !important;
}

.note-editor .note-editing-area .note-editable ol ol ol {
    list-style-type: lower-roman !important;
}
