/*
Theme Name: Chivo Systems
Theme URI: https://chivo.systems
Author: Chivo Systems
Author URI: https://chivo.systems
Description: A custom WordPress theme developed by Chivo Systems.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chivo-systems
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* N8N Chat button customization */
.n8n-chat {
  --chat--color-primary: #111112 !important;
  --chat--color-secondary: #219c54 !important;
  --chat--color-white: #ffffff !important;
  --chat--color-light: #f8f8f8 !important;
  --chat--color-dark: #111112 !important;

  --chat--toggle--width: auto !important;
  --chat--toggle--height: auto !important;
  --chat--toggle--background: var(--chat--color-primary) !important;
  --chat--toggle--hover--background: var(--chat--color-primary) !important;
  --chat--toggle--active--background: var(--chat--color-primary) !important;
  --chat--toggle--color: var(--chat--color-white) !important;
  --chat--toggle--border-radius: var(--bs-btn-border-radius, 45px) !important;

  --chat--message--user--background: var(--chat--color-secondary) !important;
  --chat--message--user--color: var(--chat--color-white) !important;
}

.n8n-chat .chat-window-toggle {
  width: auto !important;
  height: auto !important;
  padding: 20px 30px;
  border-radius: var(--bs-btn-border-radius, 45px) !important;
  gap: 0.5rem;
}

.n8n-chat .chat-window-toggle::after {
  content: "Chat with us 24/7";
  font-size: 1rem;
}

