.nps-turnstile-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 1rem 0;
  min-height: 65px;
}

.nps-turnstile-message {
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.nps-turnstile-message--error,
.nps-turnstile-message--server {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}

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