.address-card {
  overflow: visible;
}

.places-bound {
  position: relative;
}

.places-suggest {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid #e6d6f8;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(85, 35, 132, 0.12);
  max-height: 280px;
  overflow: auto;
}

.places-suggest[hidden] {
  display: none;
}

.places-suggest [role='option'] {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  font: 550 0.875rem var(--font-body, inherit);
  color: #202132;
}

.places-suggest [role='option'] small {
  display: block;
  color: #6e6b79;
  font-weight: 400;
  margin-top: 2px;
}

.places-suggest [role='option']:hover,
.places-suggest [role='option'][aria-selected='true'] {
  background: #f7f2fd;
}

.places-status {
  padding: 10px 12px;
  color: #6e6b79;
  font-size: 0.8125rem;
}

.home-address-form {
  overflow: visible;
  position: relative;
  z-index: 5;
}

.home-address-form > div.places-bound,
.home-address-form > div {
  position: relative;
}
