/* Print styles */
@media print {
    body { background: white; color: black; font-size: 12pt; }
    .site-header, .site-footer, .share-buttons, .comments-section, .comment-form-card,
    .nav-toggle, .pagination, .cta-banner, .btn { display: none !important; }
    a { color: black; text-decoration: none; }
    a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
    .article-body { font-size: 11pt; line-height: 1.6; }
    h1, h2, h3 { color: black; page-break-after: avoid; }
    .container { max-width: none; padding: 0; }
    .page-header { background: none; padding: 0 0 1cm 0; border: none; }
}
