@page {
  margin: 0.6in;
}

* {
  box-shadow: none !important;
}

html,
body {
  background: #ffffff !important;
  color: #000000 !important;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12pt;
  line-height: 1.5;
}

.sidebar,
.mobile-header,
.mobile-nav,
.print-btn,
.section-toc,
.nav-toggle,
.anchor-link {
  display: none !important;
}

.main-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.content-grid {
  display: block !important;
}

.doc-content {
  max-width: none !important;
}

h1,
h2,
h3,
p,
li,
th,
td {
  color: #000000 !important;
}

h2 {
  page-break-before: always;
  break-before: page;
}

h2:first-of-type {
  page-break-before: auto;
  break-before: auto;
}

table,
pre,
.callout {
  page-break-inside: avoid;
  break-inside: avoid;
}

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

.page-footer {
  margin-top: 20pt;
  padding-top: 10pt;
  border-top: 1px solid #000000;
  font-size: 10pt;
}

.print-url {
  display: block !important;
}
