/* Mon Conseil Patrimoine — Styles additionnels */

html { scroll-behavior: smooth; }

.prose { max-width: 65ch; }
.prose h2 { margin-top: 2rem; margin-bottom: 1rem; }
.prose h3 { margin-top: 1.5rem; margin-bottom: 0.75rem; }
.prose p { margin-bottom: 1rem; }
.prose ul, .prose ol { margin-bottom: 1rem; padding-left: 1.5rem; }
.prose li { margin-bottom: 0.5rem; }
.prose blockquote { border-left: 4px solid; padding-left: 1rem; margin: 1.5rem 0; font-style: italic; }

a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }

@media print {
  header, footer, nav { display: none !important; }
  .prose { max-width: 100%; }
}
