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

.thank-you-section {
  width: 100%;
}

.thank-you-container {
  display: flex;
  justify-content: center;
}

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

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

.thank-you-message {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-12);
}

.thank-you-context,
.thank-you-next {
  font-size: var(--font-size-md);
  color: var(--color-text-muted);
}

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

.thank-you-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-8);
}

@media (max-width: 640px) {
  .thank-you-panel {
    padding: var(--space-12);
  }
}
