:root {
  --chat--color-primary: #4f46e5;
  --chat--color-secondary: #111827;
  --chat--color-light: #f9fafb;
  --chat--window--width: 360px;
  --chat--window--height: 600px;
  --chat--border-radius: 0.5rem;
  /* Añade variables nuevas si sacas provecho de documentación */
}



.chat-powered-by {
    display: none !important;
}