/* FilFabric contact form fix v6: direct static webhook submit */

.ff-contact-form-status {
  display: none;
  width: 100%;
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.35;
}

.ff-contact-form-status.is-visible {
  display: block;
}

.ff-contact-form-status--pending {
  background: #f7f3ec;
  color: #2d241b;
  border: 1px solid #d8d2c8;
}

.ff-contact-form-status--success {
  background: #edf7ee;
  color: #193b1f;
  border: 1px solid #b9dfc0;
}

.ff-contact-form-status--error {
  background: #fff1f1;
  color: #671f1f;
  border: 1px solid #efc1c1;
}

#brxe-ffcf01.ff-contact-form-is-submitting button[type="submit"] {
  opacity: 0.82;
  pointer-events: none;
}
