
/* V222 — TỔNG HỢP KPI TOÀN HỆ THỐNG:
   mobile/tablet <=1100px: title + all 3 KPI strictly in ONE horizontal row. */
@media (max-width:1100px){
  .v220-global-kpi-summary{
    display:grid!important;
    grid-template-columns:minmax(105px,.95fr) repeat(3,minmax(0,1fr))!important;
    grid-template-rows:1fr!important;
    gap:5px!important;
    align-items:stretch!important;
    width:100%!important;
    padding:8px!important;
    overflow:hidden!important;
  }

  /* Title occupies first column, not a separate row. */
  .v220-global-kpi-summary > .w-full{
    grid-column:auto!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:7px 7px!important;
    border-bottom:0!important;
    border-right:1px solid color-mix(in srgb,var(--border) 78%,transparent)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }

  .v220-global-kpi-summary > .w-full > div:first-child{
    font-size:7.5px!important;
    line-height:1.25!important;
    letter-spacing:.055em!important;
    white-space:normal!important;
  }

  .v220-global-kpi-summary > .w-full > div:last-child{
    display:none!important;
  }

  .v220-global-kpi-summary > .h-10.w-px{
    display:none!important;
  }

  .v220-global-kpi-summary > div:not(.w-full):not(.h-10){
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    min-height:70px!important;
    margin:0!important;
    padding:7px 5px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    border-radius:8px!important;
  }

  .v220-global-kpi-summary > div.flex.items-center.gap-3 > div:first-child{
    width:23px!important;
    height:23px!important;
    min-width:23px!important;
    margin:0 0 4px!important;
    border-radius:7px!important;
  }

  .v220-global-kpi-summary > div.flex.items-center.gap-3 > div:first-child svg{
    width:12px!important;
    height:12px!important;
  }

  .v220-global-kpi-summary .eyebrow{
    font-size:6.7px!important;
    line-height:1.15!important;
    letter-spacing:.025em!important;
    white-space:normal!important;
  }

  .v220-global-kpi-summary .stat-figure{
    width:100%!important;
    min-width:0!important;
    margin-top:3px!important;
    font-size:clamp(9.5px,1.7vw,14px)!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
  }

  .v220-global-kpi-summary .stat-figure span{
    display:none!important;
  }
}

@media (max-width:560px){
  .v220-global-kpi-summary{
    grid-template-columns:minmax(82px,.9fr) repeat(3,minmax(0,1fr))!important;
    gap:3px!important;
    padding:6px!important;
  }

  .v220-global-kpi-summary > .w-full{
    padding:5px 4px!important;
  }

  .v220-global-kpi-summary > .w-full > div:first-child{
    font-size:6.3px!important;
    letter-spacing:.025em!important;
  }

  .v220-global-kpi-summary > div:not(.w-full):not(.h-10){
    min-height:64px!important;
    padding:5px 3px!important;
  }

  .v220-global-kpi-summary > div.flex.items-center.gap-3 > div:first-child{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
  }

  .v220-global-kpi-summary .eyebrow{
    font-size:5.9px!important;
  }

  .v220-global-kpi-summary .stat-figure{
    font-size:clamp(8px,2.45vw,11.5px)!important;
  }
}
