/* ===== Kovalink — legal/support doc pages (/privacy /terms /support) ===== */

.doc {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px var(--gutter) 72px;
  line-height: 1.6;
  color: var(--white);
  overflow-wrap: break-word;
}

.doc[hidden] {
  display: none;
}

.doc h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.doc h2 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 12px;
}

.doc h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--grey);
  margin-top: 28px;
  margin-bottom: 10px;
}

.doc p,
.doc ul,
.doc ol {
  margin: 16px 0;
}

.doc ul,
.doc ol {
  padding-left: 26px;
}

.doc li {
  margin: 8px 0;
}

.doc li::marker {
  color: var(--grey);
}

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

.doc strong {
  color: var(--white);
  font-weight: 600;
}

/* ===== Mobile <= 700 — follow the site-wide gutter ===== */
@media (max-width: 700px) {
  .doc {
    padding: 32px var(--gutter-mobile) 56px;
  }
}
