/* Checkout recovery path for browsers that block payment SDKs or JavaScript. */
.te-checkout-recovery[hidden] {
  display: none !important;
}

.te-checkout-recovery {
  margin: 12px 0;
  padding: 14px;
  border: 1px solid #f0c36d;
  border-radius: 10px;
  background: #fff8e7;
  color: #3f2d05;
  font-family: inherit;
  line-height: 1.45;
}

.te-checkout-recovery__title {
  margin-bottom: 4px;
  font-size: 0.9rem;
  font-weight: 800;
}

.te-checkout-recovery__text {
  margin-bottom: 10px;
  font-size: 0.82rem;
  color: #5f4a17;
}

.te-checkout-recovery__form {
  display: grid;
  gap: 9px;
}

.te-checkout-recovery__email {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #d6c48d;
  border-radius: 8px;
  background: #fff;
  color: #18160e;
  font: inherit;
  font-size: 0.9rem;
}

.te-checkout-recovery__button,
.te-checkout-recovery__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #156f3f;
  color: #fff !important;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.te-checkout-recovery__button:hover,
.te-checkout-recovery__link:hover {
  background: #0f5a32;
}

.te-checkout-recovery__fine {
  margin-top: 8px;
  font-size: 0.72rem;
  color: #7a641e;
  text-align: center;
}
