/*
First enable the Checkboxes facet's "Hierarchical" and "Show expanded" settings:
https://facetwp.com/help-center/facets/facet-types/checkboxes/
*/
/* Remove the checkbox icon */
.facetwp-type-checkboxes .facetwp-checkbox,
.facetwp-type-checkboxes .facetwp-checkbox.checked {
background: none;
padding-left: 0;
}
/* Make selected options bold */
.facetwp-type-checkboxes .facetwp-checkbox.checked {
font-weight: bold;
}
/* Remove the expand/collapse icons */
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-expand {
display: none;
}