/* Print stylesheet — minimal, readable */
@media print {
	*, *::before, *::after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
	.ap-utility-bar, .ap-flag-stripe, .ap-hero-slider, .ap-modal, .ap-cta-banner, .ap-footer-bottom, .ap-skip-link, .ap-nav-toggle, .swiper-pagination, .ap-hero-slider__nav, .swiper-button-prev, .swiper-button-next { display: none !important; }
	body { font: 12pt/1.4 'Times New Roman', serif; color: #000; background: #fff; }
	.container { padding: 0 !important; max-width: none !important; }
	a { color: #000; text-decoration: underline; }
	a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.85em; }
	h1, h2, h3 { page-break-after: avoid; }
	.ap-card, .ap-category-card, .ap-hero-slide { border: 1px solid #000; }
	.ap-site-footer { border-top: 1px solid #000; }
}
