.hx-panel-footer {
	display: none;
}

.hx-open .hx-panel-footer {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 2.5rem;
	grid-column: 1;
	grid-row: 3;
	align-self: end;
	justify-self: start;
	padding-bottom: 0.25rem;
}

/* FooterX should show panel footer content even when offcanvas is not open. */
.hx-footerx .hx-panel-footer {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 2.5rem;
	justify-self: start;
	padding-bottom: 0.25rem;
}

/* Each column: links on top, heading on bottom */
.hx-pf-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
}

.hx-pf-contact-links,
.hx-pf-follow-links {
	display: flex;
	flex-direction: column;
	gap: 0.15em;
}

/* PRIVACY — bottom-aligned, grey */
.hx-pf-privacy {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	transition: color 0.2s ease;
	align-self: flex-end;
}

.hx-pf-privacy:hover,
.hx-pf-privacy:focus {
	color: #999;
}

.hx-pf-address {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #fff;
}

.hx-pf-link {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 1.6;
	transition: color 0.2s ease;
}
