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: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-green-dots li {
	display: block;
	position: relative;
	padding-left: 25px;
	list-style-type: none;
}

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

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

.is-style-color-full-list li::before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}

.is-style-green-bullet::before {
	background: var(--wp--preset--color--seven);
}

.is-style-navy-bullet::before {
	background: var(--wp--preset--color--three);
}

.is-style-red-bullet::before {
	background: var(--wp--preset--color--nine);
}

.is-style-blue-bullet::before {
	background: var(--wp--preset--color--four);
}

.is-style-yellow-bullet::before {
	background: #E6B012;
}

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

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

ul.wp-block-list.is-style-checkmark-list.center {
	list-style-position: inside;
}

ul.wp-block-list.is-style-checkmark-list.center li {
	padding-left: 0;
	display: flex;
	justify-content: center;
}

ul.wp-block-list.is-style-checkmark-list.center li::before {
	content: "\2713";
	padding-right: 1ch;
}