.oc-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#oc-contact-status {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}

#oc-contact-status.et-pb-contact-message-success,
#oc-contact-status.et-pb-contact-message-error {
  display: block;
}

#oc-contact-status.et-pb-contact-message-success {
  background: #f2f7f0;
  border: 1px solid #b8d7aa;
  color: #335626;
}

#oc-contact-status.et-pb-contact-message-error {
  background: #fbf1ef;
  border: 1px solid #e3b4aa;
  color: #7d2e20;
}

/* Freeze Divi motion so the static copy renders immediately without entrance effects. */
.et_animated,
.et-waypoint,
.et_pb_animation_top,
.et_pb_animation_right,
.et_pb_animation_bottom,
.et_pb_animation_left,
.et_pb_animation_fade_in,
.et_pb_animation_off,
.et_pb_module,
.et_pb_button,
.et_pb_image_wrap,
.et_pb_section,
.et_pb_row,
.et_pb_column {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.et_pb_preload,
.et_pb_preload_hover,
.et_pb_section_parallax {
  animation: none !important;
  transition: none !important;
}

/* Divi's bundled CSS hides the v3 badge unless WordPress adds a body class.
   The static mirror never adds that class, so force the required badge visible. */
body .grecaptcha-badge {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
