/* Consistent chart controls in both themes. */
html[data-theme] :is(#tv,#tvBasic) .tv-bar {align-items:center;gap:6px}
html[data-theme] :is(#tv,#tvBasic) .tv-tfs {
  box-sizing:border-box;height:32px;min-height:32px;padding:2px;align-items:stretch;
}
html[data-theme] :is(#tv,#tvBasic) .tv-tfs > .tv-btn {
  box-sizing:border-box;height:26px;min-height:26px;padding:0 12px;line-height:20px;text-transform:none;
}
html[data-theme] :is(#tv,#tvBasic) .tv-bar > :is(.tv-btn,.tv-wallets,.tv-select) {
  box-sizing:border-box;height:32px;min-height:32px;padding:0 12px;line-height:20px;text-transform:none;
}
html[data-theme] :is(#tv,#tvBasic) .tv-wallets {white-space:nowrap}
#view-scan #tokenHead .th-price .p {white-space:nowrap;overflow-wrap:normal}
#view-scan #tokenHead .th-contract-copy {width:32px;min-width:32px;padding:0;flex:0 0 32px}
