.rg-catalog-category-filter--tree .wc-block-product-filter-checkbox-list__item.is-branch-hidden,
.rg-catalog-category-filter--tree .wc-block-product-filter-checkbox-list__item[data-rg-branch-collapsed="true"],
.rg-catalog-category-filter--tree .wc-block-product-filter-checkbox-list__item.rg-catalog-branch-hidden,
.rg-catalog-filters .wc-block-product-filter-checkbox-list__item.is-branch-hidden,
.rg-catalog-filters .wc-block-product-filter-checkbox-list__item[data-rg-branch-collapsed="true"],
.rg-catalog-filters .wc-block-product-filter-checkbox-list__item.rg-catalog-branch-hidden {
	display: none !important;
}

.rg-catalog-category-filter--tree .wc-block-product-filter-checkbox-list__item--has-children,
.rg-catalog-filters .wc-block-product-filter-checkbox-list__item--has-children {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.rg-catalog-category-filter--tree .wc-block-product-filter-checkbox-list__item--has-children > .wc-block-product-filter-checkbox-list__label,
.rg-catalog-filters .wc-block-product-filter-checkbox-list__item--has-children > .wc-block-product-filter-checkbox-list__label {
	flex: 1;
	min-width: 0;
}

.rg-catalog-filters__branch-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #6b7280;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	height: 1.5rem;
	justify-content: center;
	margin-inline-start: auto;
	padding: 0;
	position: relative;
	transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
	width: 1.5rem;
	z-index: 2;
}

.rg-catalog-filters__branch-toggle:hover,
.rg-catalog-filters__branch-toggle:focus-visible {
	background: #f3f4f6;
	color: #1e3a5f;
	outline: none;
}

.rg-catalog-filters__branch-toggle-icon {
	display: block;
	pointer-events: none;
	transition: transform 140ms ease;
}

.rg-catalog-filters__branch-toggle[aria-expanded="true"] .rg-catalog-filters__branch-toggle-icon {
	transform: rotate(90deg);
}
