.mage-address-autocomplete {
  position: relative;
}

.mage-address-autocomplete input {
  width: 100%;
}

.mage-address-suggest {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--mage-border, #d0d5dd);
  border-radius: var(--radius-md, 10px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  max-height: 240px;
  overflow-y: auto;
}

.mage-address-suggest__item {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: none;
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: 0.88rem;
  color: #1f2937;
  cursor: pointer;
}

.mage-address-suggest__item:hover,
.mage-address-suggest__item:focus {
  background: var(--mage-mint-light, #ecfdf5);
  outline: none;
}

.mage-address-status {
  margin: 6px 0 0;
}
