/* TradesFolks P2U — corrected replacement for P2T.
   P2T incorrectly capped New marketplace arrivals at 1420px.
   Keep this file because the live homepage may already link to it. */

body:has(.tf-home-v3) .tf-inhouse-arrivals-v3{
  width:100%!important;
  max-width:none!important;
  margin-inline:0!important;
  overflow:hidden!important;
}

body:has(.tf-home-v3) .tf-inhouse-arrivals-v3>.shell{
  width:calc(100% - (var(--tf-home-gutter,28px) * 2))!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding-inline:0!important;
  box-sizing:border-box!important;
}

body:has(.tf-home-v3) .tf-inhouse-arrivals-v3 .tf-inhouse-arrivals-head,
body:has(.tf-home-v3) .tf-inhouse-arrivals-v3 .tf-inhouse-arrivals-grid-v3{
  width:100%!important;
  max-width:none!important;
  margin-inline:0!important;
  box-sizing:border-box!important;
}

/* Preserve the established tablet/mobile gutters. */
@media(min-width:521px) and (max-width:900px){
  body:has(.tf-home-v3) .tf-inhouse-arrivals-v3>.shell{
    width:calc(100% - 24px)!important;
  }
}
@media(max-width:520px){
  body:has(.tf-home-v3) .tf-inhouse-arrivals-v3>.shell{
    width:calc(100% - 14px)!important;
    margin-inline:auto!important;
  }
}
