.thank-you-main {
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
}

.thank-you-section {
  padding-top: var(--space-20);
  padding-bottom: var(--space-20);
}

.thank-you-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

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

.thank-you-title {
  margin-top: var(--space-3);
}

.thank-you-lead {
  font-size: var(--font-size-lg);
  color: var(--color-text);
}

.thank-you-actions {
  margin-top: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  justify-content: center;
}

.thank-you-btn,
.thank-you-btn-secondary {
  width: 100%;
}

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

  .thank-you-btn,
  .thank-you-btn-secondary {
    width: auto;
  }
}
