/* ELIE v5.1.63 — clean death cinematic and tighter UP counter alignment. */

/* Keep the numeric badge on the right side, but tuck it closer into the UP
   control so both pieces read as one compact instrument. */
.home-screen .personal-stats-cluster .home-upgrade-count{
  left:auto!important;
  right:1px!important;
}

@media (orientation:landscape) and (pointer:coarse){
  .home-screen .personal-stats-cluster .home-upgrade-count{
    left:auto!important;
    right:0!important;
  }
}
