/* Override ai_chatbot/sticky-chatbot mobile media query — caused chatbot misplacement on small viewports. */
@media (max-width: 768px) {
  .chat-container {
    right: auto;
    left: auto;
    width: auto;
    height: auto;
    border-radius: 8px 8px 0 0;
  }
  .chat-container.bottom-right { right: 20px; }
  .chat-container.bottom-left  { left:  20px; }
}