/* Print Styles - Nga Sơn Biz */
@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited { color: #000 !important; text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 10pt; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; }

  img { max-width: 100% !important; page-break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

  .site-header nav,
  .site-nav,
  .site-footer,
  .article-share,
  .btn-back-top,
  .search-modal,
  .mobile-menu,
  .home-sidebar,
  .single-sidebar,
  .archive-sidebar,
  .comments-area,
  .post-nav { display: none !important; }

  .article-title { font-size: 22pt; }
  .article-content { font-size: 12pt; line-height: 1.6; }
}
