/* V20.10.26: compact collection/gacha/dex card stat alignment hotfix */
#collectionGrid .pmc-card-frame .pmc-stats,
#gachaResults .pmc-card-frame .pmc-stats,
.v145-dex-grid .pmc-card-frame .pmc-stats{
  top:66.6%!important;
  height:24.7%!important;
  padding:.42em .56em .34em!important;
  gap:.08em!important;
}
#collectionGrid .pmc-card-frame .pmc-stat,
#gachaResults .pmc-card-frame .pmc-stat,
.v145-dex-grid .pmc-card-frame .pmc-stat{
  grid-template-columns:16.2% minmax(0,1fr) 28.8%!important;
  gap:1.2%!important;
  align-items:center!important;
}
#collectionGrid .pmc-card-frame .pmc-stat-label,
#gachaResults .pmc-card-frame .pmc-stat-label,
.v145-dex-grid .pmc-card-frame .pmc-stat-label{
  font-size:.78em!important;
  letter-spacing:-.03em!important;
}
#collectionGrid .pmc-card-frame .pmc-stat-track,
#gachaResults .pmc-card-frame .pmc-stat-track,
.v145-dex-grid .pmc-card-frame .pmc-stat-track{
  min-width:0!important;
}
#collectionGrid .pmc-card-frame .pmc-stat-value,
#gachaResults .pmc-card-frame .pmc-stat-value,
.v145-dex-grid .pmc-card-frame .pmc-stat-value{
  min-width:0!important;
  font-size:.92em!important;
  gap:.10em!important;
  line-height:.92!important;
  justify-content:flex-end!important;
}
#collectionGrid .pmc-card-frame .pmc-stat-value small,
#gachaResults .pmc-card-frame .pmc-stat-value small,
.v145-dex-grid .pmc-card-frame .pmc-stat-value small{
  min-width:2.2em!important;
  font-size:.58em!important;
  text-align:right!important;
}
@media (max-width:760px){
  #collectionGrid .pmc-card-frame .pmc-stats,
  #gachaResults .pmc-card-frame .pmc-stats,
  .v145-dex-grid .pmc-card-frame .pmc-stats{
    top:66.4%!important;
    height:25.0%!important;
    padding:.40em .50em .30em!important;
  }
  #collectionGrid .pmc-card-frame .pmc-stat,
  #gachaResults .pmc-card-frame .pmc-stat,
  .v145-dex-grid .pmc-card-frame .pmc-stat{
    grid-template-columns:15.5% minmax(0,1fr) 31.5%!important;
    gap:1.0%!important;
  }
  #collectionGrid .pmc-card-frame .pmc-stat-label,
  #gachaResults .pmc-card-frame .pmc-stat-label,
  .v145-dex-grid .pmc-card-frame .pmc-stat-label{
    font-size:.73em!important;
  }
  #collectionGrid .pmc-card-frame .pmc-stat-value,
  #gachaResults .pmc-card-frame .pmc-stat-value,
  .v145-dex-grid .pmc-card-frame .pmc-stat-value{
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    gap:.02em!important;
    font-size:.88em!important;
    line-height:.86!important;
  }
  #collectionGrid .pmc-card-frame .pmc-stat-value small,
  #gachaResults .pmc-card-frame .pmc-stat-value small,
  .v145-dex-grid .pmc-card-frame .pmc-stat-value small{
    min-width:0!important;
    width:auto!important;
    font-size:.50em!important;
    line-height:1!important;
  }
}
