.wp-block-list {

}

.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,<svg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m16.7 7.1-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z'/></svg>");
		-webkit-mask: url("data:image/svg+xml;utf8,<svg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m16.7 7.1-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z'/></svg>");
		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;
}
