@page {
  margin: 0.7in;
}

html,
body {
  background: #fff;
  color: #000;
}

body {
  font-size: 11pt;
  line-height: 1.35;
}

.site-header,
.site-footer,
.mobile-menu,
.menu-toggle,
.breadcrumbs,
.game-nav,
.rulebook-search,
.search-form,
.search-results,
.sticky-section-nav,
.print-page-button,
.heading-tools-toggle,
.heading-utilities,
.bookmark-toggle,
.anchor-copy,
.section-copy,
.bookmarks-panel,
.landing-bookmarks-tools {
  display: none !important;
}

.site-main {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

article,
article * {
  color: #000 !important;
  background: transparent !important;
}

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

p,
ul,
ol,
dl,
blockquote,
pre,
table,
figure {
  page-break-inside: avoid;
  break-inside: avoid;
}

img,
svg,
video {
  max-width: 100% !important;
  height: auto !important;
}

a,
a:visited {
  color: #000 !important;
  text-decoration: underline;
}

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