
:root {
	--wpgb-accent-scheme-1: #0069ff;
	--wpgb-dark-scheme-1: #262626;
	--wpgb-dark-scheme-2: #565656;
	--wpgb-dark-scheme-3: #767676;
	--wpgb-light-scheme-1: #fff;
	--wpgb-light-scheme-2: #f6f6f6;
	--wpgb-light-scheme-3: #f5f5f5;
}

.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-hierarchical-list {
	row-gap: 8px;
}

.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-hierarchical-list li {
	margin-top: 8px;
}

.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-hierarchical-list ul {
	margin-left: 0;
}

body.rtl .wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-hierarchical-list ul {
	margin-right: 0;
}

.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-checkbox-control {
	height: 19px;
	width: 19px;
}

.wpgb-facet.wpgb-style-1 .wpgb-toggle-hidden {
	padding: 0;
	color: var(--primary);
	background: 0 0;
}

.wpgb-facet.wpgb-style-1 button.wpgb-button {
	font-size: 14px;
	background: var(--wpgb-accent-scheme-1);
}

.wpgb-facet.wpgb-style-1 button.wpgb-reset {
	background: var(--wpgb-accent-scheme-1);
}
