/* Selector de idioma MENER — rodape */

.mener-lang-switch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
}

.mener-lang-switch__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.75rem;
	padding: 0.15rem 0.55rem;
	border-radius: 0.4rem;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	color: rgb(255 255 255 / 0.88);
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.mener-lang-switch__link:hover,
.mener-lang-switch__link:focus-visible {
	background: rgb(255 255 255 / 0.12);
	color: #fff;
}

.mener-lang-switch__link.is-active {
	background: rgb(255 255 255 / 0.18);
	color: #fff;
}

.mener-lang-switch__sep {
	color: rgb(255 255 255 / 0.35);
	font-size: 0.75rem;
	user-select: none;
}

.mener-site-footer__legal-inner .mener-lang-switch {
	grid-column: 1 / -1;
	justify-self: center;
}

@media (min-width: 768px) {
	.mener-site-footer__legal-inner {
		grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
	}

	.mener-site-footer__legal-inner .mener-lang-switch {
		grid-column: auto;
		justify-self: center;
	}
}

@media (max-width: 767px) {
	.mener-site-footer__legal-inner .mener-lang-switch {
		order: 3;
		width: 100%;
		padding-top: 0.15rem;
	}
}
