.rte-content ul,
.rte-content ol {
    list-style-position: outside;
}

.rte-content ul {
    padding-left: 1.2em;
}

.rte-content ol {
    padding-left: 2.5em;
}

.rte-content ul,
.rte-content ol,
.rte-content dir,
.rte-content menu,
.rte-content dl {
    margin-top: 1rem;
}

.rte-content :is(ul, ol, dir, menu, dl) ul,
.rte-content :is(ul, ol, dir, menu, dl) ol,
.rte-content :is(ul, ol, dir, menu, dl) dir,
.rte-content :is(ul, ol, dir, menu, dl) menu,
.rte-content :is(ul, ol, dir, menu, dl) dl {
    margin-top: 0;
}

.rte-content li:not(:first-child) {
    margin-top: 0.5em;
}

.rte-content li li:not(:first-child) {
    margin-top: 0;
}
