.rc-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.rc-turnstile-box {
  margin: 16px 0;
  clear: both;
}

#rc-origen-banner {
  display: none;
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #e8f6fb;
  border-left: 4px solid #009dcd;
  color: #333;
  font-size: 14px;
}

.form-description.required-error {
  display: block;
  color: #c0392b;
  font-size: 12px;
  margin: 4px 0 10px;
}

.contact-alert {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 4px;
}

.contact-alert.ok {
  background: #eaf7ee;
  color: #1e7e34;
}

.contact-alert.error {
  background: #fdecea;
  color: #c0392b;
}

.contact-alert h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.contact-alert p {
  margin: 0;
}
