body.darkmode .sun-editor .se-toolbar {
    background-color: var(--dlrg-darkmode-grey);
    color: var(--dlrg-light);

}

body.darkmode .sun-editor button {
    background-color: var(--dlrg-darkmode-grey);
    color: var(--dlrg-light);
}

body.darkmode .sun-editor .se-btn-list:disabled,
body.darkmode .sun-editor .se-btn:disabled,
body.darkmode .sun-editor button:disabled {
    background-color: var(--dlrg-grey-3);
    color: var(--dlrg-text);
}

body.darkmode .sun-editor-editable,
body.darkmode .sun-editor .se-resizing-bar {
    color: var(--dlrg-light);
    background-color: var(--dlrg-darkmode-grey);
}

body.darkmode .sun-editor .se-btn:enabled:focus,
body.darkmode .sun-editor .se-btn:enabled:hover {
    color: var(--dlrg-text);
    background-color: var(--dlrg-grey-2);
}


.sun-editor .se-wrapper .se-wrapper-inner {
    min-height: 200px;
}
.sun-editor {
    border-radius: 7px;
    font-family: unset;
}

.sun-editor-editable {
    font-family: var(--font-family);
    font-size: 1rem;
}

.sun-editor .se-toolbar {
    border-radius: 7px;
}

.sun-editor .se-resizing-bar {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.sun-editor-editable p {
    margin-top: 0px;
    margin-bottom: 0px;
}