.thank-you {
  display: flex;
  align-items: center;
  min-height: 70vh;
}

.thank-you__container {
  max-width: 640px;
  text-align: center;
}

.thank-you__header {
  margin-bottom: var(--space-12);
}

.thank-you__eyebrow {
  font-size: var(--font-size-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-soft);
  margin-bottom: var(--space-4);
}

.thank-you__title {
  margin-bottom: 0;
}

.thank-you__body {
  margin-bottom: var(--space-16);
}

.thank-you__body p {
  margin-bottom: var(--space-6);
}

.thank-you__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  justify-content: center;
}

@media (min-width: 640px) {
  .thank-you__actions {
    flex-direction: row;
  }
}
