/* Print stylesheet — strip nav/decoration, keep readable content. */

@page {
  margin: 1.5cm;
}

.navbar,
.cf-hero-image-panel,
footer,
a[href="#main-content"],
button {
  display: none !important;
}

body {
  background: #ffffff !important;
  color: #000000 !important;
}

a {
  color: #000000 !important;
  text-decoration: underline;
}

a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 0.85em;
  font-weight: normal;
}

.cf-section,
.cf-section-sm {
  padding: 24px 0 !important;
}

h1, h2, h3, h4 {
  page-break-after: avoid;
}

img {
  max-width: 100% !important;
}
