.wpgb-facet ul .wpgb-button[aria-pressed="true"] {
  display: flex;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  gap: 6px;
  transition: 0.3s;
}
.wpgb-facet ul .wpgb-button[aria-pressed="true"]:after {
  content: "x";
  color: #000000;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}
.wpgb-facet ul .wpgb-button[aria-pressed="true"] .wpgb-button-label {
  padding: 0;
}
.wpgb-facet ul .wpgb-button[aria-pressed="true"]:hover {
  background-color: rgba(0, 0, 0, 0.18);
}
