/* Minimal custom CSS for the Driving Knowledge section.
   Almost all styling is handled by Tailwind utility classes in tailwind.css;
   this file only holds the few things that are awkward to express as
   utilities (see MIGRATION_REPORT.md for details). */
.prose-content p { margin-bottom: 1rem; }
.prose-content table { margin: 1rem 0; }
