/* KBM Theme rc.59 — V4 Card System 2.0 shell bridge.
 * Card content/vertical data remain Core-owned. This file only normalizes archive grid rhythm. */
body.kbm-theme-core.kbm-card-system-v4 :where(.kbm-ads-recode-grid,.kbm-machine-sale-recode-grid,.kbm-drivers-recode-grid,.kbm-services-recode-grid,.kbm-c112-grid){
  align-items:stretch!important;
  gap:var(--kbm-space-4,16px)!important;
}
body.kbm-theme-core.kbm-card-system-v4 :where(.kbm-ads-recode-results,.kbm-machine-sale-recode-results,.kbm-drivers-recode-results,.kbm-services-recode-results,.kbm-c112-layout main){
  min-width:0!important;
}
@media(min-width:1024px){
  body.kbm-theme-core.kbm-card-system-v4 :where(.kbm-ads-recode-grid,.kbm-machine-sale-recode-grid,.kbm-drivers-recode-grid,.kbm-services-recode-grid,.kbm-c112-grid){
    grid-auto-rows:1fr;
  }
}
@media(max-width:760px){
  body.kbm-theme-core.kbm-card-system-v4 :where(.kbm-ads-recode-grid,.kbm-machine-sale-recode-grid,.kbm-drivers-recode-grid,.kbm-services-recode-grid,.kbm-c112-grid){
    gap:10px!important;
  }
}
