.site-footer {
	margin-top: 64px;
	border-top: 1px solid #e3e3e3;
	background: #fafafa;
}

.footer-inner {
	display: grid;
	gap: 24px;
	padding-top: 32px;
	padding-bottom: 32px;
}

@media ( min-width: 720px ) {
	.footer-inner {
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 32px;
	}
}

.footer-brand img,
.footer-brand .custom-logo {
	display: block;
	height: 40px;
	width: auto;
}

.footer-contact {
	color: #4a4a4a;
	font-size: 13px;
	line-height: 1.7;
}

.footer-contact a {
	color: inherit;
	text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
	color: #d81f1f;
	text-decoration: underline;
}

.footer-legal {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 12px;
}

@media ( min-width: 720px ) {
	.footer-legal {
		align-items: flex-end;
		text-align: right;
	}
}

.footer-legal a {
	color: #6b6b6b;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
	color: #d81f1f;
	text-decoration: underline;
}

.footer-bottom {
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #e3e3e3;
	color: #9a9a9a;
	font-size: 12px;
	text-align: center;
}
