.ecorahi-contact-channel .ecorahi-contact-link {
	display: inline-flex;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 700;
	color: var(--eco-g, #1f6b4a);
	text-decoration: none;
}

.ecorahi-contact-channel .ecorahi-contact-link:hover {
	text-decoration: underline;
}

.ecorahi-contact-channel--email {
	border-top: 3px solid #1f6b4a;
}

.ecorahi-contact-channel--listings {
	border-top: 3px solid #dc8a2e;
}

.ecorahi-contact-channel--map {
	border-top: 3px solid #3d6f8f;
}

.ecorahi-contact-email {
	font-size: 1.15rem;
	font-weight: 700;
	margin-top: 8px;
}

.ecorahi-contact-email a {
	color: var(--eco-g, #1f6b4a);
	text-decoration: none;
}

.ecorahi-contact-email a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.ecorahi-contact-channels {
		grid-template-columns: 1fr;
	}
}
