.bas-loqate-container {
  position: relative;
  order: 4;
  width: 100%;
}

ul.bas-loqate-address-list {
  position: absolute;
  z-index: 5; /* lower than bas-loading */
  background: white; /* Color might be overridden by the theme */
  width: 100%;
  cursor: pointer;
}

ul.bas-loqate-address-list.bas-active {
  border: 1px solid rgb(196, 205, 214); /* Color might be overridden by the theme */
  border-radius: 0.375rem; /* Follows the radius for the input field */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 2px;
  max-height: 200px;
  overflow-y: auto;
}

.bas-loqate-container ul.bas-loqate-address-list.bas-active li {
  padding: 4px 4px 4px 9px;
  margin: 0px;
  text-align: left;
  white-space: normal; /* for text wrapping */
}

ul.bas-loqate-address-list.bas-active li:hover,
ul.bas-loqate-address-list.bas-active li:active {
  background: lightgrey; /* Color might be overridden by the theme */
}
