.jf-v54-recaptcha-busy {
  opacity: .72 !important;
  cursor: wait !important;
}

.jf-v54-recaptcha-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(7, 29, 58, .56);
  backdrop-filter: blur(8px);
}

.jf-v54-recaptcha-box {
  width: min(420px, 92vw);
  border-radius: 28px;
  background: #fff;
  color: #071d3a;
  text-align: center;
  box-shadow: 0 30px 90px rgba(7, 29, 58, .28);
  padding: 34px 30px 30px;
  font-family: Inter, Arial, sans-serif;
}

.jf-v54-recaptcha-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: #2364f6;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(35, 100, 246, .35);
}

.jf-v54-recaptcha-modal.is-error .jf-v54-recaptcha-icon {
  background: #d92d20;
  box-shadow: 0 18px 42px rgba(217, 45, 32, .28);
}

.jf-v54-recaptcha-box h2 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.14;
  font-weight: 900;
}

.jf-v54-recaptcha-box p {
  margin: 0 auto 22px;
  max-width: 320px;
  color: #5e6f87;
  font-size: 16px;
  line-height: 1.55;
}

.jf-v54-recaptcha-box button {
  border: 0;
  border-radius: 12px;
  background: #2364f6;
  color: #fff;
  font-weight: 900;
  padding: 14px 22px;
  cursor: pointer;
}

.grecaptcha-badge {
  z-index: 2147482999;
}
