/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.wp-chatbot-msg {
  background-color: #004d40 !important;  /* Fondo verde oscuro */
  color: #ffffff !important;             /* Texto blanco */
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

.wp-chatbot-msg .wp-chatbot-paragraph {
  color: inherit !important;
}
