.rich-text-content ~ ol{
    all: initial;
}

.rich-text-content ~ h1,
.rich-text-content ~ h2,
.rich-text-content ~ h3,
.rich-text-content ~ h4,
.rich-text-content ~ h5,
.rich-text-content ~ h6,
.rich-text-content ~ p,
.rich-text-content ~ ul,
.rich-text-content ~ ol,
.rich-text-content ~ li,
.rich-text-content ~ blockquote,
.rich-text-content ~ pre,
.rich-text-content ~ a,
.rich-text-content ~ strong,
.rich-text-content ~ em {
    all: revert;
    display: revert;
    margin: revert;
    padding: revert;
    font-size: revert;
    font-weight: revert;
    line-height: revert;
    color: revert;
    list-style: revert;
    text-decoration: revert;
}
