/* Temporarily hide chat on PC & mobile - remove or comment out to show again */
#chatToggleBtn,
#chat-widget,
a[href*="chatbot/chat.php"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
