.asd-ml-switcher {
	align-items: center;
	background: #fff;
	border: 1px solid rgba( 185, 55, 107, 0.34 );
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba( 18, 59, 57, 0.10 );
	display: inline-flex;
	gap: 3px;
	padding: 4px;
	vertical-align: middle;
}

.asd-ml-switcher a.asd-ml-switcher__option {
	align-items: center;
	border-radius: 999px;
	color: #b9376b;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 36px;
	min-width: 52px;
	padding: 0 13px;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.asd-ml-switcher a.asd-ml-switcher__option:hover,
.asd-ml-switcher a.asd-ml-switcher__option:focus-visible {
	background: #f8f3ea;
	color: #123b39;
	outline: none;
}

.asd-ml-switcher a.asd-ml-switcher__option.is-active {
	background: #d7b46a;
	color: #123b39;
	cursor: default;
}

.asd-ml-switcher--home {
	flex-shrink: 0;
	margin-left: 10px;
}

.asd-exp-language-tools {
	align-items: center;
	background: #fff;
	border: 1px solid rgba( 18, 59, 57, 0.10 );
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba( 18, 59, 57, 0.08 );
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 0 0 18px;
	padding: 12px 14px;
}

.asd-exp-language-tools__label {
	color: #123b39;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
}

.asd-ml-switcher--configurator {
	box-shadow: none;
	margin-left: auto;
}

.asd-ml-switcher--floating {
	bottom: 88px;
	position: fixed;
	right: 18px;
	z-index: 30;
}

@media (max-width: 720px) {
	.asd-ml-switcher--home {
		margin-left: 0;
	}

	.asd-exp-language-tools {
		margin-bottom: 14px;
		padding: 10px 12px;
	}

	.asd-ml-switcher--floating {
		bottom: 78px;
		right: 12px;
	}

	.asd-ml-switcher__option {
		min-height: 32px;
		min-width: 46px;
		padding-inline: 11px;
	}
}
