.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	justify-content: center;
	font-size: 11px;
	margin-bottom: 16px;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
		font-size: 12px;
		column-gap: 16px;
	}
}

.navigation-footer a {
	color: inherit;
	text-transform: uppercase;
	font-weight: var(--font-weight-med);
	letter-spacing: 0.02em;
	line-height: 1;
}

@media (hover: hover) {
	.navigation-footer a:hover {
		color: inherit;
		text-decoration: none;
	}
}

@media (min-width: 64em) {
	.navigation-footer {
		margin-bottom: 20px;
	}
}
