.satml-switcher {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.satml-switcher__link {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	color: currentColor;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 28px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	width: 34px;
}

.satml-switcher__link:hover,
.satml-switcher__link:focus-visible {
	border-color: currentColor;
	color: currentColor;
}

.satml-switcher__link.is-active {
	background: #071a3c;
	border-color: #071a3c;
	color: #fff;
}

.satml-switcher__link.is-disabled {
	cursor: not-allowed;
	opacity: .38;
}

.satml-language-en .satml-switcher__link[lang="en"],
.satml-language-fr .satml-switcher__link[lang="fr"] {
	pointer-events: none;
}

@media (max-width: 767px) {
	.satml-switcher__link {
		height: 32px;
		width: 38px;
	}
}
