.state-pill, .focus-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-ultra-light);
  color: var(--primary-ultra-dark);
  font-weight: 600;
  font-size: var(--text-s);
  border-radius: var(--radius);
  padding: 0.25em 0.75em;
  margin-inline-end: 0.25em;
  margin-block-end: 0.25em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  border: none;
  cursor: default;
}
.wpgb-select-search input::placeholder {
  color: black !important;
}
.wpgb-facet .wpgb-input-icon {
  color: black !important;
}
.wpgb-search-facet label input::placeholder {
  color: black !important;
}
.wpgb-select-controls .wpgb-select-toggle {
  color: black;
}
.wpgb-facet-12 .wpgb-input {
  color: black;
  border-color: black !important;
}
.wpgb-facet-10 .wpgb-select {
  color: black;
  border-color: black !important;
}
.wpgb-facet-10 .wpgb-select button {
  color: black !important;
}
.wpgb-facet-9 .wpgb-select {
  color: black;
  border-color: black !important;
}
.wpgb-facet-11 .wpgb-select {
  color: black;
  border-color: black !important;
}
