.msw-taxonomy-filter-chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.msw-taxonomy-filter-chips__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.msw-taxonomy-filter-chips__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f0f0f0;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.msw-taxonomy-filter-chips__label {
	display: inline-block;
}

.msw-taxonomy-filter-chips__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 !important;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.msw-taxonomy-filter-chips__remove:hover,
.msw-taxonomy-filter-chips__remove:focus {
	/* color: var(--e-global-color-primary, #0073aa); */
}

.msw-taxonomy-filter-chips__clear {
	margin: 0;
	padding: 0 !important;
	border: 0;
	background: transparent;
	color: var(--e-global-color-primary, #0073aa);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
	cursor: pointer;
}

.msw-taxonomy-filter-chips__clear:hover,
.msw-taxonomy-filter-chips__clear:focus {
	text-decoration: underline;
}

.msw-taxonomy-filter-chips__empty {
	color: #777;
	font-size: 14px;
}
