@media (max-width: 767px) {
    html.st-zendesk-chat-open,
    body.st-zendesk-chat-open {
        overflow: auto !important;
        overflow-x: clip;
        position: static !important;
        height: auto !important;
        touch-action: pan-y;
    }

    body.st-zendesk-chat-open #Embed,
    body.st-zendesk-chat-open [data-product="web_widget"] {
        pointer-events: none !important;
        background: transparent !important;
    }

    body.st-zendesk-chat-open iframe[title="Messaging window"],
    body.st-zendesk-chat-open #webWidget,
    body.st-zendesk-chat-open #webWidget iframe {
        width: min(360px, calc(100vw - 1rem)) !important;
        max-width: calc(100vw - 1rem) !important;
        height: 50vh !important;
        max-height: 50vh !important;
        min-height: 220px !important;
        bottom: calc(65px + env(safe-area-inset-bottom)) !important;
        right: 0.5rem !important;
        left: auto !important;
        top: auto !important;
        position: fixed !important;
        border-radius: 14px 14px 0 0 !important;
        box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18) !important;
        pointer-events: auto !important;
        z-index: 9997 !important;
    }

    /* Default Zendesk launcher above mobile call bar */
    iframe[title="Button to launch messaging window"],
    iframe#launcher,
    #launcher,
    div[data-testid="launcher"],
    button[data-testid="launcher"] {
        bottom: calc(65px + env(safe-area-inset-bottom) + 0.5rem) !important;
        right: 0.75rem !important;
        top: auto !important;
        left: auto !important;
        position: fixed !important;
        pointer-events: auto !important;
        z-index: 99999 !important;
    }
}