.facetwp-type-reset,
.facetwp-type-reset button {
  line-height: normal;
  font-size: var(--wp--preset--font-size--small);
}
.facetwp-type-reset button {
  display: block;
  border: var(--wp--custom--border--width--small) var(--wp--custom--border--style--default) var(--wp--preset--color--secondary);
  background: none;
  cursor: pointer;
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--15);
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--din);
  box-sizing: content-box;
}
.facetwp-type-reset.is-loading {
  opacity: 1;
}

.facetwp-type-checkboxes {
  display: contents;
}
.facetwp-type-checkboxes .facetwp-checkbox {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0;
  border: var(--wp--custom--border--width--small) var(--wp--custom--border--style--default) var(--wp--preset--color--secondary);
  border-radius: 0;
  background: none;
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--15) !important;
  inline-size: auto !important;
  block-size: auto !important;
  line-height: normal;
  font-size: var(--wp--preset--font-size--small);
}
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: calc(var(--wp--custom--gap--tiny) / 2);
}
.facetwp-type-checkboxes .facetwp-checkbox::before, .facetwp-type-checkboxes .facetwp-checkbox::after, .facetwp-type-checkboxes .facetwp-checkbox.checked::before, .facetwp-type-checkboxes .facetwp-checkbox.checked::after {
  display: none;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--light);
}
.facetwp-type-checkboxes .facetwp-checkbox.checked img {
  filter: brightness(0) invert(1);
}

/*# sourceMappingURL=FacetWP.css.map */
