/*
Theme Name:   Royal Elementor Kit Child
Theme URI:    https://example.com/royal-elementor-kit-child
Description:  Child theme for Royal Elementor Kit – safe place for your custom code.
Author:       Your Name
Author URI:   https://example.com
Template:     royal-elementor-kit
Version:      1.0
Text Domain:  royal-elementor-kit-child
*/


/* =====================================================
   AI CHAT – GLOBAL THEME (ELEMENTOR SAFE)
   Dark:  #1C1D21 / #EEEEEE
   Accent:#F4C730 / #111111
===================================================== */

/* === AI CHAT – SIMPLE COLORS ONLY === */

/* Header */
.aichat-header {
  background: #333 !important;
  color: #EEEEEE;
}

.aichat-widget .aichat-inner {
  background: rgba(28, 29, 33, 0.9) !important;
  border: none !important;
}

/* Chat area background (slightly transparent) */
.aichat-inner .aichat-messages {
  background: #fff !important;
}

/* Input bar */
.aichat-inner  .aichat-inputbar {
  background: #333 !important;
  border: #999 !important;
  padding: 12px !important;
}

/* Text input */
.aichat-inner .aichat-input {
  color: #666!important;
  background: transparent !important;
  border: #999 !important;
}

/* Send button */
.aichat-inner .aichat-send {
  background-color: #FAC643 !important;
  color: #1C1D21 !important;
  font-weight: 600;
}

/* Placeholder text in input */
.aichat-inner .aichat-input::placeholder {
  color: #999!important;
}
 
/* Header buttons / icons */
.aichat-btn {
  color: #EEEEEE;
}
