/* Extracted from includes/_sharedperformance.php style block 1 */
/* ── Shared performance: stat grid goes single-col on mobile ── */
@media(max-width:767px){
  .shp-statgrid{grid-template-columns:1fr!important;}
  .shp-plan-row{justify-content:center!important;}
  .shp-plan-col{
    float:none!important;
    flex:0 0 100%!important;
    width:100%!important;
    max-width:360px;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

