/* UISB Guided Chat Assistant (fallback styles)
   Note: main chat UI is isolated in Shadow DOM (chatbot.js) so theme styles do not bleed in.
   These styles are kept as a safety fallback for browsers without Shadow DOM support.
*/

.uisb-chatbot-root, .uisb-chatbot-root *{
  box-sizing:border-box;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
}

.uisb-chatbot-root{position:fixed;right:18px;bottom:18px;z-index:999999;}

/* If fallback DOM is used, chatbot.js injects a stronger reset + styles.
   Keep this file minimal so it won't fight the injected rules. */
