/* Status banner for the rebuilt contact form.
 * Deliberately minimal: it borrows the page's own type, and only appears
 * after a submit, so it cannot affect the at-rest visual diff against source. */

.sipo-form-msg {
  display: block;
  margin: 0 0 18px;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.5;
  border-left: 4px solid #999;
  background: #f4f4f4;
  color: #222;
}

.sipo-form-msg[data-kind="success"] {
  background: #edf7ed;
  border-left-color: #2e7d32;
  color: #1b5e20;
}

.sipo-form-msg[data-kind="error"] {
  background: #fdecea;
  border-left-color: #fd2f02;
  color: #8c1d02;
}

.sipo-form-msg[data-kind="info"] {
  background: #eef3fa;
  border-left-color: #2f6fb0;
  color: #1c3f66;
}

.et_pb_contact_form .cf-turnstile {
  margin: 0 0 16px;
  min-height: 65px;
}

.et_pb_contact_submit.is-sending,
.et_pb_contact_form button[disabled] {
  opacity: .6;
  cursor: progress;
}
