/* ClokIt USA mobile recovery hotfix — scoped, non-destructive. */
@media(max-width:760px){
  html.clokit-team-chat-active .v220-mobile-tabs,
  html.clokit-team-chat-active .bottom-nav,
  html.clokit-team-chat-active .mobile-menu,
  html.clokit-team-chat-active .clokit-guide-footer,
  html.clokit-team-chat-active .clokit-field-nav,
  html.clokit-team-chat-active .fab,
  html.clokit-team-chat-active .section-edge-tab{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  html.clokit-team-chat-active body{padding-bottom:0!important}
  html.clokit-team-chat-active .clokit-team-chat-mode{padding-bottom:0!important;min-height:100dvh!important}
  html.clokit-team-chat-active .clokit-team-compose{z-index:2147483000!important}
}
