/* Back-to-top button positioning (kept separate from chatbot.css) */
#backToTop {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  left: auto;
}
