/* Global styles injected on every page of an app that loads dash-ai-analyst.
   The chat UI itself is styled with styled-components inside the bundle; this
   file is only for rules that have to reach elements outside the component. */

/* Suppress the Plotly Cloud watermark. */
body div.plotly-cloud-watermark-container {
    display: none !important;
}
