.fmc-switcher {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	margin: 0.75rem 0 1.25rem;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.02);
}

.fmc-switcher__label {
	font-weight: 600;
	margin-right: 0.25rem;
}

.fmc-switcher__select {
	min-width: 220px;
	max-width: 100%;
	padding: 0.35rem 0.5rem;
}

.fmc-switcher__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.fmc-switcher__btn {
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	border-radius: 4px;
	padding: 0.35rem 0.65rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.95rem;
}

.fmc-switcher__btn.is-active {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1 inset;
}

.fmc-switcher__btn:hover {
	border-color: rgba(0, 0, 0, 0.35);
}

.fmc-switcher__name {
	opacity: 0.75;
	font-size: 0.85rem;
}
