/* RC4.10.13.6.9.29 — mobile overlay collision guard.
   The support launcher remains available during normal browsing, but it should
   never compete visually or intercept taps while a primary overlay is open. */
@media (max-width: 767px) {
  html.lv3-nav-open body.labkhand-v3 :is([data-lv3-support-chat],[data-lv3-tawk-launcher]).lv3-support-chat,
  html.lv3-action-overlay-open body.labkhand-v3 :is([data-lv3-support-chat],[data-lv3-tawk-launcher]).lv3-support-chat,
  html.lv3-sheet-open body.labkhand-v3 :is([data-lv3-support-chat],[data-lv3-tawk-launcher]).lv3-support-chat {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.labkhand-v3 :is([data-lv3-support-chat],[data-lv3-tawk-launcher]).lv3-support-chat {
    transition: opacity .16s ease, visibility .16s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.labkhand-v3 :is([data-lv3-support-chat],[data-lv3-tawk-launcher]).lv3-support-chat {
    transition: none !important;
  }
}
