/* Print styles for Dr Anne Gabard-Allard */
@media print {
  header, footer, nav, button, .fixed { display: none !important; }
  body { color: #000; background: #fff; font-size: 12pt; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; }
  h1, h2, h3 { page-break-after: avoid; }
  img { max-width: 100%; }
}
