@charset "UTF-8";

@media print {
  .header, .footer, .banner, .breadcrumb, .back-to-top, .menu-toggle, .sidebar, .related-section, .partner-section, .contact-shortcut, .btn { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; line-height: 1.5; }
  .page-wrap, .article-body { margin-top: 0 !important; }
  a { text-decoration: none; color: #000; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 10pt; color: #666; }
  h1, h2, h3 { color: #000; page-break-after: avoid; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  table, figure, pre { page-break-inside: avoid; }
  .page-content, .article-body { box-shadow: none; padding: 0; }
  @page { margin: 2cm; }
}
