.ck-form-status {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid #d7b98c;
  border-radius: 5px;
  background: #fff8ed;
  color: #5f4b39;
  font-size: 14px;
  line-height: 1.5;
}

.ck-form-status.is-success {
  border-color: #69a66b;
  background: #eff9f0;
  color: #265d2a;
  font-weight: 700;
}

.ck-form-status.is-error {
  border-color: #c36d52;
  background: #fff2ed;
  color: #77381f;
}

.ck-inline-contact-form button[disabled],
.ck-inline-contact-form input[type="submit"][disabled] {
  opacity: .72;
  cursor: progress;
}
