/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Markdown prose styles for AI chat */
.prose p { margin-bottom: 0.5rem; }
.prose p:last-child { margin-bottom: 0; }
.prose pre {
  background-color: #1f2937;
  color: #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  overflow-x: auto;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.prose code {
  font-size: 0.8em;
  background-color: #f3f4f6;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  color: #dc2626;
}
.prose pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.prose ul, .prose ol { padding-left: 1.25rem; margin: 0.25rem 0; }
.prose li { margin: 0.125rem 0; }
.prose strong { font-weight: 600; }
.prose em { font-style: italic; }
.prose blockquote {
  border-left: 3px solid #d1d5db;
  padding-left: 0.75rem;
  color: #6b7280;
  margin: 0.5rem 0;
}
