.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	margin-bottom: var(--space-3);
}

.navigation-footer li {
	margin-right: 14px;
}

.navigation-footer li:last-child {
	margin-right: 0;
}

.navigation-footer a {
	color: inherit;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.navigation-footer a:hover {
	color: inherit;
}

@media (min-width: 40em) {
	.navigation-footer {
		margin-bottom: 0;
	}
}

@media (min-width: 64em) {
	.navigation-footer {
		margin-bottom: 0;
	}
	.navigation-footer li {
		margin-right: 34px;
	}

	.navigation-footer a {
		font-size: 15px;
	}
}