.iwb-product-checkmarks {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 10px 0 12px;
	padding: 0 !important;
}

.iwb-product-checkmarks li {
	align-items: center;
	color: #2e2926;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.2;
}

.iwb-product-checkmarks__check,
.org-abb-trust-check {
	color: #315f85;
	display: inline-flex;
	flex: 0 0 auto;
	height: 19px;
	width: 19px;
}

.iwb-product-checkmarks__check path,
.org-abb-trust-check path {
	vector-effect: non-scaling-stroke;
}

.iwb-product-checkmarks__text {
	min-width: 0;
}

html body.intwb-abb-product .org-abb-trust-list {
	gap: 7px !important;
	margin: 10px 0 12px !important;
	padding: 0 !important;
}

html body.intwb-abb-product .org-abb-trust-list li {
	gap: 8px !important;
	line-height: 1.2 !important;
}

@media (max-width: 640px) {
	.iwb-product-checkmarks {
		gap: 6px;
		margin: 8px 0 12px;
		width: 100%;
	}

	.iwb-product-checkmarks li {
		font-size: 15px;
		gap: 8px;
		line-height: 1.15;
	}

	.iwb-product-checkmarks__check,
	.org-abb-trust-check {
		height: 21px;
		width: 21px;
	}

	html body.intwb-abb-product .org-abb-trust-list {
		gap: 6px !important;
		margin: 8px 0 12px !important;
	}

	html body.intwb-abb-product .org-abb-trust-list li {
		gap: 8px !important;
		line-height: 1.15 !important;
	}
}
