/* Lightweight print stylesheet for policy and content pages */
@media print {
  body { background:#fff !important; color:#000; font-size:12pt; padding-top:0; }
  header, .nav-toggle, footer, .hero, .brands-preview, .social-icons, video { display:none !important; }
  .page-content, .container { max-width:100% !important; padding:0 !important; margin:0 !important; }
  .page-content h1, .page-content h2, .page-content h3 { color:#000 !important; background:none !important; -webkit-background-clip:initial; background-clip:initial; }
  .page-content h1 { font-size:20pt; }
  .page-content h2 { font-size:16pt; }
  .page-content h3 { font-size:14pt; }
  a { color:#000; text-decoration:underline; }
  a::after { content:" (" attr(href) ")"; font-size:10pt; }
  .btn { display:none !important; }
  ul, ol { break-inside:avoid; }
  .page-content p, .page-content ul li { background:#fff !important; box-shadow:none !important; border:0 !important; }
}
