/* V20.11.44: compact player-pack result cards use the same readable stat density as storage cards. */
#gachaResults .pmc-card-frame .pmc-stats{
  top:66.65%!important;
  height:24.65%!important;
  padding:.36em .48em .30em!important;
  gap:.055em!important;
}
#gachaResults .pmc-card-frame .pmc-stat{
  grid-template-columns:17.2% minmax(0,1fr) 16.0%!important;
  column-gap:.75%!important;
  align-items:center!important;
}
#gachaResults .pmc-card-frame .pmc-stat-label{
  min-width:0!important;
  font-family:inherit!important;
  font-size:.62em!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
  overflow:hidden!important;
  text-overflow:clip!important;
}
#gachaResults .pmc-card-frame .pmc-stat-track{
  min-width:0!important;
  height:44%!important;
}
#gachaResults .pmc-card-frame .pmc-stat-value{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  font-family:inherit!important;
  font-size:.72em!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
  white-space:nowrap!important;
}
/* Bonus text is available in player detail; hiding it prevents (+0)/(+N) overlap in two-column results. */
#gachaResults .pmc-card-frame .pmc-stat-value small,
#v20917PackResult .pmc-card-frame .pmc-stat-value small,
.v20919-result-card .pmc-card-frame .pmc-stat-value small{
  display:none!important;
}
#v20917PackResult .pmc-card-frame .pmc-stat-value,
.v20919-result-card .pmc-card-frame .pmc-stat-value{
  font-family:inherit!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
}
@media(max-width:430px){
  #gachaResults .pmc-card-frame .pmc-stat{grid-template-columns:17.6% minmax(0,1fr) 15.2%!important;column-gap:.65%!important;}
  #gachaResults .pmc-card-frame .pmc-stat-label{font-size:.58em!important;}
  #gachaResults .pmc-card-frame .pmc-stat-value{font-size:.68em!important;}
}
