.mc4wp-recaptcha-gate {
  margin: 0.75rem 0;
}

.mc4wp-recaptcha-gate[hidden],
.mc4wp-recaptcha-gate__challenge[hidden] {
  display: none !important;
}

.mc4wp-recaptcha-gate__status {
  margin: 0 0 0.5rem;
  line-height: 1.4;
  color: #575f62;
}

.mc4wp-recaptcha-gate__status:empty {
  margin: 0;
}

.mc4wp-recaptcha-gate__status.is-challenge {
  font-weight: 700;
}

.mc4wp-recaptcha-gate__status.is-checking {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.mc4wp-recaptcha-gate__status.is-checking::before {
  content: "";
  flex: none;
  width: 1em;
  height: 1em;
  border: 2px solid #359de2;;
  border-right-color: transparent;
  border-radius: 50%;
  animation: mc4wp-recaptcha-gate-spin 0.7s linear infinite;
}

@keyframes mc4wp-recaptcha-gate-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc4wp-recaptcha-gate__status.is-checking::before {
    animation-duration: 2.4s;
  }
}

.mc4wp-recaptcha-gate__challenge {
  min-height: 78px;
  overflow: visible;
}

.mc4wp-recaptcha-gate__v3-anchor {
  min-height: 0;
}
