.navigation-footer {
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
	}	
}

.navigation-footer a {
	color: var(--grey);
	font-size: var(--text-sm);
	line-height: 2.3;
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: underline;
}
