.cp-thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 8rem);
}

.cp-thankyou__card {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cp-thankyou__header {
  margin-bottom: var(--space-lg);
}

.cp-thankyou__eyebrow {
  margin-bottom: var(--space-xs);
}

.cp-thankyou__title {
  font-size: var(--font-size-3xl);
}

.cp-thankyou__lead {
  font-size: var(--font-size-lg);
}

.cp-thankyou__copy {
  margin: 0;
}

.cp-thankyou__note {
  font-size: var(--font-size-sm);
}

.cp-thankyou__actions {
  margin-top: var(--space-xl);
  justify-content: center;
}

.cp-thankyou__secondary-links {
  margin-top: var(--space-lg);
}

.cp-thankyou__secondary-links .cp-link {
  font-size: var(--font-size-sm);
}

@media (max-width: 767.98px) {
  .cp-thankyou {
    min-height: calc(100vh - 6rem);
  }

  .cp-thankyou__card {
    padding: var(--space-lg);
  }

  .cp-thankyou__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .cp-thankyou__actions .cp-btn {
    width: 100%;
    justify-content: center;
  }
}
