/* Hero search: keep the premium layout compact and centered on the hero canvas. */
.pw-hero-content>.market-search-tabs{
  width:min(1180px,100%)!important;
  margin:15px auto 0!important;
}
.pw-hero-content>.pw-search-card{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:1220px){
  .pw-hero-content>.market-search-tabs,
  .pw-hero-content>.pw-search-card{width:100%!important;max-width:100%!important}
}
