/* Long-form legal text, on the same paper as the rest of the site.
 *
 * A separate stylesheet rather than a <style> block: these pages carry the same
 * content-security policy as the front door, which allows no inline style. */

.legal {
  max-width: 44rem;
  margin: 0 auto;
  padding: 0 24px 96px;
}

.legal-head {
  padding: 56px 0 40px;
}

.legal-head .eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 14px;
}

.legal h1 {
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -0.9px;
  margin: 0 0 16px;
}

.legal-lede {
  font-size: 16px;
  line-height: 1.65;
  color: var(--deep);
  margin: 0;
}

.legal h2 {
  font-size: 19px;
  letter-spacing: -0.3px;
  margin: 44px 0 12px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.legal h3 {
  font-size: 15px;
  margin: 26px 0 8px;
}

.legal p,
.legal li {
  font-size: 14.5px;
  line-height: 1.72;
  color: var(--ink);
}

.legal p {
  margin: 0 0 14px;
}

/* The site strips list markers globally, which suits a landing page and not a
   policy: here the items are an enumeration a reader has to be able to count. */
.legal ul {
  list-style: disc;
  margin: 0 0 16px;
  padding-left: 20px;
}

.legal li {
  margin-bottom: 8px;
}

.legal li::marker {
  color: var(--muted);
}

/* The one thing on these pages a reader must not skim past: what Right Hand
   hears, and whose permission that needs. */
.legal-note {
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  border-radius: 8px;
  background: var(--paper);
  padding: 18px 20px;
  margin: 0 0 20px;
}

.legal-note p:last-child {
  margin-bottom: 0;
}

.legal dl {
  margin: 0 0 18px;
}

.legal dt {
  font-size: 14.5px;
  font-weight: 600;
  margin-top: 14px;
}

.legal dd {
  font-size: 14.5px;
  line-height: 1.72;
  margin: 4px 0 0;
  color: var(--deep);
}

.legal a {
  color: var(--green);
}

.legal-updated {
  font-size: 12px;
  color: var(--muted);
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

@media (max-width: 640px) {
  .legal h1 {
    font-size: 30px;
  }
  .legal-head {
    padding: 36px 0 28px;
  }
}
