/* NadorCity.info — Print stylesheet (article print/PDF view). */

@media print {
  .site-header, .site-footer, .article-share, .article-reactions,
  .article-tags, .search-modal, .update-toast, .section-bottom, .section-header,
  .contact-card, .annonce-gallery, .video-embed { display: none !important; }

  body { background: #fff !important; color: #000 !important; }
  a { color: #000 !important; text-decoration: none; }
  .article-detail { max-width: 100% !important; }
  img { max-width: 100%; }
}
