.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;
}