.ayd-global-footer-navigation {
	border-top: 1px solid var(--ast-border-color, #e5e5e5);
	padding: 20px clamp(20px, 5vw, 64px);
}

.ayd-global-footer-navigation__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ayd-global-footer-navigation a {
	color: inherit;
	text-decoration: none;
}

.ayd-global-footer-navigation a:hover {
	text-decoration: underline;
}

.ayd-global-footer-navigation a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}
