.document-shell {
  width: min(820px, 100%);
  margin: 0 auto;
}

.document-back-link {
  margin-bottom: 12px;
  font-size: 0.94rem;
}

.document-back-link a {
  color: var(--accent);
  text-decoration: none;
}

.document-back-link a:hover,
.document-back-link a:focus-visible {
  color: var(--text);
}

.document-shell h1 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 7vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.document-shell h2 {
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.document-shell a {
  color: var(--accent);
}

.document-section {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.document-address {
  color: var(--text);
  font-style: normal;
  line-height: 1.7;
}

.document-note {
  color: var(--muted);
}

.document-shell .surface-meta-footer {
  margin-top: 26px;
}
