.location-autocomplete-host {
  position: relative;
  overflow: visible;
}

html.mobile-device .location-autocomplete-host,
html.mobile-device #startup-page .location-autocomplete-host {
  overflow: visible !important;
}

.location-autocomplete-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 1200;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  max-height: 240px;
  overflow-y: auto;
}

.location-autocomplete-item {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
}

.location-autocomplete-item:hover,
.location-autocomplete-item.active {
  background: #e8f4fc;
}

html.mobile-device .location-autocomplete-item {
  font-size: 16px;
  padding: 12px 14px;
}
