/* Presentation only. Product policy text and its effective date are unchanged. */
:root {
  --text: #eee8da;
  --bg: #111210;
  --surface: #191a17;
  --muted: #c1bfb6;
  --line: #49483e;
  --accent: #d9b986;
  --accent-soft: #29271f;
  --shadow: none;
}
body.policy-page {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
}
.policy-page .site-header {
  border: 0;
  padding-bottom: 28px;
  margin-bottom: 0;
}
.policy-page .site-header nav {
  margin: 0;
}
.policy-page .site-header a {
  color: var(--ivory);
  font-weight: 400;
}
.policy-page .policy-document {
  width: min(950px, 86.8%);
  padding: 0;
  margin: 55px auto 85px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.policy-document header {
  padding: 0 0 35px;
  border-bottom: 1px solid var(--line);
}
.policy-document h1 {
  font-family: var(--sans);
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -1.5px;
}
.policy-document h2 {
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1.6;
  margin-top: 40px;
}
.policy-document p,
.policy-document li {
  font-size: 15px;
  line-height: 1.9;
}
.policy-document .meta,
.policy-document .summary,
.policy-document .contact {
  background: #22231d;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 22px;
}
.policy-document .contact {
  display: block;
}
.policy-document table {
  color: var(--text);
  font-size: 14px;
}
.policy-document th {
  background: #29291f;
}
.policy-document td {
  background: #171914;
}
.policy-document a {
  color: var(--gold);
}
.policy-page .site-footer {
  border-top: 1px solid var(--line);
}
.policy-page .site-footer a {
  font-weight: 400;
}
.policy-document footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  margin-top: 40px;
  padding-top: 20px;
}
@media (max-width: 760px) {
  .policy-page .policy-document {
    width: calc(100% - 44px);
    margin-top: 32px;
  }
  .policy-document h1 {
    font-size: 30px;
  }
  .policy-document h2 {
    font-size: 20px;
  }
  .policy-document p,
  .policy-document li {
    font-size: 14px;
  }
  .policy-document .meta,
  .policy-document .summary,
  .policy-document .contact {
    padding: 18px;
  }
  .policy-document table {
    font-size: 12px;
  }
  .policy-page .site-header {
    padding-block: 18px;
  }
}
@media print {
  body.policy-page {
    background: white;
    color: black;
  }
  .policy-page .site-header,
  .policy-page .site-footer {
    display: none;
  }
  .policy-page .policy-document {
    width: 100%;
    margin: 0;
  }
  .policy-document th,
  .policy-document td,
  .policy-document .meta,
  .policy-document .summary,
  .policy-document .contact {
    background: white;
    color: black;
  }
  .policy-document a {
    color: black;
  }
}
