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

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

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

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

.thank-you-body p:last-of-type {
  margin-bottom: var(--space-6);
}

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

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

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

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