/* v5.8.0 conditional CSS: rendering/content-visibility polish (v5.7) */
/* v5.7.0 — rendering/performance polish. Heavy lower-page sections may skip
   off-screen paint until they approach the viewport; intrinsic size reserves
   space so the optimization does not create layout shifts. */
@supports (content-visibility:auto){
  body.home .home-tools-section-v56,
  body.home .region-section,
  body.home .city-brand-section,
  body.home .seo-hub-section,
  body.home .section-cars,
  body.home .trust-market-section,
  body.home .marketplace-path-section-v56,
  body.home .dealers-preview-section,
  body.home .seller-strip,
  .browser-recent-section-v40{content-visibility:auto;contain-intrinsic-size:auto 520px}
}

