.bos-aa-dropdown {
  position: fixed;
  z-index: 2147483000;
  max-height: min(360px, 52vh);
  overflow-y: auto;
  background: #fff;
  border: 1px solid #cfd5dc;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .16);
  color: #1f2937;
  font-size: 14px;
  line-height: 1.35;
}

.bos-aa-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  margin: 0;
  padding: 11px 12px;
  border: 0;
  border-bottom: 1px solid #edf0f2;
  background: #fff;
  color: #1f2937;
  text-align: left;
  cursor: pointer;
}

.bos-aa-item:hover,
.bos-aa-item:focus,
.bos-aa-item.is-active {
  background: #f1f5ff;
  color: #1028c9;
  outline: none;
}

.bos-aa-pin {
  flex: 0 0 auto;
  width: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #112fff;
}

.bos-aa-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

.bos-aa-status,
.bos-aa-empty,
.bos-aa-error {
  padding: 12px;
  color: #4b5563;
}

.bos-aa-error {
  color: #9b1c1c;
  background: #fff7f7;
}

.bos-aa-credit {
  padding: 7px 10px;
  background: #f8fafc;
  border-top: 1px solid #edf0f2;
  font-size: 11px;
  text-align: right;
}

.bos-aa-credit a {
  color: #5d6673;
  text-decoration: none;
}

.bos-aa-credit a:hover,
.bos-aa-credit a:focus {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .bos-aa-dropdown {
    max-height: 46vh;
    border-radius: 8px;
  }

  .bos-aa-item {
    padding: 12px 11px;
    font-size: 15px;
  }
}
