.dropdownWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.inputField {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.dropdownAddress {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
}
