/* Print styles — Booknetic for Theme */
@media print {
	.bft-site-header, .bft-topbar, .bft-site-footer, .bft-scroll-top,
	.bft-nav__toggle, .bft-button, .bft-pagination, .bft-newsletter__form,
	.bft-dark-toggle, .bft-language-switcher { display: none !important; }
	body { background: #fff !important; color: #000 !important; }
	.bft-section { opacity: 1 !important; transform: none !important; padding-block: 1rem; }
	a { color: #000 !important; text-decoration: underline; }
	.bft-container { max-width: 100%; }
}
