.pp-location-search {
  align-items: center;
  background: #fff;
  border: 1px solid #b8c6d9;
  border-radius: 7px;
  display: flex;
  gap: 8px;
  margin: 10px 0 12px;
  min-height: 42px;
  padding: 0 11px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.pp-location-search:focus-within {
  border-color: #1557d5;
  box-shadow: 0 0 0 3px rgba(21, 87, 213, 0.12);
}

.pp-location-search svg {
  color: #60718a;
  flex: 0 0 17px;
  height: 17px;
  width: 17px;
}

.pp-location-search input {
  background: transparent;
  border: 0;
  color: #17233a;
  height: 40px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.pp-location-search input::placeholder {
  color: #7a879a;
}

.pp-location-empty {
  color: #69788e;
  font-size: 11px;
  margin: 8px 0 12px;
}

@media (max-width: 760px) {
  .pp-location-search {
    min-height: 46px;
  }

  .pp-location-search input {
    font-size: 16px;
    height: 44px;
  }
}
