/* Sage Terminal — footer menü ([anyweb_footer_menu]). */

.anyweb-footer-links {
	margin-top: 16px;
	font-family: "DM Sans", system-ui, sans-serif;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 15.5px;
	color: rgba(250, 250, 247, 0.66);
}

.anyweb-footer-links a {
	color: rgba(250, 250, 247, 0.66);
	text-decoration: none;
	transition: color 0.2s ease;
}

.anyweb-footer-links a:hover,
.anyweb-footer-links a:focus-visible {
	color: #8FA894;
	outline: none;
}

.anyweb-footer-links__empty {
	margin: 0;
	font-size: 14px;
	color: rgba(250, 250, 247, 0.66);
}
