
/* Mobile overrides for search bar and results */
@media (max-width: 820px){
  #azsp-search-pill .wrap{grid-template-columns:1fr; gap:14px}
  #azsp-search-pill .cta{grid-column:1/-1}
  #azsp-search-pill .cta .btn{width:100%; height:56px; border-radius:14px}
}
@media (max-width: 900px){
  #azsp-results-v4 .card{grid-template-columns:1fr; gap:12px}
  #azsp-results-v4 .price-wrap{border-left:none; padding-left:0}
  #azsp-results-v4 .cta{grid-column:1/-1; justify-content:flex-start}
  #azsp-results-v4 .btn{width:100%; height:48px; justify-content:center; border-radius:12px}
}
/* Hide seats under the date (we show duration there) */
#azsp-results-v4 .mid .seats{display:none!important}
