.vff-filters {
	display: grid;
	gap: 18px;
	padding: 18px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
}

.vff-fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.vff-fieldset + .vff-fieldset {
	border-top: 1px solid #ebebeb;
	padding-top: 18px;
}

.vff-legend {
	display: block;
	float: left;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 12px;
	padding: 0;
	width: 100%;
}

.vff-options {
	clear: both;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vff-option {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.92rem;
	gap: 10px;
	line-height: 1.2;
	min-height: 28px;
	padding: 0;
	width: fit-content;
}

.vff-control {
	appearance: none;
	background: #fff;
	border: 2px solid #8a8a8a;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	width: 18px;
}

.vff-control:checked {
	background: #e8501d;
	border-color: #e8501d;
	box-shadow: inset 0 0 0 4px #fff;
}

.vff-control:focus-visible {
	outline: 2px solid #e8501d;
	outline-offset: 3px;
}

.vff-count {
	font-size: 0.8em;
	opacity: 0.72;
}

.vff-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vff-reset,
.vff-submit {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 6px;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: 1.2;
	padding: 8px 12px;
}

.vff-reset:hover,
.vff-submit:hover,
.vff-reset:focus-visible,
.vff-submit:focus-visible {
	opacity: 0.75;
}

.vff-status {
	font-size: 0.9rem;
	opacity: 0.75;
}

.vff-filters.is-loading,
.vff-is-loading {
	opacity: 0.58;
	pointer-events: none;
}

.vff-admin-message {
	border-left: 4px solid #cc1818;
	padding-left: 12px;
}
