.dm-bulletList {
    margin-bottom: var(--articleItemMarginBottom);
    line-height: 1.5;
    font-size: var(--articleTextSize);
    list-style-position: outside;
    padding-left: 1.5em;
}

.dm-bulletList__item {
  margin-bottom: .2em;
}

.dm-bulletList:not(.dm-bulletList[style="list-style-type:decimal"],
.dm-bulletList[style="list-style-type:lower-latin"],
.dm-bulletList[style="list-style-type:lower-roman"]) {
    list-style-type: disc;
}

/* ==========================================================================
    Following are styles for tags that the Li-editor uses for text
    formatting. Therefore we have to style the tags directly instead
    of using classes.
   ========================================================================== */

.dm-bulletList__item strong,
.dm-bulletList__item b {
  font-weight: bold;
}

.dm-bulletList__item em,
.dm-bulletList__item i {
  font-style: italic;
}
