/* Hide the "LLMs can make mistakes" disclaimer */
.watermark {
    display: none !important;
}

/* Send button — UBS red */
button[data-testid="send-button"],
.send-button,
#chat-input button[type="submit"],
.message-composer button[type="submit"] {
    background-color: #EC0000 !important;
    color: white !important;
}

button[data-testid="send-button"]:hover,
.send-button:hover,
#chat-input button[type="submit"]:hover,
.message-composer button[type="submit"]:hover {
    background-color: #C00000 !important;
}

button[data-testid="send-button"] svg,
.send-button svg,
#chat-input button[type="submit"] svg,
.message-composer button[type="submit"] svg {
    color: white !important;
    fill: white !important;
}
