/* Hide navigation, sidebars, footers, etc. */
header, nav, aside, footer, .no-print {
  display: none;
}

/* Ensure content fills the space */
body {
  margin: 0;
  padding: 0;
  color: black;
  background: white;
}

/* Improve typography for printing */
body, p, a, h1, h2, h3, h4, h5, h6 {
  font-family: serif;
}

/* Optional: Display URLs next to links */
a:after {
  content: ' [' attr(href) '] ';
}
