/*
 * application.css
 */

/* ── Trix 에디터 ── */
trix-toolbar {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.375rem 0.5rem;
}
trix-toolbar .trix-button-group {
  border-color: #e5e7eb;
  margin-bottom: 0;
}
trix-toolbar .trix-button {
  border: none;
  background: transparent;
  border-radius: 0.25rem;
}
trix-toolbar .trix-button:hover:not(:disabled) {
  background: #e5e7eb;
}
trix-toolbar .trix-button.trix-active {
  background: #e0e7ff;
  color: #4f46e5;
}
trix-editor {
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  min-height: 280px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
}
.trix-content ul { list-style-type: disc; padding-left: 1.5rem; }
.trix-content ol { list-style-type: decimal; padding-left: 1.5rem; }
.trix-content strong { font-weight: 600; }
.trix-content em { font-style: italic; }
.trix-content h1 { font-size: 1.25rem; font-weight: 700; margin: 0.75rem 0 0.25rem; }
.trix-content blockquote { border-left: 3px solid #e5e7eb; padding-left: 1rem; color: #6b7280; margin: 0.5rem 0; }
.trix-content pre { background: #f9fafb; padding: 0.75rem 1rem; border-radius: 0.375rem; overflow-x: auto; font-size: 0.8125rem; }
.trix-content a { color: #4f46e5; text-decoration: underline; }
