ul.wp-block-list {
	padding: 0;
}

ul[class="wp-block-list"] li {
	display: block;
	padding-left: 20px;
	position: relative;
}

.is-style-simple-list {
	list-style-type: none;
}

.is-style-default li {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}

ul[class="wp-block-list"] li:before,
.is-style-default li::before {
	content: '';
	background: var(--wp--preset--color--three);
	width: 7px;
	height: 7px;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 50%;
}

body .is-style-checkmark-list,
body .is-style-checkmark-list-small {
	padding: 0;
}

body .is-style-checkmark-list li,
body .is-style-checkmark-list-small li {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px;
}

body .is-style-checkmark-list li::before,
body .is-style-checkmark-list-small li::before {
	content: '';
	background: url("../images/checkmark.svg") no-repeat center;
	background-size: contain;
	width: 27px;
	height: 23px;
	position: absolute;
	top: 2px;
	left: 0;
}

body .is-style-checkmark-list-small li {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 18px;
}

body .is-style-checkmark-list-small li::before {
	width: 14px;
	height: 12px;
	top: 5px;
}

body .list-style-inline li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 0;
}

body .list-style-inline li:last-child {
	margin-right: 0;
}



body .is-style-download-list {
	padding: 0;
}

body .is-style-download-list li {
	display: block;
	position: relative;
	padding-left: 33px;
	margin-bottom: 15px;
}

body .is-style-download-list li::before {
	content: '';
	background: url("../images/download-icon.svg") no-repeat center;
	background-size: contain;
	width: 20px;
	height: 19px;
	position: absolute;
	top: 2px;
	left: 0;
}

body .is-style-download-list li a {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--wp--preset--font-family--rhetorik);
	text-decoration: none;
	position: relative;
}

body .small-list li {
	font-size: 14px;
	padding-left: 15px;
}