/* v2.10.53 — restore the compact desktop stat-card dimensions */
@media (min-width:761px){
  body[data-page="home"] .panel-card .pc-stat{
    grid-template-rows:32px 18px!important;
    row-gap:8px!important;
    min-height:102px!important;
    height:102px!important;
    padding:22px!important;
  }
  body[data-page="home"] .panel-card .pc-stat.pc-stat-limit{
    padding:22px!important;
  }
  body[data-page="home"] .panel-card .pc-stat > b,
  body[data-page="home"] .panel-card .pc-stat .pc-limit-value{
    align-self:end!important;
    line-height:1!important;
  }
  body[data-page="home"] .panel-card .pc-stat > span,
  body[data-page="home"] .panel-card .pc-stat.pc-stat-limit > span{
    align-self:start!important;
    line-height:1!important;
  }
  body[data-page="home"] .panel-card .pc-stat.pc-stat-limit .pc-limit-value small{
    top:-16px!important;
    font-size:9px!important;
    letter-spacing:.12em!important;
  }
}
