.vts-footer-menu__title {
	margin: 0 0 16px;
}

.vts-footer-menu__title a {
	font-family: "Inter Tight", sans-serif;
	font-size: clamp(12px, 1.1vw + 4.16px, 20px);
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	transition: color 0.2s ease;
}

.vts-footer-menu__title a:hover {
	color: #FF2730;
}

.vts-footer-menu__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vts-footer-menu__list a {
	font-family: "Inter Tight", sans-serif;
	font-size: clamp(11px, 0.55vw + 7.08px, 15px);
	line-height: normal;
	font-weight: 600;
	color: #ACBFCE;
	text-decoration: none;
	transition: color 0.2s ease;
}

.vts-footer-menu__list a:hover {
	color: #FF2730;
}

.vts-footer-menu__list--inline {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	margin-left: auto;
}

@media (max-width: 768px) {
	.vts-footer-menu__list--inline {
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
		width: 100%;
	}
}
