
.dwellpac-article {
  max-width: 800px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
  font-size: 16px;
}
.dwellpac-article h1 {
  font-size: 28px;
  color: #1a1a1a;
  border-bottom: 3px solid #2d8a4e;
  padding-bottom: 12px;
  margin: 40px 0 24px;
}
.dwellpac-article h2 {
  font-size: 22px;
  color: #2d8a4e;
  margin: 36px 0 16px;
  padding-left: 12px;
  border-left: 4px solid #2d8a4e;
}
.dwellpac-article h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin: 28px 0 12px;
}
.dwellpac-article p {
  margin: 0 0 16px;
}
.dwellpac-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.dwellpac-article thead th {
  background: #2d8a4e;
  color: #fff;
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
}
.dwellpac-article tbody td {
  padding: 9px 12px;
  border-bottom: 1px solid #e0e0e0;
}
.dwellpac-article tbody tr:nth-child(even) {
  background: #e8f5e9;
}
.dwellpac-article tbody tr:nth-child(odd) {
  background: #ffffff;
}
.dwellpac-article .callout {
  background: #e8f5e9;
  border-left: 4px solid #2d8a4e;
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 0 4px 4px 0;
}
.dwellpac-article .callout strong {
  color: #2d8a4e;
}
.dwellpac-article .warning {
  background: #fff3e0;
  border-left: 4px solid #e65100;
  padding: 12px 20px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}
.dwellpac-article .cta {
  background: #e8f5e9;
  border: 1px solid #2d8a4e;
  padding: 16px 20px;
  margin: 28px 0;
  border-radius: 4px;
  font-weight: 500;
}
.dwellpac-article .cta a {
  color: #2d8a4e;
  font-weight: 600;
  text-decoration: underline;
}
.dwellpac-article code {
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 14px;
}
.dwellpac-article ul, .dwellpac-article ol {
  margin: 12px 0 20px 24px;
}
.dwellpac-article li {
  margin-bottom: 8px;
}
.dwellpac-article blockquote {
  border-left: 3px solid #2d8a4e;
  margin: 20px 0;
  padding: 12px 20px;
  background: #f9faf9;
  color: #555;
}
.dwellpac-article #toc {
  background: #f9faf9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 20px 24px;
  margin: 0 0 32px;
}
.dwellpac-article #toc h3 {
  margin-top: 0;
  color: #2d8a4e;
}
.dwellpac-article #toc ol {
  margin-left: 20px;
  padding: 0;
}
.dwellpac-article #toc li {
  margin-bottom: 6px;
}
.dwellpac-article #toc a {
  color: #1a1a1a;
  text-decoration: none;
}
.dwellpac-article #toc a:hover {
  color: #2d8a4e;
}
.dwellpac-article .faq-item {
  margin-bottom: 20px;
}
.dwellpac-article .faq-item h3 {
  color: #2d8a4e;
  font-size: 17px;
  margin-bottom: 6px;
}
.dwellpac-article .ref-list {
  font-size: 13px;
  color: #666;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .dwellpac-article {
    font-size: 15px;
    padding: 0 12px;
  }
  .dwellpac-article h1 { font-size: 24px; }
  .dwellpac-article h2 { font-size: 19px; }
  .dwellpac-article table { font-size: 12px; }
}
