/* Restore bullet dots */
.denza-bulleted-list ul {
    list-style: disc;
}

/* Ensure bullets + typography */
.denza-bulleted-list li {
    list-style: inherit;

    /* Match global text */
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}