#owui-chat-toggle { /* same styles as above… */ }
#owui-chat-box { /* … copy the CSS block from the snippet above */ }
#owui-chat-header { /* … */ }
#owui-chat-body   { /* … */ }
#owui-chat-input  { /* … */ }
.owui-message.user { text-align: left; }
.owui-message.bot  { text-align: left; }
.owui-thinking {
  color: #888 !important;
  font-style: italic;
}
