.wpgb-button.wpgb-reset, .wpgb-range-clear {
  background-color: var(--action) !important;
  padding: 4px 10px !important;
  color: #fff !important;
  font-size: 14px !important;
}
.bricks-posts-nothing-found {
  display: block;
  position: absolute;
  top: 0;
  font-size: clamp(1.92rem, calc(0.499375vw + 1.7602rem), 2.3994rem);
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.wpgb-range-values {
  font-weight: 700;
}
.select2-selection__choice, input.select2-search__field, input.select2-search__field::placeholder, .select2-results__option {
  color: var(--shade-dark) !important;
  font-weight: 400 !important;
  font-size: var(--text-s) !important;
}
.select2-results__option:hover, .select2-results__option:active, .select2-results__option:focus, .select2-results__option:visited, .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #fff !important;
  background-color: var(--action) !important;
}
