.is-style-numbered {
list-style: decimal;
}
.is-style-checklist {
list-style: none;
padding-left: var(--wp--style--block-gap, 1em);
ul {
list-style: none;
}
li:before {
content: '';
mask: url("data:image/svg+xml;utf8,");
-webkit-mask: url("data:image/svg+xml;utf8,");
margin-right: 0.5em;
margin-left: -1.5em;
width: 1.5em;
height: 1.5em;
display: inline-block !important;
background: var(--wp--preset--color--primary-600, currentColor);
position: absolute;
}
}
.is-style-square {
list-style-type: square;
}