.arSelectResults {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border:1px solid #ced4da;
  max-height:250px;
  overflow-y: auto;
  position:absolute;
  z-index: 50;
  background-color: #fff;
  width: 250px;
}

.arSelectResults li {
  min-height: 36px;
  line-height: 36px;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
}

.arSelectResults li:hover {
  background-color: var(--header-bg);
  color: #fff;
  cursor: pointer;
}