/* Hide intrusive overlay classes if they slip through (defense in depth) */
.fc-monetization-dialog, [class*="fc-dialog"] { display: none !important; }

/* Normalize spacing + TOC appearance */
.article-content p { margin: 0.75rem 0; line-height: 1.6; }
.article-content ul, .article-content ol { margin: 0.75rem 0 0.75rem 1.25rem; }
.toc { max-width: 900px; margin: 1rem 0; }
.toc h2, .toc h3 { margin-top: 0.25rem; }
.ad-incontent { margin: 20px 0; }
.ad-slot:empty { display: none; }

/* Keep header clean — never render a TOC there */
header nav.toc, header .toc { display: none !important; }
