.swbf-filter-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.swbf-filter-btn {
	cursor: pointer;
	border: none;
	background: #F2F2F2;
	color: #3A3A3A;
	font-family: inherit;
	font-size: 13px;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.swbf-filter-btn:hover {
	opacity: 0.85;
}

.swbf-filter-btn.is-active {
	background: #E02020;
	color: #FFFFFF;
}
