/* ClokIt USA mobile bottom-nav reliability */
@media (max-width:760px){
  .v220-mobile-tabs,
  [aria-label="Mobile workspace navigation"],
  .bottom-nav.clokit-mobile-nav-live,
  .clokit-mobile-nav-live{
    pointer-events:auto!important;
    touch-action:manipulation!important;
    z-index:2147483000!important;
    isolation:isolate!important;
  }
  .v220-mobile-tabs button,
  .v220-mobile-tabs a,
  [aria-label="Mobile workspace navigation"] button,
  [aria-label="Mobile workspace navigation"] a,
  .clokit-mobile-nav-live button,
  .clokit-mobile-nav-live a{
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent;
    user-select:none;
    -webkit-user-select:none;
    cursor:pointer!important;
    position:relative;
    z-index:2;
  }
}
