/* List
--------------------------------------------- */

/* List styles for default unordered lists */
.entry-content ul li,
.entry-content ol li,
.wp-block-post-content ul li,
.wp-block-post-content ol li {
	margin-bottom: var(--wp--custom--spacing--10);
}

/* .entry-content > ul li,
.entry-content > ol li,
.wp-block-post-content > ul li,
.wp-block-post-content > ol li {
	margin-bottom: var(--wp--preset--spacing--small);
} */

.entry-content ul ul,
.entry-content ol ul,
.wp-block-post-content ul ul,
.wp-block-post-content ol ul {
	margin-top: var(--wp--preset--spacing--small);
}

/* Remove paddings */
.entry-content :not(.wp-block-group) > li:first-child {
	padding-top: 0;
}

.entry-content :not(.wp-block-group) li:last-child {
	padding-bottom: 0;
}

ul[class*="is-style-sbt-check"],
ul[class*="is-style-sbt-check"] ul,
ul.is-style-list-question-circle,
ul.is-style-list-question-circle ul,
ul.is-style-list-check,
ul.is-style-list-check ul,
ul.is-style-list-check-circle,
ul.is-style-list-check-circle ul {
	padding-inline-start: 0px !important;
	padding-left: 0;
	list-style: none;
}

.entry-content ul[class*="is-style-sbt-check"],
.entry-content ul.is-style-list-question-circle,
.entry-content ul.is-style-list-check,
.entry-content ul.is-style-list-check-circle {
	padding-inline-start: .5rem;
}

ul[class*="is-style-sbt-check"] li,
ul.is-style-list-question-circle li,
ul.is-style-list-check li,
ul.is-style-list-check-circle li {
	position: relative;
	padding-left: calc(var(--wp--custom--spacing--20) + .5rem);
}

ul[class*="is-style-sbt-check"] li:before,
ul.is-style-list-question-circle li:before,
ul.is-style-list-check li:before,
ul.is-style-list-check-circle li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
	width: 1rem;
	height: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
}

ul.is-style-list-question-circle li:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E");
}

ul.is-style-list-check-circle li:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}


ul[class*="is-style-sbt-check-circle"] li { font-weight: 700; }
ul.is-style-sbt-check-circle-primary li { color: var(--wp--preset--color--dark-navy); }
ul.is-style-sbt-check-circle-light-blue li { color: var(--wp--preset--color--white); }

ul.is-style-sbt-check-circle-primary li:before {
	background-image: url('data:image/svg+xml,<svg fill="none" height="16" viewBox="0 0 17 16" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m8.5 0c-4.41333 0-8 3.58667-8 8 0 4.4133 3.58667 8 8 8 4.4133 0 8-3.5867 8-8 0-4.41333-3.5867-8-8-8zm4.84 6.44-4.62667 4.9467c-.26666.28-.61333.4266-.97333.4266-.30667 0-.6-.1066-.85333-.3066l-3.37334-2.8267c-.56-.46667-.64-1.32-.16-1.88.46667-.56 1.30667-.64 1.88-.16l2.41334 2.01333 3.76003-4.02666c.5066-.53334 1.3466-.56 1.88-.06667.5333.50667.56 1.34667.0666 1.88z" fill="%23004fc8"/></svg>');
}
ul.is-style-sbt-check-circle-light-blue li:before {
	background-image: url('data:image/svg+xml,<svg fill="none" height="16" viewBox="0 0 17 16" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m8.5 0c-4.41333 0-8 3.58667-8 8 0 4.4133 3.58667 8 8 8 4.4133 0 8-3.5867 8-8 0-4.41333-3.5867-8-8-8zm4.84 6.44-4.62667 4.9467c-.26666.28-.61333.4266-.97333.4266-.30667 0-.6-.1066-.85333-.3066l-3.37334-2.8267c-.56-.46667-.64-1.32-.16-1.88.46667-.56 1.30667-.64 1.88-.16l2.41334 2.01333 3.76003-4.02666c.5066-.53334 1.3466-.56 1.88-.06667.5333.50667.56 1.34667.0666 1.88z" fill="%23b1d0ff"/></svg>');
}