.turnstile-form-check {
  display: grid;
  justify-items: center;
  gap: .45rem;
  width: 100%;
  margin: .25rem 0 .8rem;
}

.turnstile-widget {
  min-height: 65px;
}

.turnstile-form-status {
  min-height: 1.4em;
  margin: 0;
  color: #52627b;
  font-size: .82rem;
  text-align: center;
}

@media (max-width: 360px) {
  .turnstile-form-check {
    transform: scale(.9);
    transform-origin: center top;
    margin-bottom: -.1rem;
  }
}
