/* Legal document pages: same language as the site, built for reading. */

body.doc-page { overflow: auto; }

.doc-frame {
  height: auto;
  min-height: 100dvh;
  max-width: 640px;
}

.doc {
  padding-top: 34px;
  padding-bottom: 80px;
}

.doc h1 {
  font-size: clamp(30px, 7vw, 40px);
  text-align: left;
}

.updated {
  margin-top: 8px;
  font-size: 13px;
  color: var(--faint);
}

/* The short version: the whole policy in the product's voice, first. */
.shortver {
  margin-top: 30px;
  padding: 22px 0 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.shortver p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
}

.shortver ul {
  margin-top: 10px;
  padding-left: 18px;
}

.shortver li {
  font-size: 15px;
  line-height: 1.55;
  margin-top: 8px;
}

.shortver li::marker { color: var(--faint); }

.doc h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-top: 44px;
  text-align: left;
}

.doc p, .doc li {
  margin-top: 12px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink);
}

.doc ul { padding-left: 20px; }
.doc li { margin-top: 8px; }
.doc li::marker { color: var(--faint); }

.doc a { color: var(--ink); text-underline-offset: 3px; text-decoration-color: var(--line); }

.doc-foot {
  margin-top: 56px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--faint);
}

.doc-foot a { color: var(--faint); }
