.footer__legal-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.footer__legal-link {
	width: fit-content;
	text-underline-offset: 0.15em;
}

.footer__legal-link:focus-visible {
	border-radius: 0.125rem;
	outline: 0.125rem solid currentColor;
	outline-offset: 0.25rem;
}

@media (min-width: 62rem) {
	.footer__info.only-desk .footer__text--note,
	.footer__info.only-desk .footer__legal-link {
		opacity: 0.75;
	}
}

@media (min-width: 75rem) {
	.footer__info.only-desk {
		margin-top: 2.953125rem;
	}

	.footer__info.only-desk .footer__legal-links {
		gap: 1.03125rem;
		margin-top: 2.0625rem;
	}
}

@media (max-width: 61.99875rem) {
	.footer__info.only-mob .footer__text,
	.footer__bottom .footer__text {
		font-size: 0.875rem;
	}

	.footer__legal-links {
		align-items: center;
		gap: 0.625rem;
		margin-top: 1.25rem;
	}

	.footer__legal-link {
		max-width: 100%;
		text-align: center;
	}
}
