body:has(.search-background) {
  overflow-x: hidden;
}

.search-background {
  background-image: url("/assets/towfiqu-barbhuiya-JhevWHCbVyw-unsplash-aedadabf.jpg");
  padding: 2rem 1rem;
}

@media (min-width: 1200px) {
  .search-card-wrapper {
    max-width: 1000px;
  }
}

.search-card-wrapper {
  width: 100%;
  max-width: 800px;
}

/* Custom hover for grouped search results */
.table-hover .price-search-group:hover tr td {
  background-color: var(--bs-table-hover-bg) !important;
  color: var(--bs-table-hover-color) !important;
}

/* Disable default row-level hover within these groups to avoid double hover */
.table-hover .price-search-group tr:hover td {
  background-color: transparent !important;
}
