.wt-wing-chat {
  margin-top: 1rem;
  border: 1px solid rgba(57, 207, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
}

.wt-wing-chat__toggle {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .78rem 1rem;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
}

.wt-wing-chat__toggle span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-width: 0;
  font-weight: 800;
}

.wt-wing-chat__toggle small {
  color: var(--muted);
  font-weight: 600;
}

.wt-wing-chat__panel {
  display: grid;
  gap: .8rem;
  padding: 0 1rem 1rem;
}

.wt-wing-chat__placeholder {
  padding: 1rem;
  border: 1px dashed rgba(57, 207, 255, .22);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(2, 11, 22, .20);
}

.wt-wing-chat__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

html[data-theme="light"] .wt-wing-chat,
body.light .wt-wing-chat {
  background: rgba(255, 255, 255, .74);
  border-color: rgba(32, 143, 183, .14);
}
