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: 15px;
}

.wp-block-list li:last-child {
	margin-bottom: 0;
}

.is-style-default li {
	display: block;
	position: relative;
	padding-left: 12px;
	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-arrow li,
.is-style-arrow-yellow li {
	position: relative;
	padding-left: 40px;
	list-style-type: none;
}

.is-style-arrow li:before {
	content: '';
	display: block;
	background: url(../images/green-arrow.svg) no-repeat;
	width:28px;
	height: 28px;
	position: absolute;
    top: 3px;
    left: 0;
}

.is-style-arrow-yellow li:before {
	content: '';
	display: block;
	background: url(../images/yellow-list-arrow.svg) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
    top: 3px;
    left: 0;
}

.is-style-arrow-long-yellow li{
	position: relative;
	padding-left: 50px;
	list-style-type: none;
}

.is-style-arrow-long-yellow li:before {
	content: '';
	display: block;
	background: url(../images/yellow-long-list-arrow.svg) no-repeat;
	width: 36px;
	height: 18px;
	position: absolute;
    top: 7px;
    left: 0;
}

