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;
}

.wp-block-list li {
	margin-bottom: 0;
}

.wp-block-list li:last-child {
	margin-bottom: 0;
}

.is-style-default li {
	display: block;
	position: relative;
	padding-left: 25px;
	list-style-type: none;
}

.is-style-default li::before {
	content: '';
	background: var(--wp--preset--color--three);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
}

.is-style-checkmark-list {
	padding-left: 15px;
}

.is-style-arrow li {
	position: relative;
	padding-left: 30px;
	list-style-type: none;
}

.is-style-arrow li:before {
	content: '';
	background: url(../images/list-arrow.png) no-repeat;
	width: 19px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 0;
}

.is-style-colored-checkmark li {
	position: relative;
	padding-left: 30px;
	list-style-type: none;
}

.is-style-colored-checkmark li:before {
	content: '';
	background-image: url(../images/colored-checkmark.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--wp--preset--color--three);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
	border-radius: 100%;
}
