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: 0 0 4px;
}

.wp-block-list li:last-child {
	margin-bottom: 0;
}

.is-style-default li,
.is-style-chevron li,
.is-style-checkmark-list li {
	position: relative;
	padding-left: 25px;
	list-style-type: none;
}

.is-style-chevron li {
	padding-left: 28px;
}

ul.is-style-checkmark-list li {
	padding: 9px 0 9px 75px;
	font-size: var(--wp--preset--font-size--heading-5);
	font-weight: 700;
	margin: 0 0 16px;
	line-height: 1.60;
}

.is-style-default li::before,
.is-style-chevron li::before,
.is-style-checkmark-list li::before {
	content: '';
	position: absolute;
	left: 0;
}

.is-style-default li::before {
	background: var(--wp--preset--color--three);
	width: 6px;
	height: 6px;
	top: 12px;
	border-radius: 50%;
}

.is-style-chevron li::before {
	background: url("/wp-content/themes/dewellgroup/assets/images/icon-link.svg") no-repeat;
	width: 9px;
	height: 16px;
	top: 8px;
}

.is-style-checkmark-list li::before {
	background: url("/wp-content/themes/dewellgroup/assets/images/round-checkmark.svg") no-repeat;
	width: 49px;
	height: 49px;
	top: 50%;
	margin-top: -24.5px;
}

.wp-block-list li:last-child {
	margin-bottom: 0;
}