ul[class="wp-block-list"]:not(.alignfull),
ol[class="wp-block-list"]:not(.alignfull) {
	padding-left: 25px !important;
}

.wp-block-list [class^="heading"] {
	margin-bottom: 10px;
}

.wp-block-list {
	text-align: left;
}

body .wp-block-list li:first-child {
	margin-top: 0;
}

.is-style-default li,
.wp-block-list .rank-math-html-sitemap li {
	display: block;
	position: relative;
	padding-left: 25px;
	list-style-type: none;
}

.is-style-default li::before,
.wp-block-list .rank-math-html-sitemap li::before {
	content: '';
	background: var(--wp--preset--color--4);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
}

ul.is-style-checkmark-list li,
ul.is-style-list-5 li {
	position: relative;
	padding-left: 40px;
	list-style-type: none;
	line-height: 1;
}

ul.is-style-checkmark-list li:before,
ul.is-style-list-5 li:before {
	content: '';
	display: block;
	background: url(../images/icon-tick.svg) no-repeat;
	width: 21px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
}
ul.is-style-list-5 li:before {
	background: url(../images/green-tick.svg) no-repeat;
}

.is-style-list-2 li,
.is-style-list-4 li {
	position: relative;
	padding-left: 35px;
	list-style-type: none;
}

.is-style-list-2 li:before,
.is-style-list-4 li:before {
	content: '';
	display: block;
	width: 42px;
	height: 28px;
	position: absolute;
	top: 9px;
	left: 0;
}

.is-style-list-2 li:before {
	background: url(../images/list-arrow-green.svg) no-repeat;
}

.is-style-list-4 li:before {
	background: url(../images/list-arrow-blue.svg) no-repeat;
}

.is-style-list-3 li {
	position: relative;
	padding-left: 46px;
	list-style-type: none;
	margin-top: 0.75em;
}

.is-style-list-3 li:before {
	content: '';
	display: block;
	background: url(../images/icon-tick-double.svg) no-repeat;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 3px;
	left: 0;
}



