/* Just Facts Post Styles - Clean, Data-Focused */
.post-full { max-width: 720px; margin: 2rem auto; padding: 0 1rem; }
.post-header { margin-bottom: 2rem; }
.post-meta { font-size: 0.875rem; color: var(--text-light); margin-bottom: 1rem; font-family: -apple-system, sans-serif; }
.post-header h1 { font-size: 2rem; font-weight: 700; line-height: 1.3; margin-bottom: 1rem; }
.post-excerpt { font-size: 1.0625rem; color: var(--text-light); line-height: 1.6; margin-bottom: 1.5rem; }
.author-box { display: flex; align-items: center; gap: 1rem; padding: 1rem; background: var(--background); border-radius: var(--radius); }
.author-name { font-weight: 600; font-size: 0.9375rem; }
.author-bio { font-size: 0.8125rem; color: var(--text-light); }
.post-body { font-size: 1rem; line-height: 1.8; }
.post-body p { margin-bottom: 1.5rem; }
.post-body h2 { font-size: 1.25rem; font-weight: 700; margin: 2.5rem 0 1rem; color: var(--primary); }
.data-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.9375rem; }
.data-table th, .data-table td { padding: 0.75rem; border: 1px solid var(--border); text-align: left; }
.data-table th { background: var(--background); font-weight: 600; }
.data-table tr:hover { background: var(--background); }
.stat-box { background: var(--background); border-left: 4px solid var(--accent); padding: 1rem 1.5rem; margin: 1.5rem 0; }
.stat-box .stat-label { font-size: 0.75rem; text-transform: uppercase; color: var(--text-light); }
.stat-box .stat-value { font-size: 1.75rem; font-weight: 700; color: var(--primary); }
.methodology { background: var(--background); padding: 1rem; border-radius: var(--radius); margin: 1.5rem 0; font-size: 0.875rem; }
.methodology h4 { font-size: 0.75rem; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.5rem; }
.source-note { font-size: 0.8125rem; color: var(--text-light); font-style: italic; margin-top: 1rem; }
.post-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.post-tags .tag { background: var(--background); color: var(--text); padding: 0.5rem 1rem; border-radius: 0.25rem; font-size: 0.8125rem; }
