/* WC Extras — Active Filters (structural layout only; colors, typography,
   and spacing are generated by Elementor from the widget's Style tab
   controls). */

.wc-extras-active-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.wc-extras-active-filters__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid transparent;
	box-sizing: border-box;
	white-space: nowrap;
}

.wc-extras-active-filters__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}

.wc-extras-clear-filters {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.wc-extras-swatch-placeholder {
	padding: 20px;
	text-align: center;
	color: #888;
	border: 1px dashed #ccc;
	border-radius: 4px;
}
