.mxchat-staff-active .chatbot-top-bar {
    border-bottom: 3px solid #dc3545 !important;
}

.mxchat-staff-active .chatbot-title {
    position: relative;
}

.mxchat-staff-active .chat-mode-indicator {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    font-weight: 700;
    animation: mxchat-staff-pulse 2s infinite;
}

@keyframes mxchat-staff-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.mxchat-staff-notification {
    pointer-events: none;
}
