.support-main {
  padding: 2rem 0 3rem;
}

.support-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem;
}

.support-heading h1 {
  font-family: var(--font-sans);
  font-weight: 600;
  margin: 0.35rem 0 0.5rem;
}

.support-content section {
  margin-top: 1.25rem;
}

.support-content h2 {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.45rem;
}

.support-content p {
  color: var(--color-muted);
  margin: 0;
}

.back-link {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
  color: var(--color-primary);
}
