/* BballWire - print.css : impression article propre. */

@media print {
  body { background: #fff; color: #000; font-size: 12pt; line-height: 1.5; }
  .bw-header, .bw-footer, .bw-topbar, .bw-nav, .bw-search-trigger, .bw-lang-switcher,
  .bw-share, .bw-newsletter-inline, .bw-newsletter-block, .bw-related, .bw-pagination,
  .bw-skip-link, .bw-breaking, video, audio, iframe { display: none !important; }
  .bw-container, .bw-article-content { max-width: 100% !important; padding: 0; margin: 0; }
  a { color: #000; text-decoration: underline; }
  a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 10pt; color: #555; }
  h1, h2, h3 { page-break-after: avoid; }
  p, blockquote, pre { page-break-inside: avoid; }
  img { max-width: 100% !important; }
}
