/* Result messages inserted above the existing custom form. */
.mmcf-notice {
  margin: 0 0 22px;
  padding: 15px 18px;
  border: 1px solid rgba(34, 35, 31, 0.18);
  background: #faf8f3;
  color: #22231f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.mmcf-notice--success {
  border-color: #8d947e;
  background: #eef1ea;
}

.mmcf-notice--error {
  border-color: #9a6b63;
  background: #f6ece9;
}

.mm-contact .mm-contact-submit[disabled] {
  cursor: wait !important;
  opacity: 0.72 !important;
}

/* Turnstile stays visually quiet unless Cloudflare needs interaction. */
.mm-contact .mmcf-turnstile {
  width: 100%;
  margin: 0;
  min-height: 0;
}

/* Defense in depth: the page already contains equivalent honeypot CSS. */
.mm-contact .mm-contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
