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: 20px;
}

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

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

.is-style-default.wp-block-list li {
	margin-bottom: 5px;
}

.story-details .story-content ul.wp-block-list{
	padding-left: 0px !important;
}

.story-details .story-content li {
	padding-left: 20px;
}

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

.is-style-default li::before {
	background: var(--wp--preset--color--eight);
}

.story-details .story-content li::before{
	background: var(--wp--preset--color--eight)
}

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

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

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

.is-style-arrow-teal li:before {
	content: '';
	display: block;
	background: url("/wp-content/uploads/2026/02/list-icon-arrow-teal.svg") no-repeat center center;
	background-size: contain;
	width: 6px;
	height: 11px;
	position: absolute;
	top: 11px;
	left: 0;
}

.is-style-maron-checkmark li,
.is-style-salmon-checklist li {
	position: relative;
	padding-left: 45px;
	list-style-type: none;
	margin: 0 0 8px 0;
}

.is-style-maron-checkmark li:before,
.is-style-salmon-checklist li::before {
	content: '';
	display: block;
	background: url(../images/maroon-checklist.svg) no-repeat center center;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 5px;
	left: 0;
}

.is-style-salmon-checklist li::before {
	background-image: url( "../images/salmon-checklist.svg" );
}

.is-style-yellow-checkmark li {
	position: relative;
	padding-left: 45px;
	list-style-type: none;
	margin: 0 0 8px 0;
}

.is-style-yellow-checkmark li:before {
	content: '';
	display: block;
	background: url(../images/yellow-checklist.svg) no-repeat center center;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 5px;
	left: 0;
}

.is-style-green-checkmark li {
	position: relative;
	padding-left: 45px;
	list-style-type: none;
	margin: 0 0 8px 0;
}

.is-style-green-checkmark li:before {
	content: '';
	display: block;
	background: url(../images/light-teal-checklist.svg) no-repeat center center;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 5px;
	left: 0;
}

.is-style-maron-star li {
	position: relative;
	padding-left: 45px;
	list-style-type: none;
	margin: 0 0 8px 0;
}

.is-style-maron-star li:before {
	content: '';
	display: block;
	background: url("/wp-content/uploads/2026/01/maron-star.svg") no-repeat center center;
	background-size: contain;
	width: 27px;
	height: 26px;
	position: absolute;
	top: 5px;
	left: 0;
}