.has-custom-list-gap li {
    margin-bottom: var(--list-gap, .5ch);
}
ul.bullet-marker-dot li::marker {
    color: inherit;
    content: '\2022';
}