.feg-source {
	margin: 2rem 0 1rem;
	padding: 1rem 1.1rem;
	border-left: 3px solid #d8a327;
	border-radius: 0 8px 8px 0;
	background: #f7f8fa;
	color: #354052;
	font-size: .92rem;
	line-height: 1.55;
}

.feg-source a {
	color: #173b7a;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.feg-source-checked {
	color: #667085;
	white-space: nowrap;
}

.feg-human-validation {
	margin: 0 0 2rem;
	padding: .85rem 1.1rem;
	border: 1px solid #d7e2f3;
	border-radius: 8px;
	background: #f4f8fd;
	color: #173b7a;
	font-size: .9rem;
}

.feg-human-validation span {
	color: #667085;
}
