#tokensTable .tokens-icon,
.hot-token .hot-logo,
#view-scan #tokenHead .th-icon {
  border-radius:6px;overflow:hidden;border:1px solid var(--line);
  background:var(--surface-2);position:relative;box-sizing:border-box;
}
.hot-token .hot-logo {
  display:inline-flex;align-items:center;justify-content:center;
  width:22px;height:22px;flex:0 0 22px;font:400 9px/1 var(--display);color:var(--ink-2);
}
#tokensTable .rs-token-logo img,
.hot-token .hot-logo img,
#view-scan #tokenHead .rs-token-logo img {
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  border-radius:0;margin:0;display:block;background:var(--surface);
}
#view-scan #tokenHead .th-icon {
  width:var(--token-heading-height,39.2px);height:var(--token-heading-height,39.2px);
  flex:0 0 var(--token-heading-height,39.2px);margin:0;
  font:400 12px/1 var(--display);color:var(--ink-2);
}
