/* Override send button and primary elements to blue */
#chat-submit,
button[id="chat-submit"] {
  background-color: #2563eb !important;
  color: white !important;
}

#chat-submit:hover,
button[id="chat-submit"]:hover {
  background-color: #1d4ed8 !important;
}

/* Override primary color globally */
:root {
  --primary: 217 91% 50% !important;
  --primary-foreground: 0 0% 100% !important;
  --accent: 217 91% 50% !important;
  --ring: 217 91% 50% !important;
}
