.reset {
    all: unset;
}

/* Headings */
.tool-editor-html .dx-htmleditor-content h1,
.tool-editor-html .ql-editor h1 { font-size: 18px; margin: 0.9rem 0 0.5rem; }

.tool-editor-html .dx-htmleditor-content h2,
.tool-editor-html .ql-editor h2 { font-size: 16px; margin: 0.85rem 0 0.45rem; }

.tool-editor-html .dx-htmleditor-content h3,
.tool-editor-html .ql-editor h3 { font-size: 14px; margin: 0.8rem 0 0.4rem; }

.tool-editor-html .dx-htmleditor-content h4,
.tool-editor-html .ql-editor h4 { font-size: 13px; margin: 0.75rem 0 0.35rem; }

.tool-editor-html .dx-htmleditor-content h5,
.tool-editor-html .ql-editor h5 { font-size: 12px; margin: 0.7rem 0 0.3rem; }

.tool-editor-html .dx-htmleditor-content h6,
.tool-editor-html .ql-editor h6 { font-size: 11px; margin: 0.65rem 0 0.25rem; }


/* Paragraph + list spacing */
.tool-editor-html .dx-htmleditor-content,
.tool-editor-html .ql-editor { line-height: 1.6; }

.tool-editor-html .dx-htmleditor-content p,
.tool-editor-html .ql-editor p { margin: 0 0 0.9rem 0; }

.tool-editor-html .dx-htmleditor-content ul,
.tool-editor-html .dx-htmleditor-content ol,
.tool-editor-html .ql-editor ul,
.tool-editor-html .ql-editor ol { margin: 0 0 1rem 1.25rem; padding: 0; }

.tool-editor-html .dx-htmleditor-content li,
.tool-editor-html .ql-editor li { margin: 0.45rem 0; }

/* Avoid “double spacing” when paragraphs appear inside list items */
.tool-editor-html .dx-htmleditor-content li p,
.tool-editor-html .ql-editor li p { margin: 0; }