/**
 * Shifts the AI chatbot toggle left so it does not overlap the
 * cookie consent (Klaro) trigger in the bottom-right corner.
 */
.chat-container.bottom-right {
  right: 90px;
}

@media (max-width: 768px) {
  .chat-container.bottom-right {
    right: 0;
  }
}
