<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.ipsGrid &gt; li.cSecurity {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 65px;
}

	ul.ipsGrid &gt; li.cSecurity .ipsBadge {
		position: absolute;
		top: -16px;
		padding: 0 15px;
	}
	html[dir="ltr"] ul.ipsGrid &gt; li.cSecurity .ipsBadge {
		right: 15px;
	}
	html[dir="rtl"] ul.ipsGrid &gt; li.cSecurity .ipsBadge {
		left: 15px;
	}

.cSecurity .ipsBox_title {
	font-weight: 500;
}

.cSecurity .cSecurity_button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.cSecurity_negative {
	border-top: 10px solid #c75050;
}
.cSecurity_intermediary {
	border-top: 10px solid #f09348;
}
.cSecurity_positive {
	border-top: 10px solid #599451;
}</pre></body></html>