/*
 * CLIMB presentation boundary between the provider-owned Complianz consent
 * dialog and provider-owned Tidio chat. Consent must remain the topmost,
 * operable modal whenever it is open.
 */
html.climb-consent-dialog-open #tidio-chat {
    visibility: hidden !important;
    pointer-events: none !important;
}
