.site-footer {
	background: var(--color-primary-dark);
	color: #fff;
	padding: 2rem 0;
	margin-top: 3rem;
}

.site-footer a {
	color: #fff;
	opacity: 0.9;
}

.site-footer a:hover {
	opacity: 1;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.site-footer__copy {
	margin: 0;
}

.footer-navigation {
	display: flex;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
