/*
 * 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.
 */

/* AI chat markdown rendering */
.chat-markdown p { margin-bottom: 0.5em; }
.chat-markdown p:last-child { margin-bottom: 0; }
.chat-markdown strong { font-weight: 600; }
.chat-markdown em { font-style: italic; }
.chat-markdown ul, .chat-markdown ol { margin: 0.5em 0; padding-left: 1.25em; }
.chat-markdown ul { list-style-type: disc; }
.chat-markdown ol { list-style-type: decimal; }
.chat-markdown li { margin-bottom: 0.25em; }
.chat-markdown code { background: rgba(0,0,0,0.06); padding: 0.1em 0.3em; border-radius: 0.25em; font-size: 0.9em; }
.chat-markdown pre { background: rgba(0,0,0,0.06); padding: 0.5em; border-radius: 0.375em; overflow-x: auto; margin: 0.5em 0; }
.chat-markdown pre code { background: none; padding: 0; }
