.autocomplete-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 10px 15px -3px rgba(0, 0,0, 0.1);
}

.autocomplete-items div {
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.autocomplete-items div:hover,
.autocomplete-active {
  background: #f8fafc !important;
}

.address-input-name {
  font-weight: 600;
  display: block;
}

.address-input-address {
  opacity: 0.8;
  font-size: 0.875rem;
}
