/* THF listing levels: standard blue and verified priority green. */
.verified.green .fa-certificate{color:#28da8b}
.verified.blue .fa-certificate{color:#3498db}

.thf-directory-card.is-verified{border-color:rgba(52,152,219,.32)}
.thf-directory-card.is-priority{border-color:rgba(40,218,139,.48)}
.thf-directory-card .thf-directory-verified.is-blue{
	color:#d9efff;
	border-color:rgba(52,152,219,.55);
	background:rgba(13,48,75,.9);
}
.thf-directory-card .thf-directory-verified.is-green{
	color:#d9ffef;
	border-color:rgba(40,218,139,.55);
	background:rgba(7,52,34,.9);
}

.thf-v2-listing .thf-v2-verified.is-blue{
	background:#102339;
	color:#8ccaff;
	border-color:#315679;
}
.thf-v2-listing .thf-v2-verified.is-green{
	background:#102b20;
	color:#82e9af;
	border-color:#2b7650;
}

/* Scalloped verification seal with a white check, shared by cards and listings. */
.thf-verified-seal{
	display:inline-grid;
	place-items:center;
	position:relative;
	width:1em;
	height:1em;
	flex:none;
	line-height:1;
}
.thf-verified-seal .fa-certificate,
.thf-verified-seal .fa-check{
	grid-area:1/1;
	position:relative;
	line-height:1;
}
.thf-verified-seal .fa-certificate{font-size:1em;color:currentColor}
.thf-verified-seal .fa-check{z-index:1;font-size:.44em;color:#fff}

.thf-v2-listing .thf-v2-verified .thf-verified-seal{font-size:17px}
.thf-v2-listing .thf-v2-identity-copy h1 .thf-verified-seal{
	font-size:21px;
	margin-left:5px;
	vertical-align:7px;
}
.thf-v2-listing .is-blue .thf-verified-seal,
.thf-v2-listing .thf-verified-seal.is-blue{color:#2f8cff}
.thf-v2-listing .is-green .thf-verified-seal,
.thf-v2-listing .thf-verified-seal.is-green{color:#28da8b}
.thf-v2-listing .thf-verified-seal .fa-certificate{color:currentColor}
.thf-v2-listing .thf-verified-seal .fa-check{color:#fff}

.thf-directory-verified{
	display:inline-flex;
	align-items:center;
	gap:5px;
}
.thf-directory-verified .thf-verified-seal{font-size:13px}
.thf-directory-verified.is-blue .thf-verified-seal{color:#3498db}
.thf-directory-verified.is-green .thf-verified-seal{color:#28da8b}
.thf-directory-verified .thf-verified-seal .fa-check{color:#fff}

.thf-v2-mobile-facts>div>.thf-verified-seal{
	font-size:17px;
	width:20px;
}
.thf-v2-mobile-facts>div>.thf-verified-seal.is-blue{color:#2f8cff}
.thf-v2-mobile-facts>div>.thf-verified-seal.is-green{color:#28da8b}
@media(max-width:980px){
	.thf-v2-listing .thf-v2-identity-copy h1 .thf-verified-seal{
		font-size:16px;
		vertical-align:3px;
		margin-left:2px;
	}
}
