.amb-autocomplete {
  position: absolute;
  z-index: 2000;
  display: none;
  overflow: scroll;
  border: 1px solid #cfd6de;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(27, 49, 73, 0.12);
  max-height: 200px;
}

.amb-autocomplete__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 0;
  border-top: 1px solid #eef2f6;
  background: #fff;
  color: #1b3149;
  text-align: left;
  cursor: pointer;
  font: inherit;
  line-height: 1.35;
}

.amb-autocomplete__item:first-child {
  border-top: 0;
}

.amb-autocomplete__item:hover,
.amb-autocomplete__item.is-active {
  background: #eef7fb;
  color: #10263b;
}

.amb-autocomplete__item:focus {
  outline: none;
}

.amb-autocomplete__text {
  display: block;
  white-space: normal;
  word-break: break-word;
}
