/* Print Styles - 印刷時は本文のみ */
.site-header, .site-footer, .sidebar, .main-nav, .font-size-switcher,
.related-posts, .ad-wrap, .breadcrumbs, .toc, .menu-toggle,
.skip-link, .share-buttons { display: none !important; }

body { background: #fff; color: #000; font-size: 12pt; line-height: 1.7; }
.main-container { display: block; max-width: 100%; padding: 0; }
.entry { box-shadow: none; padding: 0; background: #fff; border-radius: 0; }
.entry-content { font-size: 11pt; }
.entry-content a { color: #000; text-decoration: underline; }
.entry-content a[href]::after { content: " (" attr(href) ")"; font-size: 10pt; color: #555; }
.entry-content h2 { background: none; border-left: none; padding: 0; border-bottom: 2pt solid #000; }
img { max-width: 100%; page-break-inside: avoid; }
h2, h3 { page-break-after: avoid; }
