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

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

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

.thank-you__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text);
  margin-bottom: var(--space-12);
}

.thank-you__text {
  margin-bottom: var(--space-8);
}

.thank-you__text--muted {
  color: var(--color-text-muted);
}

.thank-you__actions {
  margin-top: var(--space-16);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-8);
}

.thank-you__actions .button {
  min-width: 200px;
}

@media (max-width: 600px) {
  .thank-you {
    padding-top: var(--space-32);
    padding-bottom: var(--space-32);
  }

  .thank-you__lead {
    font-size: var(--font-size-base);
  }
}
