.cgvi-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
}

.cgvi-filter-field {
	min-width: 180px;
}

.cgvi-filter-checkbox-group {
	margin: 0;
	padding: 0;
	border: 0;
}

.cgvi-filter-label {
	margin: 0 0 8px;
	padding: 0;
	font-weight: 600;
}

.cgvi-filter-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.cgvi-filter-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.cgvi-filter-checkbox input {
	width: 16px;
	height: 16px;
	margin: 0;
}

.cgvi-filter-select {
	width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid currentColor;
	border-radius: 4px;
	background: #fff;
	color: inherit;
}

.cgvi-filter-button,
.cgvi-filter-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 16px;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1.2;
}

.cgvi-filter-button {
	border: 1px solid currentColor;
	cursor: pointer;
}

.cgvi-js .cgvi-filter-button {
	display: none;
}

.cgvi-filter-reset {
	border: 1px solid transparent;
}

.cgvi-filters.is-loading {
	pointer-events: none;
	opacity: 0.65;
}

.cgvi-results-loading {
	opacity: 0.45;
	transition: opacity 160ms ease;
}

.cgvi-field-label,
.cgvi-terms-label {
	font-weight: 600;
}

@media (max-width: 600px) {
	.cgvi-filters {
		align-items: stretch;
		flex-direction: column;
	}

	.cgvi-filter-field,
	.cgvi-filter-button,
	.cgvi-filter-reset {
		width: 100%;
	}

	.cgvi-filter-options {
		flex-direction: column;
	}
}
