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

/* Rendu des pages légales (contenu rich text ActionText) — Tailwind reset
   neutralise les styles par défaut des titres/listes, on les rétablit ici. */
.legal-prose h1 { font-size: 1.75rem; font-weight: 800; color: #0F2B5B; margin: 0 0 1rem; }
.legal-prose h2 { font-size: 1.2rem; font-weight: 700; color: #0F2B5B; margin: 1.75rem 0 0.6rem; }
.legal-prose h3 { font-size: 1.05rem; font-weight: 700; color: #0F2B5B; margin: 1.25rem 0 0.5rem; }
.legal-prose p { font-size: 0.95rem; line-height: 1.7; color: #475569; margin: 0 0 0.9rem; }
.legal-prose ul { list-style: disc; padding-left: 1.25rem; margin: 0 0 0.9rem; color: #475569; }
.legal-prose ol { list-style: decimal; padding-left: 1.25rem; margin: 0 0 0.9rem; color: #475569; }
.legal-prose li { margin: 0.25rem 0; line-height: 1.6; }
.legal-prose a { color: #5B5EA6; font-weight: 600; text-decoration: underline; }
.legal-prose strong { color: #0F2B5B; }
.legal-prose blockquote { border-left: 3px solid #E2E8F0; padding-left: 1rem; color: #64748B; margin: 0 0 0.9rem; }
