.site-footer {
	border-top: 1px solid var(--border);
	background: #fff;
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	font-size: 0.85rem;
	color: var(--muted);
}
