.hsb-turnstile {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 6px;
  margin: 8px 0 4px;
}

.hsb-turnstile-widget {
  max-width: 100%;
}

.hsb-turnstile-feedback,
.hsb-turnstile-message {
  min-height: 14px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.hsb-turnstile-feedback:empty {
  display: none;
}

.hsb-turnstile-feedback.is-error,
.hsb-turnstile-message.is-error {
  color: #ff9c92;
}

.auth-card .hsb-turnstile {
  margin-top: 2px;
  margin-bottom: 0;
}

.recovery-drop .hsb-turnstile {
  margin-top: 8px;
}
