body {
  background: #fff;
}

* {
  color: #000 !important;
  font-family: sans-serif !important;
  font-size: 1rem;
}

header.site-head,
footer.site-foot,
a.skip-link,
body.inner .inner-intro,
a.print {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
}
h1:first-child, h1:first-of-type,
h2:first-child,
h2:first-of-type,
h3:first-child,
h3:first-of-type,
h4:first-child,
h4:first-of-type,
h5:first-child,
h5:first-of-type,
h6:first-child,
h6:first-of-type {
  margin-top: 0 !important;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}

h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

p, p.text-big {
  font-size: 1rem !important;
}

ul,
ol,
dl {
  page-break-before: avoid;
}

a {
  text-decoration-color: #000;
  text-decoration-thickness: 2px;
}
a:not(.diamond-frame-link):after {
  content: " (" attr(href) ")";
}

body.inner .inner-content {
  align-items: stretch;
  flex-direction: column;
}
body.inner .inner-content main {
  padding: 0 !important;
}
body.inner .inner-content aside {
  display: none;
}