/* ==========================================================================
   Native site footer (replaces the Elementor footer template).
   ========================================================================== */

.h7-footer {
	background: #f8f9fb;
	border-top: 1px solid #e5e7eb;
	margin-top: 40px;
}

.h7-footer-inner {
	padding: 44px 0 0;
}

.h7-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 36px;
	padding-bottom: 36px;
}

.h7-footer-brand .h7-footer-logo {
	display: inline-block;
	margin-bottom: 12px;
}

.h7-footer-brand .h7-footer-logo img {
	max-height: 42px;
	width: auto;
}

.h7-footer-sitename {
	font-size: 22px;
	font-weight: 800;
}

.h7-footer-blurb {
	font-size: 14px;
	line-height: 1.6;
	color: #6b7280;
	margin: 0;
	max-width: 280px;
}

.h7-footer-heading {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid #f97316;
	display: inline-block;
}

.h7-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.h7-footer-links li {
	padding: 5px 0;
}

.h7-footer-links a {
	font-size: 14.5px;
	color: #374151;
	text-decoration: none;
}

.h7-footer-links a:hover {
	color: #ea580c;
}

.h7-footer-links .h7-footer-more {
	font-weight: 700;
	color: #ea580c;
}

@media (max-width: 1000px) {
	.h7-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}
}

@media (max-width: 560px) {
	.h7-footer-grid {
		grid-template-columns: 1fr;
	}
}
