.navigation-footer {
	display: flex;
    flex-direction: column;
    gap: var(--space-2);
	margin: 0 0 var(--space-2);
    padding: 0;
    list-style: none;
    font-size: var(--text-lg);
    text-transform: uppercase;
    font-weight: 700;
}

.navigation-footer a {
	color: inherit;
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: none;
}
