.thank-you-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--space-40);
  padding-bottom: var(--space-40);
}

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

.thank-you-container {
  max-width: 720px;
}

.thank-you-card {
  text-align: left;
}

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

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

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

.small-copy {
  font-size: var(--font-size-sm);
  margin-top: var(--space-8);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  margin-top: var(--space-20);
}

.thank-you-actions .btn {
  min-width: 0;
}

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

  .thank-you-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .thank-you-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
