.bor-places-wrap {
  position: relative;
}

.bor-places-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 10050;
  background: #fff;
  border: 1px solid #ece9f2;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(22, 16, 34, 0.12);
  max-height: 240px;
  overflow-y: auto;
}

.bor-places-list.is-open {
  display: block;
}

.bor-places-item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0.65rem 0.85rem;
  font-size: 0.92rem;
  color: #2a2338;
  cursor: pointer;
}

.bor-places-item:hover,
.bor-places-item:focus {
  background: #e8f8f7;
  outline: none;
}
