.site-footer {
	width: 100%;
}

.site-footer__top {
	background: var(--colour-secondary);
	padding: 2rem 0;
}

.site-footer__top h1:not(.has-text-color),
.site-footer__top h2:not(.has-text-color),
.site-footer__top h3:not(.has-text-color),
.site-footer__top h4:not(.has-text-color),
.site-footer__top h5:not(.has-text-color),
.site-footer__top h6:not(.has-text-color),
.site-footer__top p:not(.has-text-color) {
	color: var(--footer-top-text-colour) !important;
}

.site-footer__bottom {
	background: var(--colour-primary);
	padding: 1rem 0;
	text-align: center;
}

.site-footer__bottom p {
	color: var(--footer-bottom-text-colour);
}

.site-footer__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}

.site-footer__top a {
	color: inherit;
}

.site-footer__bottom a {
	color: inherit;
}

.site-footer__copyright {
	margin: 0;
}

@media (max-width: 768px) {
	.site-footer__inner {
		padding: 0 1.5rem;
	}
}