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

/* Zen markdown narrative styling */
.zen-markdown p {
  margin-bottom: 0.75rem;
}
.zen-markdown p:last-child {
  margin-bottom: 0;
}
.zen-markdown ul, .zen-markdown ol {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
}
.zen-markdown ul {
  list-style-type: disc;
}
.zen-markdown ol {
  list-style-type: decimal;
}
.zen-markdown li {
  margin-bottom: 0.375rem;
}
.zen-markdown li:last-child {
  margin-bottom: 0;
}
.zen-markdown h1, .zen-markdown h2, .zen-markdown h3 {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #1e293b;
}
.zen-markdown h1 { font-size: 1.125rem; }
.zen-markdown h2 { font-size: 1rem; }
.zen-markdown h3 { font-size: 0.875rem; }
.zen-markdown blockquote {
  border-left: 3px solid #cbd5e1;
  padding-left: 0.75rem;
  margin: 0.75rem 0;
  color: #64748b;
}

/* Print styles for knowledge base guides */
@media print {
  header, footer, nav, button {
    display: none !important;
  }

  body {
    background: white !important;
  }

  .bg-gradient-to-br {
    background: white !important;
  }
}
