.ai-instructions-editor trix-toolbar .trix-button-group--file-tools {
  display: none;
}

.ai-instructions-editor trix-toolbar {
  border: 1px solid #e2e8f0;
  border-bottom: 0;
  border-radius: 0.75rem 0.75rem 0 0;
  padding: 0.5rem;
  background: #f8fafc;
  overflow-x: auto;
  scrollbar-width: thin;
}

.ai-instructions-editor trix-toolbar .trix-button-row {
  min-width: max-content;
  flex-wrap: nowrap;
}

.ai-instructions-editor trix-editor {
  min-height: 18rem;
  max-height: 34rem;
  overflow-y: auto;
  border: 1px solid #e2e8f0;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1rem;
  background: #fff;
  color: #0f172a;
  line-height: 1.6;
}

.ai-instructions-editor trix-editor:focus {
  border-color: #f97316;
  box-shadow: 0 0 0 4px rgb(249 115 22 / 0.1);
  outline: none;
}

.dark .ai-instructions-editor trix-toolbar,
.dark .ai-instructions-editor trix-editor {
  border-color: #334155;
}

.dark .ai-instructions-editor trix-toolbar {
  background: #020617;
}

.dark .ai-instructions-editor trix-editor {
  background: #020617;
  color: #f8fafc;
}
