.twoUfi-checklist {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.twoUfi-checklist__item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.twoUfi-checklist__icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
}

/* Custom icon image */
.twoUfi-checklist__icon-img {
	max-width: 20px;
	max-height: 20px;
	object-fit: contain;
}

.twoUfi-checklist__text {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #091C30;
}
