.hv-ml-switcher ul {
	display: flex;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
}

.hv-ml-switcher li a,
.hv-ml-switcher li span {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	text-decoration: none;
	color: inherit;
	line-height: 1;
}

.hv-ml-switcher li a:hover {
	background: rgba(0, 157, 60, 0.12);
	color: #009d3c;
}

.hv-ml-switcher li.is-current span {
	background: #009d3c;
	color: #ffffff;
}
