.n8n-chat-footer,
[class*="powered"] {
    display: none !important;
}

:root {
    --chat--header--background: #000000;
    --chat--header--color: #ffffff;
    --chat--toggle--background: #000000;
    --chat--toggle--color: #ffffff;
    --chat--message--bot--background: #1e293b;
    --chat--message--bot--color: #ffffff;
    --chat--message--user--background: #000000;
    --chat--message--user--color: #ffffff;
    --chat--input--background: #1e293b;
    --chat--input--color: #ffffff;
    --chat--window--background: #0f172a;
}
