.ml-who-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 18px;
}

.ml-who-filter a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 0 16px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	color: #fff6fb;
	background: rgba(42, 16, 32, 0.72);
	box-shadow: 0 0 0 1px rgba(255, 92, 163, 0.35), 0 0 18px rgba(255, 64, 140, 0.28);
}

.ml-who-filter a.is-on {
	background: linear-gradient(135deg, #ff4f9a, #c43d7a);
	box-shadow: 0 0 22px rgba(255, 79, 154, 0.55);
}
