--chat-bg-color | Solid background color for the main widget chat container. |
--chat-bg-gradient | Gradient background override for the chat container (takes precedence over --chat-bg-color). |
--chat-backdrop-blur | Backdrop blur amount applied behind the chat container (for translucent backgrounds). |
--chat-blur-enabled | Internal on/off flag used by the editor for chat blur mode. |
--user-bubble-color | Visitor message bubble color. |
--ai-bubble-color | Assistant message bubble color. |
--suggestion-bg-color | Suggestion chip background color. |
--suggestion-hover-bg-color | Suggestion chip hover background color. |
--send-button-color | Send button icon color (and fallback accent for action buttons). |
--product-bg-color | Product card background color. |
--product-border-color | Product card border color. |
--product-text-color | Product card text color. |
--product-price-color | Product price text color. |
--link-bg-color | Source/link pill background color. |
--link-border-color | Source/link pill border color. |
--link-text-color | Source/link pill text color. |
--function-button-align | Function button row alignment (flex-start, center, flex-end). |
--function-button-bg-color | Function button background color. |
--function-button-border-color | Function button border color. |
--function-button-border-width | Function button border width. |
--function-button-text-color | Function button text color. |
--function-button-radius | Function button corner radius. |
--search-align | Search bar alignment inside the widget row. |
--search-max-width | Maximum width of the search bar area. |
--search-radius | Search input corner radius. |
--search-bg-color | Search bar background color. |
--search-border-width | Search bar border width. |
--search-border-color | Search bar border color. |
--search-border-enabled | Internal on/off flag used by the editor for search border visibility. |
--search-shadow | Search bar box shadow value. |
--search-shadow-enabled | Internal on/off flag used by the editor for search shadow behavior. |
--search-glow-enabled | Internal on/off flag used by the editor for static glow mode. |
--search-glow-strength | Static search glow strength value configured in the editor. |
--search-glow-color | Static search glow color configured in the editor. |
--search-animated-glow-enabled | Enables/disables animated glow around the search bar. |
--search-animated-glow-start | Animated glow gradient start color. |
--search-animated-glow-end | Animated glow gradient end color. |
--search-animated-glow-strength | Animated glow blur strength. |
--search-animated-glow-duration | Animated glow cycle duration. |
--widget-max-width | Overall widget maximum width. |
--widget-align | Horizontal alignment of the widget container. |
--widget-radius | Global widget corner radius. |
--widget-radius-corners | Per-corner radius override order: top-left top-right bottom-right bottom-left. |
--widget-border-width | Widget container border width. |
--widget-border-color | Widget container border color. |
--widget-border-enabled | Internal on/off flag used by the editor for widget border behavior. |
--widget-shadow | Widget container box shadow value. |
--widget-shadow-enabled | Internal on/off flag used by the editor for widget shadow behavior. |
--widget-bg-color | Reserved widget background variable (currently defined but not applied directly in CSS). |