:root {
  --page: #ffffff;
  --text: #000000;
  --muted: #333333;
  --border: #b8b8b8;
  --teal: #000000;
  --accent: #000000;
}

@page {
  margin: 18mm;
}

body {
  background: #ffffff;
  color: #000000;
  font-size: 10.5pt;
  line-height: 1.5;
}

.skip-link,
.site-header,
.site-footer {
  display: none;
}

.page-shell {
  width: 100%;
  padding: 0;
}

.document-header {
  padding-bottom: 1rem;
}

h1 {
  font-size: 28pt;
}

h2 {
  font-size: 16pt;
}

.legal-content section {
  padding-top: 1.5rem;
}

.data-list > div,
.legal-content section,
.review-line,
address {
  break-inside: avoid;
}

a {
  color: #000000;
}

.review-line {
  border-color: #000000;
}
