/* Document pages (help, privacy, terms, data safety) */

body.page {
  cursor: auto;
}

body.page .cursor {
  display: none;
}

body.page .h-btn,
body.page .store-btn,
body.page a {
  cursor: pointer;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.page-main {
  min-height: auto !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  text-align: left !important;
  max-width: 760px;
  margin: 0 auto;
  padding: 120px 32px 160px !important;
}

.page-kicker {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}

.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.page-updated {
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(242, 237, 230, 0.45);
  margin-bottom: 36px;
}

.page-lede {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(242, 237, 230, 0.72);
  margin-bottom: 40px;
}

.page-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 48px;
  padding: 18px 0;
  border-top: 1px solid rgba(242, 237, 230, 0.08);
  border-bottom: 1px solid rgba(242, 237, 230, 0.08);
}

.page-toc a {
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(242, 237, 230, 0.55);
  text-decoration: none;
}

.page-toc a:hover {
  color: var(--teal);
}

.page-section {
  margin-bottom: 36px;
}

.page-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 12px;
  color: var(--cream);
}

.page-section h3 {
  font-size: 0.95rem;
  font-weight: 500;
  margin: 20px 0 8px;
  color: rgba(242, 237, 230, 0.9);
}

.page-section p,
.page-section li {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(242, 237, 230, 0.68);
}

.page-section p + p,
.page-section ul + p,
.page-section p + ul {
  margin-top: 12px;
}

.page-section ul {
  padding-left: 1.2em;
}

.page-section a {
  color: var(--teal);
  text-decoration: none;
}

.page-section a:hover {
  text-decoration: underline;
}

.help-group {
  margin-bottom: 28px;
}

.help-group h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 300;
  margin-bottom: 10px;
}

.help-item {
  border-bottom: 1px solid rgba(242, 237, 230, 0.08);
}

.help-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--cream);
}

.help-item summary::-webkit-details-marker {
  display: none;
}

.help-item summary::after {
  content: '+';
  float: right;
  color: var(--teal);
  font-weight: 300;
}

.help-item[open] summary::after {
  content: '–';
}

.help-item p,
.help-item li {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(242, 237, 230, 0.68);
  padding-bottom: 16px;
}

.help-item ul {
  padding: 0 0 16px 1.2em;
}

@media (max-width: 600px) {
  .page-main {
    padding: 108px 24px 150px !important;
  }
}
