.feedback-page {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-section-md) var(--space-stack-sm);
}

.feedback-page h1 {
  font-size: var(--type-section);
  font-weight: 700;
  line-height: var(--leading-display);
  margin-bottom: var(--space-stack-sm);
}

.feedback-page p {
  font-size: var(--type-helper);
  line-height: var(--leading-copy);
  color: var(--text-primary);
  margin-bottom: var(--space-stack-xs);
}

.feedback-page a {
  color: var(--accent);
  text-decoration: none;
}

.feedback-page a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .feedback-page {
    padding: var(--space-section-sm) var(--space-stack-sm);
  }
}
