.cs-job-search-form .job-filter-box {
  padding-bottom: 30px;
}
.brxe-wpgb-facet {
  position: relative;
}
.suggestions {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}
.suggestions li {
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.suggestions li:hover {
  background-color: #f5f5f5;
}
/*.block-region {
  display: flex;
  gap: 5px;
}
.group.region {
  width: 70%;
}
.radius {
  width: 30%;
}*/
.wpgb-facet .wpgb-select-facet label.hide {
  display: none;
}

ul.page-numbers li a, 
ul.page-numbers li span {
  padding: 8px 16px;
}
ul.page-numbers li {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.job-title {
  color: #004877;
  margin-bottom: 16px;
}
.bricks-pagination {
  width: 100%;
}
.page-numbers.current {
  background: #004877;
  color: #fff;
}
.overlay {
  /*display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);*/
}