/**
 * Styl bloku Lista — markery z ikoną check.
 */

.wp-block-list.is-style-check,
ul.is-style-check,
ol.is-style-check {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.wp-block-list.is-style-check > li,
ul.is-style-check > li,
ol.is-style-check > li {
	position: relative;
	list-style: none;
	padding-left: 48px;
	margin-bottom: 28px;
}

.wp-block-list.is-style-check > li:last-child,
ul.is-style-check > li:last-child,
ol.is-style-check > li:last-child {
	margin-bottom: 0;
}

.wp-block-list.is-style-check > li::marker,
ul.is-style-check > li::marker,
ol.is-style-check > li::marker {
	content: none;
}

.wp-block-list.is-style-check > li::before,
ul.is-style-check > li::before,
ol.is-style-check > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc((1.6em - 32px) / 2);
	top: calc((1lh - 32px) / 2);
	width: 32px;
	height: 32px;
	background: url("../graf/ico-check.svg") no-repeat center / contain;
	pointer-events: none;
}
