/*
Theme Name: Ameren Illinois Savings Child Theme
Theme URI: https://amerenillinoissavings.com/
Description: Child theme for amerenillinoissavings.com. Loads the OceanWP parent
             stylesheet, enqueues js/scripts.js, and overrides header.php.
Author: Leidos
Author URI: https://amerenillinoissavings.com/
Template: oceanwp
Version: 1.0
*/

/*
 * The DIRECTORY NAME stays `oceanwp-child-theme-master` even though the theme is
 * renamed here. wp_options.stylesheet and wp_options.template both store that
 * directory name — renaming the dir without a coordinated DB update deactivates
 * the theme. Header metadata is cosmetic; the directory is not.
 */

/* Parent stylesheet should be loaded from functions.php not using @import */

ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
        color: #ffffff !important; 
}
ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
    color: #ffffff !important;
}