@charset "utf-8";

/* ================================================================
   assets/css/print.css  –  Print styles  (modernised 2026-02)
   ================================================================ */

@page {
	margin: 1.5cm;
}

body {
	font-size: 12pt;
	line-height: 1.5;
	color: #000;
	background: #fff;
}

/* Hide non-essential elements when printing */
header,
#menu,
#dropmenu,
#ec_shop,
#spLinkBlockInPc,
#right,
#page-top,
.btn,
.skip-link,
.global_stage,
.stage {
	display: none !important;
}

/* Ensure links show their URL */
a[href]::after {
	content: " (" attr(href) ")";
	font-size: 0.8em;
	color: #555;
}

/* Don't show URL for fragment / JS links */
a[href^="#"]::after,
a[href^="javascript"]::after {
	content: "";
}

/* Full-width layout */
#content,
#left,
#wrapper,
#topi_wrap,
#topics,
#form_box,
#chk_box {
	width: 100% !important;
	max-width: 100% !important;
	display: block !important;
	float: none !important;
}

img {
	max-width: 100% !important;
	page-break-inside: avoid;
}

h2,
h3,
h4 {
	page-break-after: avoid;
}