/* Small visible chevrons retain a comfortable, invisible touch target. */
body.ux-r311 #appScreen #page-wallet #txList .cat-toggle-btn {
  display:grid!important; place-items:center!important; flex:0 0 44px!important;
  width:44px!important; min-width:44px!important; height:44px!important; padding:14px!important;
  background:transparent!important; border:0!important; box-shadow:none!important; color:var(--muted)!important;
}
body.ux-r311 #appScreen #page-wallet #txList .cat-toggle-btn svg { width:14px!important; height:14px!important; min-width:14px!important; stroke-width:1.8!important; }
body.ux-r311 #appScreen #page-wallet #txList .cat-toggle-btn:focus-visible { outline:2px solid var(--primary-light)!important; outline-offset:-5px; }
body.ux-r311 #sidebar #sidebarUser { color:var(--text); }
body.ux-r311 #sidebar #sidebarUser .sidebar-user-copy small { color:var(--primary-light)!important; }
@media(min-width:900px) {
  body.ux-r311 #appScreen #appMenuToggle { display:none!important; }
  body.ux-r311 #appScreen > .app-header .profile-mini { display:flex!important; }
  body.ux-r311 #appScreen #menuToggle { display:flex!important; }
}
