/* Let narrow screens reach every table column using native touch scrolling. */
.tvb-tbl,#view-wallet .wp-table-wrap{
 max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;
 -webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom;
 overscroll-behavior-x:contain;
}
@media(max-width:860px){
 .tvb-tbl .tvb-tr{
  min-width:720px;
  grid-template-columns:78px 46px minmax(64px,1fr) minmax(74px,1fr) minmax(70px,1fr) minmax(78px,1fr) 96px 22px;
  gap:10px;
 }
 .tvb-tbl .tvb-tr>.opt{display:block}
}
