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

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

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

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

.thank-you-body p:last-of-type {
  margin-bottom: 0;
}

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

.thank-you-links {
  margin-top: var(--space-4);
}

.thank-you-links a {
  font-weight: 500;
}

@media (max-width: 768px) {
  .thank-you-main {
    min-height: auto;
  }

  .thank-you-card {
    padding: var(--space-5);
  }

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

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