﻿.mudradzen-html-editor .rz-html-editor {
    border: none !important;
}
    .mudradzen-html-editor .rz-html-editor:focus-within {
        outline: none !important;
    }

.mudradzen-html-editor .mud-input-slot {
    padding: 1px 3px 1px 3px !important;
}

.mudradzen-html-editor .rz-html-editor-content {
    min-height: 80px;
}

    .mudradzen-html-editor .rz-html-editor-content ul {
        padding-inline-start: 40px !important;
        list-style: disc !important;
    }

    .mudradzen-html-editor .rz-html-editor-content ol {
        padding-inline-start: 40px !important;
        list-style: decimal !important;
    }