/* One shape for token, venue, wallet, and profile images in every theme. */
html #tokensTable .tokens-icon,
html .hot-token .hot-logo,
html #view-scan #tokenHead .th-icon,
html :is(.rs-token-logo,.th-icon,.lb-ic,.rec-ic,.sig-ic,.rel-ic,.pvp-ic,.grad-avatar,.av),
html :is(.l-logo,.lp-logo,.grad-pons),
html .wallet-opt img,
html #tokensTable .tokens-venue img {
  border-radius:50%;
  overflow:hidden;
}
html #tokensTable .rs-token-logo img,
html .hot-token .hot-logo img,
html #view-scan #tokenHead .rs-token-logo img,
html :is(.th-icon,.lb-ic,.rec-ic,.sig-ic,.rel-ic,.pvp-ic,.grad-avatar,.av) img {
  border-radius:50%;
}
