.stripe-thanks-header {
  background-color: #9bb9ab;
}

.stripe-thanks-header-alt {
  background-color: #daeef2;
}

.stripe-thanks-header h2 {
  font-size: 2.7rem;
  white-space: nowrap;
}

.stripe-thanks-header-alt h2 {
  font-size: 3.55rem;
}

.stripe-thanks-header-alt h3 {
  font-size: 2rem;
  font-weight: 400;
  max-width: 60%;
  margin: auto;
}

.fade-in-up {
  animation: fadeInUp 0.5s ease-out forwards;
}

.stripe-thanks-content-devices img.devices-preview {
  margin-top: -8rem;
}

.stripe-purchase-info span {
  color: #3f4542;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.stripe-thanks-header .custom-container {
  display: inline-block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.stripe-thanks-content .main-content h1 {
  font-family: "Newsroom", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.stripe-thanks-content .main-content .btn {
  border: 1px solid #9bb9ab;
}

.stripe-thanks-content .main-content .btn:hover {
  border-color: #fff;
  background-color: #9bb9ab;
}

.stripe-thanks-content .border-r {
  border-right: 1px solid #cccccc;
}

@media (max-width: 575.98px) {
  .stripe-thanks-content .border-r {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }

  .stripe-thanks-content .main-content h1 {
    font-size: 2.3rem;
  }

  .stripe-thanks-header-alt h2 {
    font-size: 3rem !important;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
