.thrc-fibosearch-compatible-label {
	display: block;
	margin-top: 0.3rem;
	color: #00645f;
	font-size: 0.78em;
	font-weight: 700;
	line-height: 1.35;
}

.thrc-fibosearch-finder-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	box-sizing: border-box;
	width: 100%;
	padding: 0.85rem 1rem;
	border-top: 1px solid #d6e7e5;
	background: #f1faf8;
	color: #005d58;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.thrc-fibosearch-finder-link::after {
	content: "→";
	flex: 0 0 auto;
}

.thrc-fibosearch-finder-link:hover,
.thrc-fibosearch-finder-link:focus {
	background: #e4f5f2;
	color: #004b47;
	text-decoration: none;
}

.thrc-fibosearch-results-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.thrc-fibosearch-results-link .button {
	margin-left: auto;
}

@media (max-width: 600px) {
	.thrc-fibosearch-results-link {
		align-items: stretch;
		flex-direction: column;
	}

	.thrc-fibosearch-results-link .button {
		margin-left: 0;
		text-align: center;
	}
}
