/* Скруглённая заливка текста Quill — просмотр на маркете и в редакторах */
.quill-content span[style*="background-color"],
.quill-content span[style*="background:"],
.quill-content span[class*="ql-bg-"],
.quill-content .quill-highlight-rounded,
.ql-editor span[style*="background-color"],
.ql-editor span[style*="background:"],
.ql-editor span[class*="ql-bg-"],
.ql-editor .quill-highlight-rounded,
span.quill-highlight-rounded {
    border-radius: 8px !important;
    padding: 2px 6px !important;
    margin: 0 1px !important;
    box-decoration-break: clone !important;
    -webkit-box-decoration-break: clone !important;
}
