@media (max-width: 768px) {
    /* Target common LeadConnector / GoHighLevel chat widget containers to prevent full screen */
    #chat-widget-container,
    #ghl-chat-widget,
    .hl_chat-widget--mobile {
        max-height: 70vh !important;
        max-width: 90vw !important;
        top: auto !important;
        bottom: 90px !important; /* Keeps it above the new sticky call button */
        right: 20px !important;
        left: auto !important;
        border-radius: 12px !important;
        box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
        overflow: hidden !important;
        transform: none !important;
    }
    
    #chat-widget-container iframe,
    #ghl-chat-widget iframe {
        border-radius: 12px !important;
        height: 100% !important;
        max-height: 100% !important;
    }
}