/* Free OSM address suggestions */
.bss-geo-suggest {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  max-height: 14rem;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.bss-geo-suggest__item {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.35;
  cursor: pointer;
  color: #0f172a;
}

.bss-geo-suggest__item:hover,
.bss-geo-suggest__item:focus {
  background: rgba(13, 148, 136, 0.08);
}
