.hd-iq-field-hint {
  display: block;
  margin-top: .35rem;
  color: #5b6875;
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.4;
}

.hd-iq-turnstile {
  margin: 1rem 0;
  min-height: 65px;
}

.hd-iq-turnstile-status {
  margin: .45rem 0 0;
  color: #b42318;
  font-size: .85rem;
  line-height: 1.4;
}

.hd-iq-turnstile-status:empty {
  display: none;
}

@media (max-width: 360px) {
  .hd-iq-turnstile {
    overflow-x: auto;
  }
}
