/* Restore bullet dots */
.denza-bulleted-list ul {
    list-style: disc;
    margin: 1em 0 0 3em;
}

/* 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);
}

/* Adding underline for all Text Links */
.denza-bulleted-list p a {
  text-decoration: underline !important;
}