ul.is-style-check {
	list-style-type: none;
	padding: 0;
}

ul.is-style-check li {
	position: relative;
	line-height: 1.7;
	padding-left: 1.75em;
	color: inherit;
}

ul.is-style-check li::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.13em;
	width: 1.15em;
	height: 1.15em;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='none' stroke='currentColor' stroke-width='1.5'/%3E%3Cpath d='M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='none' stroke='currentColor' stroke-width='1.5'/%3E%3Cpath d='M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
}