/* v418: trailing metrics always consume the full usable row width. */
#appShell .row,
#appShell .row.isnew{
  width:100%!important;
  max-width:none!important;
  justify-content:stretch!important;
  padding-right:0!important;
}
#appShell .row{
  grid-template-columns:minmax(0,1fr) minmax(5.25em,max-content) 1.45em!important;
}
#appShell .row.isnew{
  grid-template-columns:minmax(0,1fr) minmax(2.65em,max-content) minmax(5.25em,max-content) 1.45em!important;
}
#appShell .row .pct{justify-self:end!important}
#appShell .row .colibri-launch{justify-self:end!important}
@container(max-width:255px){
  #appShell .row{grid-template-columns:minmax(0,1fr) minmax(4.75em,max-content) 1.3em!important}
  #appShell .row.isnew{grid-template-columns:minmax(0,1fr) minmax(2.35em,max-content) minmax(4.75em,max-content) 1.3em!important}
}
