/* Plumb Steward — minimal overrides for Tailwind CDN */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
.prose h2 { color: #0f172a; font-weight: 700; margin-top: 2rem; margin-bottom: 0.75rem; }
.prose p { margin-bottom: 1rem; line-height: 1.7; }
.prose ul { margin-bottom: 1.25rem; padding-left: 1.5rem; list-style: disc; }
.prose ol { margin-bottom: 1.25rem; padding-left: 1.5rem; list-style: decimal; }
.prose li { margin-bottom: 0.5rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.prose th { text-align: left; padding: 0.5rem; border-bottom: 2px solid #cbd5e1; font-weight: 700; }
.prose td { padding: 0.5rem; border-bottom: 1px solid #e2e8f0; }
details summary::-webkit-details-marker { display: none; }
