.fsbc-turnstile-wrap {
  clear: both;
  margin: 18px 0 4px;
  min-height: 70px;
}

.fsbc-turnstile {
  min-height: 65px;
  max-width: 100%;
}

.fsbc-turnstile-message {
  color: #b42318;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  min-height: 1.25em;
  margin-top: 6px;
}

.fsbc-turnstile-noscript {
  color: #b42318;
  font-weight: 600;
}

.user-registration .fsbc-turnstile-wrap {
  margin: 14px 0 2px;
}

@media (max-width: 360px) {
  .fsbc-turnstile {
    transform: scale(0.92);
    transform-origin: left top;
    margin-bottom: -5px;
  }
}
