/*
 * VoltNiq — Print styles. Media-scoped (enqueued with media="print") so it
 * never blocks screen rendering. Inverts the dark UI to ink-on-paper and
 * strips non-content chrome — useful for spec sheets and order confirmations.
 */
* {
	background: #fff !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.site-header,
.site-footer,
.nav-primary,
.header-actions,
.topbar,
.current-line,
.skip-link,
.pagination,
.nav-toggle {
	display: none !important;
}
a {
	text-decoration: underline;
}
.container {
	max-width: none;
	padding: 0;
}
