/* bestauthortools.com engine — tenant-neutral tweaks */
.article-body h2 { margin-top: 2rem; margin-bottom: 0.75rem; font-weight: 700; }
.article-body h3 { margin-top: 1.5rem; margin-bottom: 0.5rem; font-weight: 600; }
.article-body p, .article-body ul, .article-body ol { line-height: 1.65; }
.article-body ul, .article-body ol { padding-left: 1.25rem; }
.article-body blockquote { border-left: 4px solid var(--accent); padding-left: 1rem; color: #555; font-style: italic; }
.article-body table { border-collapse: collapse; width: 100%; margin: 1rem 0; }
.article-body th, .article-body td { border: 1px solid #e5e7eb; padding: 0.5rem 0.75rem; text-align: left; }
.article-body th { background: #f8f9fa; }
