/* =========================================================
   JALO CONNECT
   Version 0.9.0
   ========================================================= */

/*
 * During human takeover, tawk.to owns the live conversation.
 * Hide JALO's launcher so the visitor never sees two competing
 * chat buttons at the same time.
 */
html.jalo-connect-active #jalo-launcher-area {
    display: none !important;
}

/*
 * Safety: if the JALO window is still visible for a fraction
 * of a second while tawk.to opens, make its composer clearly
 * unavailable.
 */
html.jalo-connect-active #jalo-form {
    pointer-events: none;
    opacity: .72;
}
