/* SLPT-R28-B16PWA6B-SIDEBAR-INTERACTION-REPAIR-CSS-20260830
   Interaction-only correction. Approved B16PWA6 Option 3 visuals unchanged. */
#appView .sidebar,
#appView .sidebar #nav,
#appView .sidebar #nav.r28pwa6-ready{
  pointer-events:auto!important;
}
#appView .sidebar #nav.r28pwa6-ready > button{
  pointer-events:auto!important;
  position:relative!important;
  z-index:2!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent;
}
#appView .sidebar #nav.r28pwa6-ready > .r28pwa6-group-toggle{
  z-index:3!important;
}
#appView .sidebar #nav.r28pwa6-ready > button:disabled,
#appView .sidebar #nav.r28pwa6-ready > button.hidden,
#appView .sidebar #nav.r28pwa6-ready > button[hidden]{
  pointer-events:none!important;
}
