.location-input {}
.location-input__wrapper {
  display: flex;
  gap: 7.5px;
  align-items: center;
}
.location-input__icon svg {
  width: 16px;
  height: auto;
}
.location-input__name {
  font-weight: 700;
}
.location-input__button {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .location-input__name {
    font-size: 11px;
  }
}