/* Responsive Design */
@media (max-width: 480px) {
  .chatbot-window {
    width: calc(100vw - 40px);
    height: calc(100vh - 100px);
    bottom: 80px;
    right: 20px;
    left: 20px;
  }

  .chatbot-container {
    right: var(--spacing-xl);
    bottom: var(--spacing-xl);
  }
}
