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

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

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

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

.thank-you-lead {
  margin-bottom: 0;
}

.thank-you-body {
  margin-top: var(--space-4);
  margin-bottom: var(--space-6);
}

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

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

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

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

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