.thank-you-card {
  max-width: 34rem;
  margin: 0 auto;
  padding: var(--space-xl) var(--space-lg);
}

.thank-you-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-md);
}

.thank-you-kicker {
  letter-spacing: 0.22em;
}

.thank-you-title {
  margin-top: var(--space-sm);
  margin-bottom: 0;
}

.thank-you-lead {
  max-width: 28rem;
}

.thank-you-body {
  max-width: 30rem;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-md);
}

.thank-you-secondary {
  margin-top: var(--space-sm);
}

@media (max-width: 767.98px) {
  .thank-you-card {
    padding: var(--space-lg) var(--space-md);
  }

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

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