.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: var(--space-1);
	text-align: left;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
	}
}

.navigation-footer a {
	color: inherit;
	font-size: var(--text-sm);
	text-transform: uppercase;
	letter-spacing: var(--tracking-wide);
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: underline;
}
