/* Content Element */

ul.ce-bullets {
    list-style: disc;
    margin-left: 1em;
}

.ce-bullets dt,
.ce-bullets li {
    margin-bottom: 0.5em;
}

ol.ce-bullets {
    padding-left: 1.1rem;
}

/* Styling for the bullets list coming from RTE */

.ce-bodytext ul:not([class]) {
    margin-left: 1.15rem;
    list-style-type: disc;
}

.ce-bodytext ul:not([class]) li {
    margin-bottom: 0.5em;
}
