/* v421: exchange names must remain complete at every supported card/font size. */
#appShell .market-exchange-name{
  width:auto!important;
  max-width:none!important;
  flex:0 1 auto;
  overflow:visible!important;
  text-overflow:clip!important;
}
#appShell .market-exchange-type{flex:0 0 auto}
#appShell .market.market-exchange-inline>b{flex:0 0 auto}
@container(max-width:270px){
  #appShell .market.market-exchange-inline{gap:4px;font-size:clamp(8.5px,3.7cqi,10px)}
  #appShell .market-exchange-inline>img,
  #appShell .market-exchange-fallback{width:20px;height:20px}
}
@container(max-width:235px){
  #appShell .market.market-exchange-inline{grid-template-columns:20px minmax(0,1fr) auto;display:grid;row-gap:2px}
  #appShell .market-exchange-name{white-space:normal;overflow-wrap:normal}
  #appShell .market-exchange-type{grid-column:2}
  #appShell .market.market-exchange-inline>b{grid-column:3;grid-row:1;margin-left:0}
}
