/* === ASIACOM JP Desk – Red Theme Override === */
/* HK/TW/PHの青テーマを完全に上書きする */

#ac-root {
  --primary: #cc0000 !important; /* 赤 */
}

/* ボタン（Launcher） */
#ac-open {
  background: #cc0000 !important;
  color: #fff !important;
}

/* チャットヘッダー */
#ac-header {
  background: #cc0000 !important;
  color: #fff !important;
}

/* Close ボタン（×） */
#ac-close {
  color: #cc0000 !important;
}

/* 送信ボタン */
#ac-send {
  background: #cc0000 !important;
  color: #fff !important;
}

/* ユーザーバブル（赤系統） */
.ac-msg.user .bubble {
  background: #cc0000 !important;
  color: #fff !important;
  border: none !important;
}
