/* 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--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--x-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;
}

/* multi-column lists */
@media (min-width: 480px) and (max-width: 781px), (min-width: 900px) {
	.entry-content ul.is-layout-2-col,
	.entry-content ol.is-layout-2-col,
	.wp-block-post-content ul.is-layout-2-col,
	.wp-block-post-content ol.is-layout-2-col {
		columns: 2;
		gap: var(--wp--preset--spacing--medium);
	}
	.entry-content ul.is-layout-3-col,
	.entry-content ol.is-layout-3-col,
	.wp-block-post-content ul.is-layout-3-col,
	.wp-block-post-content ol.is-layout-3-col {
		columns: 3;
		gap: var(--wp--preset--spacing--x-small);
	}
	.entry-content ul.is-layout-4-col,
	.entry-content ol.is-layout-4-col,
	.wp-block-post-content ul.is-layout-4-col,
	.wp-block-post-content ol.is-layout-4-col {
		columns: 4;
		gap: var(--wp--preset--spacing--x-small);
	}
}

.entry-content ul:not([class*="is-style-"]) li::marker { color: var(--wp--preset--color--primary); }
.entry-content ul:not([class*="is-style-"]) li { margin-bottom: 1em; }

ul.is-style-list-check-green,
ul.is-style-list-check-blue,
ul.is-style-list-check-green ul,
ul.is-style-list-check-blue ul {
	padding-inline-start: 0px !important;
	padding-left: 0;
	list-style: none;
}

.entry-content ul.is-style-list-check-green,
.entry-content ul.is-style-list-check-blue {
	padding-inline-start: .5rem;
}

ul.is-style-list-check-green li,
ul.is-style-list-check-blue li {
	position: relative;
	padding-left: calc(var(--wp--preset--spacing--medium));
}

ul.is-style-list-check-green li:before,
ul.is-style-list-check-blue li:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: calc(var(--wp--preset--spacing--x-small) - .5rem);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M2 8.72715C2 9.61046 2.17374 10.4853 2.51172 11.3014C2.84975 12.1174 3.34517 12.8594 3.96973 13.484C4.59441 14.1087 5.33615 14.6049 6.15234 14.943C6.96843 15.281 7.84324 15.4547 8.72656 15.4547C10.057 15.4547 11.3576 15.06 12.4639 14.3209C13.5702 13.5817 14.4332 12.5306 14.9424 11.3014C15.4514 10.0723 15.5847 8.71943 15.3252 7.41465C15.0656 6.10979 14.4242 4.91108 13.4834 3.97032C12.5426 3.02964 11.3439 2.38905 10.0391 2.1295C8.73415 1.86997 7.38154 2.00316 6.15235 2.51231C4.92324 3.02144 3.87297 3.88372 3.13379 4.98985C2.39464 6.09607 2.00005 7.39672 2 8.72715ZM0 8.72715C5.28457e-05 7.00115 0.511788 5.31364 1.4707 3.87852C2.42959 2.4436 3.7923 1.32516 5.38672 0.664653C6.98142 0.00410676 8.73676 -0.169161 10.4297 0.167583C12.1224 0.504329 13.677 1.33592 14.8975 2.55626C16.118 3.77679 16.9494 5.33208 17.2861 7.02501C17.6228 8.71779 17.4505 10.4724 16.79 12.067C16.1295 13.6617 15.0104 15.025 13.5752 15.984C12.14 16.9429 10.4526 17.4547 8.72656 17.4547C7.58057 17.4547 6.44548 17.2292 5.38672 16.7906C4.32795 16.352 3.36602 15.7084 2.55566 14.8981C1.74539 14.0877 1.1026 13.1257 0.664062 12.067C0.225505 11.0082 -1.0019e-07 9.87319 0 8.72715Z' fill='%2334F5C5'/%3E%3Cpath d='M12.6543 5.47129C13.0717 5.83281 13.1172 6.46397 12.7559 6.88145L8.34668 11.9723C7.99397 12.3795 7.38215 12.4346 6.96289 12.0963L4.37207 10.0055C3.94232 9.65866 3.87494 9.02901 4.22168 8.59922C4.56849 8.16947 5.19815 8.10209 5.62793 8.44883L7.46777 9.93321L11.2441 5.57286C11.6057 5.15544 12.2368 5.10991 12.6543 5.47129Z' fill='%2334F5C5'/%3E%3C/svg%3E");
	width: 0.9em;
	height: 0.9em;
	background-size: contain;
	background-repeat: no-repeat;
}
ul.is-style-list-check-blue li:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M2 8.72715C2 9.61046 2.17374 10.4853 2.51172 11.3014C2.84975 12.1174 3.34517 12.8594 3.96973 13.484C4.59441 14.1087 5.33615 14.6049 6.15234 14.943C6.96843 15.281 7.84324 15.4547 8.72656 15.4547C10.057 15.4547 11.3576 15.06 12.4639 14.3209C13.5702 13.5817 14.4332 12.5306 14.9424 11.3014C15.4514 10.0723 15.5847 8.71943 15.3252 7.41465C15.0656 6.10979 14.4242 4.91108 13.4834 3.97032C12.5426 3.02964 11.3439 2.38905 10.0391 2.1295C8.73415 1.86997 7.38154 2.00316 6.15235 2.51231C4.92324 3.02144 3.87297 3.88372 3.13379 4.98985C2.39464 6.09607 2.00005 7.39672 2 8.72715ZM0 8.72715C5.28457e-05 7.00115 0.511788 5.31364 1.4707 3.87852C2.42959 2.4436 3.7923 1.32516 5.38672 0.664653C6.98142 0.00410676 8.73676 -0.169161 10.4297 0.167583C12.1224 0.504329 13.677 1.33592 14.8975 2.55626C16.118 3.77679 16.9494 5.33208 17.2861 7.02501C17.6228 8.71779 17.4505 10.4724 16.79 12.067C16.1295 13.6617 15.0104 15.025 13.5752 15.984C12.14 16.9429 10.4526 17.4547 8.72656 17.4547C7.58057 17.4547 6.44548 17.2292 5.38672 16.7906C4.32795 16.352 3.36602 15.7084 2.55566 14.8981C1.74539 14.0877 1.1026 13.1257 0.664062 12.067C0.225505 11.0082 -1.0019e-07 9.87319 0 8.72715Z' fill='%237F91B8'/%3E%3Cpath d='M12.6543 5.47129C13.0717 5.83281 13.1172 6.46397 12.7559 6.88145L8.34668 11.9723C7.99397 12.3795 7.38215 12.4346 6.96289 12.0963L4.37207 10.0055C3.94232 9.65866 3.87494 9.02901 4.22168 8.59922C4.56849 8.16947 5.19815 8.10209 5.62793 8.44883L7.46777 9.93321L11.2441 5.57286C11.6057 5.15544 12.2368 5.10991 12.6543 5.47129Z' fill='%237F91B8'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}