/* Match the account menu badge while retaining the compact wallet button. */
html[data-theme] #topbar .walletchip .wc-tier {
  display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;
  box-sizing:border-box;height:24px;padding:3px 8px;
  font:500 10px/16px var(--display);letter-spacing:0;text-transform:none;
  color:var(--ink-2);background:var(--surface-2);
  border:1px solid var(--line);border-radius:7px;white-space:nowrap;
}
