/**
 * SwiftHare AI Chat - Staff Dashboard & Live Chat Shortcode Responsive Styles
 */
@media (max-width: 768px) {
    #swifthare-ai-staff-app-screen {
        flex-direction: column;
        height: 85vh;
    }

    .swifthare-staff-sidebar {
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .swifthare-staff-chat-area {
        display: none !important;
    }

    .swifthare-staff-mobile-header {
        display: flex !important;
    }

    /* When a chat is open */
    .swifthare-staff-chat-active .swifthare-staff-sidebar {
        display: none !important;
    }

    .swifthare-staff-chat-active .swifthare-staff-chat-area {
        display: flex !important;
        height: 100%;
    }
}
