/**
 * BB Assurantie — Fusion checklist icons (Lucide circle-check-big).
 */

.fusion-checklist.type-icons .icon-wrapper.circle-yes {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 24px;
	height: 24px;
	min-width: 24px;
	font-size: 0;
	line-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.fusion-checklist.type-icons .icon-wrapper.circle-yes .fusion-li-icon {
	display: none !important;
}

.fusion-checklist.type-icons .icon-wrapper.circle-yes::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: var(--bb-gold, #c9a875);
	mask-image: url("../img/lucide-circle-check-big.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("../img/lucide-circle-check-big.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
