.mdigi-checklist {
	list-style: none;
	margin: 0;
	padding: 2rem 2.5rem;
	background-color: #eaf3fa;
	border: 1px solid #cfe2f1;
	border-radius: 0.5rem;
}

/* 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: #222222;
}

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

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