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

