.ate-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	align-items: center;
}

.ate-switcher-link {
	padding: 0.2em 0.6em;
	border: 1px solid currentColor;
	border-radius: 3px;
	text-decoration: none;
	opacity: 0.7;
}

.ate-switcher-link.is-active {
	opacity: 1;
	font-weight: 600;
}
