#view-scan #tokenHead .th-namebox,
#view-scan #tokenHead .th-name {min-width:0;max-width:100%}
#view-scan #tokenHead .th-fullname {
  display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
#view-scan #tokenHead .th-ticker-row {
  display:flex;align-items:center;gap:7px;min-width:0;max-width:100%;margin-top:2px;
}
#view-scan #tokenHead .th-ticker-row .th-sym {
  display:block;min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
#view-scan #tokenHead .th-ticker-row .th-rwa {
  display:inline-flex;align-items:center;flex:0 0 auto;margin:0;padding:2px 7px;
  font-size:10px;line-height:14px;white-space:nowrap;
}
