.bm-addr-wrap { position: relative; }
.bm-addr-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  z-index: 80;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 240px;
  overflow: auto;
  background: #fff;
  border: 1px solid #cfd8dc;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.bm-addr-suggest li {
  padding: .55rem .75rem;
  cursor: pointer;
  font-size: .9rem;
  color: #222;
  border-bottom: 1px solid #eee;
}
.bm-addr-suggest li:hover,
.bm-addr-suggest li:focus {
  background: #e8f5e9;
  outline: none;
}
.bm-addr-suggest[hidden] { display: none !important; }
