.ifml-switcher__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 0.75em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ifml-switcher--list .ifml-switcher__list {
	flex-direction: column;
}

.ifml-switcher__link,
.ifml-switcher__label {
	display: inline-block;
}

.ifml-switcher__item.is-current {
	font-weight: 700;
}

.ifml-switcher__item.is-unavailable {
	opacity: 0.6;
}
