.navigation-footer {
	margin: 0;
	list-style: none;
}

.panel-header .navigation-footer {
	padding: 0 20px;
}

.panel-footer .navigation-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 30px;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
	}	

	.panel-footer .navigation-footer a {
		font-size: 1.125rem;
	}
}

.navigation-footer a {
	color: inherit;
	font-family: var(--font-body);
	font-weight: var(--font-weight-extrabold);
	font-size: 1rem;
	line-height: calc(24 / 16);
	text-transform: uppercase;
}

.panel-header .navigation-footer li {
	padding: 10px 0;
}

.panel-header .navigation-footer a {
	color: var(--black-11);
	font-size: .875rem;
	text-transform: uppercase;
	line-height: calc(17.72 / 14);
	font-weight: var(--font-weight-extrabold);
}

.navigation-footer a:hover {
	text-decoration: underline;
}
