.hpet-footer {
	margin-top: var(--hpet-band-y);
	padding-block: var(--hpet-sp-8);
	background-color: var(--hpet-bg-band);
	min-height: var(--hpet-footer-h);
}

.hpet-footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--hpet-sp-8);
	align-items: start;
}

.hpet-footer__links {
	justify-self: end;
	text-align: right;
}

.hpet-footer p {
	margin: 0 0 var(--hpet-sp-2);
	font-size: var(--hpet-fs-sm);
	color: var(--hpet-text);
}

.hpet-footer a {
	color: var(--hpet-text);
	text-decoration: none;
}

.hpet-footer a:hover,
.hpet-footer a:focus {
	color: var(--hpet-green-accessible);
	text-decoration: underline;
}

.hpet-widget__title {
	font-size: var(--hpet-fs-sm);
	font-weight: var(--hpet-weight-medium);
	text-transform: uppercase;
	margin: 0 0 var(--hpet-sp-2);
}

@media (max-width: 40rem) {
	.hpet-footer__grid {
		grid-template-columns: 1fr;
	}

	.hpet-footer__links {
		justify-self: start;
		text-align: left;
	}
}

.hpet-footer__copy {
	font-family: var(--hpet-font-body);
	font-weight: var(--hpet-weight-medium);
}

.hpet-footer__address {
	color: var(--hpet-green-accessible);
}

.hpet-footer__vat {
	white-space: nowrap;
}

.hpet-footer__site a {
	text-decoration: underline;
}

.hpet-footer__policies {
	list-style: none;
	margin: 0 0 var(--hpet-sp-4);
	padding: 0;
	display: grid;
	gap: var(--hpet-sp-1);
	font-size: var(--hpet-fs-sm);
}

.hpet-footer__social-heading {
	margin: var(--hpet-sp-4) 0 var(--hpet-sp-2);
	font-family: var(--hpet-font-body);
	font-weight: var(--hpet-weight-medium);
	font-size: var(--hpet-fs-sm);
	text-transform: uppercase;
}

.hpet-footer .wp-block-social-links {
	justify-content: flex-end;
	gap: var(--hpet-sp-2);
}

.hpet-footer .wp-block-social-link {
	background-color: transparent;
}

.hpet-footer .wp-block-social-link.wp-social-link {
	background-color: transparent;
	color: var(--hpet-text);
}

.hpet-footer .wp-block-social-link a {
	color: var(--hpet-text);
	fill: currentColor;
	padding: 0;
}

.hpet-footer .wp-block-social-link svg {
	fill: currentColor;
}

.hpet-footer .wp-block-social-link:hover a,
.hpet-footer .wp-block-social-link:focus-within a {
	color: var(--hpet-green-accessible);
	fill: var(--hpet-green-accessible);
}
