﻿/* Module CSS: chatbot */
[data-route="chatbot"] .chatbot-module {
  min-width: 0;
}

[data-route="chatbot"] .chatbot-sidebar.member-module-hero h1 {
  color: white;
}

[data-route="chatbot"] .chatbot-illustration {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
}
