/* RTM Cloud Services — Anderson */

:root {
  --rtm-red: #c8102e;
}

header {
  border-bottom: 2px solid var(--rtm-red);
}

.markdown a {
  color: var(--rtm-red);
}

button[data-testid="chat-input-send-button"],
button[type="submit"] {
  background-color: var(--rtm-red) !important;
}

.cl-starter button {
  border-color: color-mix(in srgb, var(--rtm-red) 35%, transparent);
}

.cl-starter button:hover {
  border-color: var(--rtm-red);
}
