.senda-turnstile {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 65px;
  margin: 8px 0 16px;
}

.senda-static-form__status {
  min-height: 22px;
  margin-top: 10px;
  color: #374151;
  font: 400 14px/1.5 Arial, sans-serif;
}

.senda-static-submitting .wpcf7-response-output,
.senda-static-submitting .wpcf7-not-valid-tip,
.senda-static-submitting .wpcf7-spinner {
  display: none !important;
}

.senda-static-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.senda-static-comment-disabled {
  margin: 24px 0;
  padding: 14px 16px;
  border-left: 4px solid #0f766e;
  background: #f0fdfa;
  color: #134e4a;
}
