/*
 * AI Assistant Widget
 * All critical styles are injected dynamically by widget.js
 * to allow colour configuration from WordPress settings.
 * This file handles print suppression and any global resets.
 */

@media print {
  #cnc-launcher,
  #cnc-window {
    display: none !important;
  }
}
