/* Dense, single-line market identity: venue, token image, ticker / quote, name. */
#tokensTable th:first-child {min-width:440px;width:440px}
#tokensTable td.tokens-identity {min-width:440px;width:440px;max-width:440px}
#tokensTable td {height:48px;padding-top:7px;padding-bottom:7px}
#tokensTable .tokens-token {gap:8px;height:32px}
#tokensTable .tokens-rank {flex:0 0 25px;width:25px;font-size:10px}
#tokensTable .tokens-venues {display:flex;align-items:center;gap:3px;flex:0 0 auto}
#tokensTable .tokens-venues:empty {display:none}
#tokensTable .tokens-venue {display:inline-flex;align-items:center;justify-content:center;width:18px;height:20px;flex-shrink:0}
#tokensTable .tokens-venue img {display:block;width:18px;height:18px;object-fit:contain}
#tokensTable .tokens-icon {width:30px;height:30px;flex-basis:30px;border-radius:6px}
#tokensTable .tokens-name {flex:1;flex-direction:row;align-items:center;gap:7px;max-width:none;overflow:hidden}
#tokensTable .tokens-version {flex-shrink:0;border:1px solid var(--line);border-radius:3px;padding:1px 4px;color:var(--muted);font-size:10px;line-height:16px}
#tokensTable .tokens-pair {display:flex;align-items:baseline;min-width:0;flex:0 1 auto;white-space:nowrap}
#tokensTable .tokens-symbol {font-size:13px;font-weight:700;max-width:140px;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#tokensTable .tokens-quote {font-size:11px;font-weight:400;color:var(--muted);white-space:pre;max-width:85px;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}
#tokensTable .tokens-fullname {font-size:12px;color:var(--ink-2);flex:1;min-width:32px;max-width:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#tokensTable .tokens-kind {margin-left:0;flex-shrink:0}
@media(max-width:640px) {
  #tokensTable th:first-child,#tokensTable td.tokens-identity {min-width:310px;width:310px;max-width:310px}
  #tokensTable .tokens-token {gap:5px}
  #tokensTable .tokens-rank {flex-basis:20px;width:20px}
  #tokensTable .tokens-name {gap:5px}
  #tokensTable .tokens-symbol {max-width:85px;font-size:12px}
  #tokensTable .tokens-quote {max-width:60px;font-size:10px}
  #tokensTable .tokens-fullname {font-size:11px;min-width:24px}
}
