/* Hide Crisp's default launcher bubble; our own branded bubble triggers the chat.
   Leaves the chatbox panel itself fully intact so messages, prompts and triggers work normally.
   External file so the Content-Security-Policy does not need to allow inline <style> blocks. */
.crisp-client a[aria-label="Open chat"],
.crisp-client a[aria-label="Open Crisp Chat"],
.crisp-client a[data-id="open_chat"],
#crisp-chatbox > div > a[role="button"][aria-hidden="false"]:not([data-visible="true"]) {
  display: none !important;
}
