
.dwellpac-article {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}
.dwellpac-article h1 { font-size: 2em; color: #2d8a4e; margin-bottom: 12px; line-height: 1.3; }
.dwellpac-article h2 { font-size: 1.4em; color: #2d8a4e; margin: 32px 0 12px; padding-bottom: 6px; border-bottom: 2px solid #e8f5e9; }
.dwellpac-article h3 { font-size: 1.1em; color: #2d8a4e; margin: 20px 0 8px; }
.dwellpac-article p { margin: 8px 0; }
.dwellpac-article a { color: #2d8a4e; text-decoration: none; border-bottom: 1px dotted #2d8a4e; }
.dwellpac-article a:hover { border-bottom: 2px solid #2d8a4e; }
.dwellpac-article ul { margin: 8px 0 8px 20px; padding: 0; }
.dwellpac-article li { margin: 4px 0; }
.dwellpac-article hr { border: none; border-top: 1px solid #e8f5e9; margin: 24px 0; }
.dwellpac-article table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.95em; }
.dwellpac-article thead th { background: #2d8a4e; color: #fff; text-align: left; padding: 10px 12px; font-weight: 600; }
.dwellpac-article tbody td { padding: 8px 12px; border-bottom: 1px solid #e8f5e9; }
.dwellpac-article tbody tr:nth-child(even) { background: #f9fdf9; }
.dwellpac-article tbody tr:hover { background: #e8f5e9; }
.dwellpac-article .callout { background: #e8f5e9; border-left: 4px solid #2d8a4e; padding: 16px 20px; margin: 16px 0; border-radius: 0 4px 4px 0; }
.dwellpac-article .callout p { margin: 4px 0; color: #2d5a1a; }
.dwellpac-article strong { color: #2d5a1a; }
.dwellpac-article .footer-note { margin-top: 48px; padding-top: 16px; border-top: 2px solid #e8f5e9; color: #999; font-size: 0.85em; }
