.aroz-filter-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.aroz-filter-input-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
}

.aroz-filter-affix {
	white-space: nowrap;
}

.aroz-filter-input {
	width: 100%;
	box-sizing: border-box;
}

/* Toggled on the results container(s) while a live filter fetch is in
   flight — hook your own spinner/dim styling onto this class. */
.aroz-filter-loading {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

/* Aroz Active Filters pills — override freely via the element's own Style
   panel (Typography/Background/Border/Padding controls target these same
   `button` elements), these are just sane, unstyled-by-default defaults. */
.aroz-filter-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aroz-filter-active-filters li {
	margin: 0;
}

.aroz-filter-active-filters button {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	padding: 4px 12px;
	font-size: inherit;
	cursor: pointer;
}

/* Aroz Filter - Select: a zero-result option stays visible but unselectable
   unless "Hide empty" is on, matching how Bricks disables its own. */
.aroz-filter-select select option:disabled {
	opacity: 0.5;
}

.aroz-filter-select select[multiple] {
	min-height: 8em;
}
