:root {
    /** Text to translate **/
    --Content-YourFeedback: "Your feedback will help us improve: "; /* "Your feedback will help us improve:" */
    --Content-Negative: "Negative"; /* "Negative" */
    --Content-Positive: "Positive"; /* "Positive" */
    --Content-Send: "Send"; /* "Send" */

    --ButtonBgColor: var(--BrandRed-400);
    --ButtonBgColorHover: var(--BrandRed-500);
    --ButtonBgColorDisabled: var(--Gray-50);
    --ButtonColorDisabled: var(--Gray-200);
    --LinkBgColor: var(--BrandRed-50);
    --LinkBgColorHover: var(--BrandRed-100);
    --ChatBubble: var(--BrandRed-50);
    --ChatBackground: var(--Gray-25);
    --ChatLinkColor: var(--CircleK-B2B-EU-Accessible-Orange); /*** ??*/
    --ButtonColor: #FFF;
}