.content ul:not(.ul-reset):not(.no-style) {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
    margin-bottom:2em;
}

.content ul:not(.ul-reset):not(.no-style) li {
    padding-left: 16px;
    margin-bottom:0.25em;
}

.content ul:not(.ul-reset):not(.no-style) li:before {
    content: "▪"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #dc1e2a; /* Or a color you prefer */
}
