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

/* Mise en forme du contenu des pages légales (mentions légales, CGV, CGU,
   politique de confidentialité). Tailwind Typography n'est pas installé, on
   définit donc une feuille de style dédiée et légère. */
.legal-prose {
  color: #374151;              /* gray-700 */
  line-height: 1.7;
  font-size: 0.95rem;
}
.legal-prose h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4338ca;              /* indigo-700 */
}
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;              /* gray-900 */
}
.legal-prose p { margin-bottom: 1rem; }
.legal-prose ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.5rem;
  list-style: disc;
}
.legal-prose li { margin-bottom: 0.4rem; }
.legal-prose a { color: #7c3aed; text-decoration: none; }   /* violet-600 */
.legal-prose a:hover { text-decoration: underline; }
.legal-prose strong { color: #111827; font-weight: 600; }
.legal-prose .legal-placeholder {
  display: inline-block;
  padding: 0 0.35rem;
  border-radius: 0.25rem;
  background: #fef3c7;         /* amber-100 */
  color: #92400e;              /* amber-800 */
  font-weight: 600;
  font-size: 0.85em;
}
