.contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.contact-form-status {
  display: none;
  padding: 13px 15px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-form-status.success {
  display: block;
  color: #165c34;
  background: #eaf7ed;
  border: 1px solid #b9ddc2;
}

.contact-form-status.error {
  display: block;
  color: #9b2c20;
  background: #fff0ed;
  border: 1px solid #efb9af;
}

.contact-form button:disabled {
  opacity: .65;
  cursor: wait;
}
