@page {
  margin: 1.5cm;
}

body {
  background: #fff;
  color: #000;
  font: 11pt/1.5 Georgia, "Times New Roman", serif;
}

.bfs-print-hidden,
header,
footer,
nav,
form,
[data-bfs-no-print] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: underline;
}

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

h1,
h2,
h3,
figure,
table,
.bfs-notice,
.bfs-checklist li {
  break-inside: avoid;
}

img {
  max-width: 100%;
}

