.token-change-equalizer { display:none; }
@media (min-width:769px) {
  .token-main-info { position:relative; }
  .token-change-equalizer { position:absolute; gap:5px; min-width:0; color:#99a9bc; border-radius:6px; overflow:hidden; transform:translateY(-50%); }
  .token-change-equalizer[data-positioned="true"] { display:grid; }
  .token-change-equalizer header { display:flex; justify-content:space-between; gap:6px; font-size:9px; letter-spacing:.04em; }
  .token-change-equalizer header small { white-space:nowrap; }
  .token-equalizer-tooltip { position:absolute; top:22px; left:4px; right:4px; width:max-content; max-width:calc(100% - 8px); margin:auto; padding:5px 8px; border-radius:4px; background:#101824; color:#fff; box-shadow:0 2px 8px #0006; font-size:11px; line-height:1.4; text-align:center; pointer-events:none; z-index:2; }
  .token-equalizer-tooltip[hidden] { display:none; }
  .token-change-equalizer svg { display:block; width:100%; height:140px; overflow:hidden; border-radius:4px; background:rgba(0,0,0,.08); }
  [data-theme="light"] .token-change-equalizer { color:#526477; }
}
