/* Requested-only fix: extend the collection card ability track and reduce the empty gap before its number. */
#collectionGrid:not(.v151-collection-grid-large) .pmc-card-frame .pmc-stat{
  grid-template-columns:16.5% minmax(0,1fr) 12.5%!important;
  column-gap:.65%!important;
}
