.thankyou-wrapper {
  padding-top: var(--space-10);
  padding-bottom: var(--space-10);
}

.thankyou-container {
  max-width: 720px;
  text-align: center;
}

.thankyou-header {
  margin-bottom: var(--space-6);
}

.thankyou-kicker {
  font-size: var(--font-size-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}

.thankyou-title {
  margin-bottom: 0;
}

.thankyou-body {
  margin-bottom: var(--space-6);
}

.thankyou-lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text);
}

.thankyou-next {
  margin-bottom: var(--space-7);
}

.thankyou-subtitle {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-3);
}

.thankyou-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}

@media (min-width: 640px) {
  .thankyou-actions {
    flex-direction: row;
    justify-content: center;
  }
}
