/**
 * Filtro do hero na home: empilha com alinhamento estável no telemóvel.
 */

@media (max-width: 991px) {
  .search-form {
    padding: 14px;
  }

  .search-nav .nav-item {
    margin: 0 6px 8px;
  }

  .search-nav .nav-pills {
    gap: 8px;
    flex-wrap: wrap;
  }

  .search-nav .nav-link::before {
    display: none !important;
  }

  .hero-search-row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
    align-items: stretch !important;
  }

  .hero-search-row > [class*="col"] {
    margin-bottom: 0;
  }

  .search-form .hero-search-row .form-group,
  .search-form .hero-search-row .nice-select,
  .search-form .hero-search-row .advanced-search,
  .search-form .hero-search-row .price-range-slider {
    margin-bottom: 0 !important;
  }

  .search-form .hero-search-row .advanced-search--icon {
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: 1.15rem !important;
  }

  .hero-search-row .hero-search-btn {
    width: 100%;
  }

  .hero-search-row .form-group,
  .hero-search-row .hero-geo-select,
  .hero-search-row .nice-select,
  .hero-search-row .hero-neighborhood-toggle {
    width: 100%;
  }
}
