.mdigi-checklist {
	list-style: none;
	margin: 0.5rem 0 2rem;
	padding: 2rem 2.5rem;
	background-color: var(--mdigi-blue-20);
}

/* Connect to callout bar when placed directly below it */
.wp-block-acf-callout-bar + .wp-block-acf-checklist .mdigi-checklist {
	border-top: none;
	border-radius: 0 0 0.5rem 0.5rem;
}

.mdigi-checklist li {
	position: relative;
	margin: 0 0 1.5rem;
	padding-left: 2.25rem;
	font-weight: 700;
	color: var(--mdigi-black);
}

.mdigi-checklist li:last-child {
	margin-bottom: 0;
}

.mdigi-checklist__tick {
	position: absolute;
	top: 0.125rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
}
