/* ── core/list — style "Check" ────────────────────────────── */

.wp-block-list.is-style-check {
	list-style: none;
	padding-inline-start: 0;
}

.wp-block-list.is-style-check li {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
}

.wp-block-list.is-style-check li + li {
	margin-top: var(--wp--preset--spacing--6);
}

.wp-block-list.is-style-check li::before {
	content: '';
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: calc((1lh - 1.25rem) / 2);
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.79175 10.7221L6.95004 13.6782C7.62651 14.6047 9.015 14.5867 9.66725 13.6429L15.2084 5.625' stroke='%230890FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}