.thank-you-main {
  min-height: calc(100vh - 4.25rem);
  display: flex;
  flex-direction: column;
}

.thank-you-section {
  display: flex;
  align-items: center;
}

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

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

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

.thank-you-message {
  margin-bottom: var(--space-3);
}

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

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

.thank-you-note {
  font-size: var(--font-size-sm);
}

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

  .thank-you-cta-group {
    flex-direction: column;
  }

  .thank-you-cta-group .btn {
    width: 100%;
  }
}
