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

.analysis-content h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.025em;
}

.analysis-content h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
}

.analysis-content p {
  margin-bottom: 0.75rem;
  line-height: 1.65;
}

.analysis-content strong {
  font-weight: 600;
  color: #1a1a1a;
}

.analysis-content ul,
.analysis-content ol {
  margin-left: 1.25rem;
  margin-bottom: 0.75rem;
}

.analysis-content ul {
  list-style-type: disc;
}

.analysis-content ol {
  list-style-type: decimal;
}

.analysis-content li {
  margin-bottom: 0.3rem;
  line-height: 1.6;
}

.analysis-content blockquote {
  border-left: 3px solid #d1d5db;
  padding-left: 1rem;
  color: #6b7280;
  font-style: italic;
  margin: 0.75rem 0;
}
