.html-editor-host .ql-toolbar.ql-snow {
    border-radius: 4px 4px 0 0;
    border-color: rgba(0, 0, 0, 0.23);
    direction: rtl;
    flex-shrink: 0;
}

.html-editor-host .ql-container.ql-snow {
    border-radius: 0 0 4px 4px;
    border-color: rgba(0, 0, 0, 0.23);
    font-family: inherit;
    height: var(--html-editor-height, 280px);
    max-height: var(--html-editor-height, 280px);
    overflow: hidden;
}

.html-editor-host .ql-editor {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    font-size: 0.95rem;
    line-height: 1.8;
    box-sizing: border-box;
}

/* Scrollable dialog body for long page/news forms */
.mud-dialog .sc-page-editor-dialog {
    max-height: min(78vh, 820px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-inline-end: 4px;
}

.html-editor-host.html-editor-tall {
    --html-editor-height: 420px;
}
