ul {
padding-left: 1.25rem;
list-style-type: square;
}
ul li::marker {
color: var(--dm-primary);
}.fullwidth {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
background-color: lightgrey;
}
.fullwidth.has-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: overlay;
}