/**
 * Seletor de idioma (shortcode e widget Elementor).
 *
 * @package MultisiteTranslations
 */

.mstr-switcher {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.mstr-switcher__item {
	display: inline-flex;
	align-items: center;
}

.mstr-switcher__item a {
	text-decoration: none;
}

.mstr-switcher__item a:hover {
	text-decoration: underline;
}

.mstr-switcher__item--current span {
	font-weight: 700;
}

.mstr-switcher__item--untranslated a {
	opacity: 0.65;
}

.mstr-switcher__separator {
	opacity: 0.5;
}
