body span.wpcf7-not-valid-tip {
  color: red;
  margin: 5px 10px;
  font-size: 14px;
}

body input.wpcf7-not-valid {
  border-color: red;
}

body .wpcf7-response-output, div.wpcf7 .ajax-loader {
  display: none !important;
  visibility: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7-spinner {
  position: absolute;
  display: block;
}

.wpcf7 .cf7-success {
  display: none;
}

.wpcf7 .cf7-success-box {
  padding: 16px;
  border: 1px solid #e5e7eb;
}

.wpcf7 .cf7-success-text {
  margin-bottom: 12px;
  font-weight: 600;
}

.wpcf7 .cf7-success-ok {
  padding: 8px 14px;
  border: 0;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  cursor: pointer;
}

.wpcf7 .cf7-success-ok:active {
  transform: translateY(1px);
}