.chat-panel > header {
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.chat-panel > header > div:nth-child(2) { min-width: 0; }
.chat-panel header .chat-reset {
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 7px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.chat-panel header .chat-reset:hover { background: rgba(255, 255, 255, .14); }
.chat-panel header .chat-reset:disabled { cursor: wait; opacity: .55; }
.chat-panel header .chat-close { margin-left: 6px; }
@media (max-width: 420px) {
  .chat-panel > header .brand { display: none; }
  .chat-panel header .chat-reset { padding: 6px 8px; font-size: 11px; }
}
