.property-search-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.property-search-actions button {
  min-height: 48px;
  white-space: nowrap;
}

.property-gate .gps-location-button,
.map-stage .gps-location-button {
  background: #fff;
  border: 1px solid #1d5d43;
  color: #143e2f;
}

.gps-location-button:disabled {
  cursor: progress;
  opacity: .68;
}

.gps-map-action {
  position: absolute;
  top: 64px;
  right: 12px;
  z-index: 8;
}

.gps-map-action .gps-location-button {
  min-height: 42px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 18%);
}

@media (max-width: 680px) {
  .property-gate form {
    grid-template-columns: minmax(0, 1fr);
  }

  .property-search-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .property-search-actions button {
    min-width: 0;
    white-space: normal;
  }

  .gps-map-action {
    top: 72px;
    right: 8px;
  }
}
