/* Remove default bullets forcibly */
.is-style-checkmark li::marker {
	display: none;
	content: "";
}

/* Remove list-style */
ul.is-style-checkmark,
.is-style-checkmark ul,
.is-style-checkmark ol,
.is-style-checkmark .wp-block-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding-left: 0;
    padding-inline-start: 0.15em !important;
	margin-left: 0;
	gap: 0;
}

/* Positioning + SVG */
.is-style-checkmark li {
	position: relative;
	padding-left: 1.75em;
	margin-block-start: var(--list-item-spacing, var(--flow-spacing, initial));
    margin-block-end: 0;
}

.is-style-checkmark li::before {
	content: "";
	position: absolute;
	left: 0;
    top: 0.085em;
    width: 1.35em;
    height: 1.35em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><path fill=\"%23db4b7c\" d=\"M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 96C196.3 96 96 196.3 96 320C96 443.7 196.3 544 320 544C443.7 544 544 443.7 544 320C544 196.3 443.7 96 320 96zM438.3 236.5L428.9 249.4L300.9 425.4L289.9 440.6L201.3 352L223.9 329.4L286 391.5L403 230.7L412.4 217.8L438.3 236.6z\"/></svg>') !important;
}
