/* ===== TaxiBerlin Geoapify autocomplete shared START ===== */
.tb-geoapify-suggestions {
  position: fixed;
  z-index: 2147483000;
  overflow-y: auto;
  border: 1px solid rgba(17, 24, 39, .16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, .22);
  padding: 6px;
  box-sizing: border-box;
}

.tb-geoapify-suggestions[hidden] {
  display: none;
}

.tb-geoapify-suggestions__item {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  padding: 10px 12px;
  text-align: left;
  color: #111827;
  font: inherit;
  line-height: 1.35;
  cursor: pointer;
}

.tb-geoapify-suggestions__item:hover,
.tb-geoapify-suggestions__item:focus {
  background: rgba(47, 88, 115, .10);
  outline: none;
}

.tb-geoapify-suggestions__item.is-muted {
  color: #6b7280;
  cursor: default;
}
/* ===== TaxiBerlin Geoapify autocomplete shared END ===== */
