/* V20.11.48 - Encyclopedia cards use a compact, collision-free stat layout. */
#dexGrid .v145-dex-tile .pmc-card-frame .pmc-stats{
  top:66.55%!important;
  height:24.80%!important;
  padding:.32em .42em .28em!important;
  gap:.035em!important;
  overflow:hidden!important;
}
#dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat{
  grid-template-columns:17.0% minmax(0,1fr) 15.5%!important;
  column-gap:.70%!important;
  align-items:center!important;
  min-width:0!important;
  overflow:hidden!important;
}
#dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat-label{
  min-width:0!important;
  max-width:100%!important;
  font-family:inherit!important;
  font-size:.60em!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:clip!important;
}
#dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat-track{
  min-width:0!important;
  width:100%!important;
  height:43%!important;
  min-height:.28em!important;
  border-width:.055em!important;
  overflow:hidden!important;
}
#dexGrid .v145-dex-tile .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;
  gap:0!important;
  font-family:inherit!important;
  font-size:.69em!important;
  line-height:1!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-align:right!important;
}
/* Detailed bonus values remain available in the player detail view. */
#dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat-value small{
  display:none!important;
}
@media(max-width:430px){
  #dexGrid .v145-dex-tile{padding:6px!important;}
  #dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat{
    grid-template-columns:17.2% minmax(0,1fr) 15.0%!important;
    column-gap:.60%!important;
  }
  #dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat-label{font-size:.56em!important;}
  #dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat-value{font-size:.65em!important;}
}
@media(max-width:370px){
  #dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat-label{font-size:.53em!important;}
  #dexGrid .v145-dex-tile .pmc-card-frame .pmc-stat-value{font-size:.62em!important;}
}
