/* chat-header.css */
#chat-header {
  background: linear-gradient(135deg, #6f00ff, #00d2ff);
  color: white;
  padding: 1rem;
  font-size: 20px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.chat-avatar {
  background-image: url('/assets/robbie.png');
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
