.tpc-toolbar-ai {
  font-weight: 600;
  color: #4f46e5;
}

.tpc-ai-dialog__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.tpc-ai-dialog__textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.tpc-ai-dialog__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}
