.editor-styles-wrapper ul,
.p-entry__body ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 1.5em;
}

.editor-styles-wrapper ul ul,
.p-entry__body ul ul,
.editor-styles-wrapper ol ol,
.p-entry__body ol ol {
    margin-left: 0;
    padding-left: 1.5em;
}

.editor-styles-wrapper ol,
.p-entry__body ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 1.5em;
}
