.wp-block-list.is-style-checklist-circle,
.wp-block-list.is-style-checklist-plus {
	list-style: none;
	padding-left: 0;
}

.wp-block-list.is-style-checklist-circle li,
.wp-block-list.is-style-checklist-plus li {
	position: relative;
	padding-left: 2.5em;
	margin-bottom: 1.5em;
}

.wp-block-list.is-style-checklist-circle li::before,
.wp-block-list.is-style-checklist-plus li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.wp-block-list.is-style-checklist-circle li::before {
	background-image: url('../img/icons-regular/circle-check.svg');
}

.wp-block-list.is-style-checklist-plus li::before {
	background-image: url('../img/icons-regular/circle-plus.svg');
}