.turnstile-protection {
  width: 100%;
  min-width: 0;
  margin: 18px 0 14px;
  padding: 14px;
  border: 1px solid rgba(127, 127, 127, .22);
  border-radius: 14px;
  background: rgba(127, 127, 127, .07);
  box-sizing: border-box;
}

.turnstile-protection-title {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}

.turnstile-protection-help {
  margin: 0 0 10px;
  color: inherit;
  opacity: .72;
  font-size: 13px;
  line-height: 1.4;
}

.turnstile-protection .cf-turnstile {
  width: 100%;
  min-height: 65px;
}

.turnstile-protection-error {
  margin: 8px 0 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.45;
}

.abuse-protection-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
