/* FORCE FOREST GREEN THEME - OVERRIDE ALL DEFAULT STYLES */

:root {
  --mwai-base-color: #1a2a1e !important;
  --mwai-header-background: #1a2a1e !important;
  --mwai-window-background: #1a2a1e !important;
}

.mwai-window, .mwai-header, .mwai-chat-window {
  background-color: #1a2a1e !important;
  background: #1a2a1e !important;
  border: none !important;
  border-radius: 18px !important;
  color: #ffffff !important;
}

.mwai-content {
  background-color: #223528 !important; /* Slightly lighter green for the chat area */
}

.mwai-header div, .mwai-header span, .mwai-header h1 {
  color: #ffffff !important;
}

/* NATIVE APP FULLSCREEN FOR MOBILE */
@media (max-width: 768px) {
  .mwai-window {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    z-index: 999999 !important;
  }
}
