.contact-form {
  position: relative;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form .evaluation-actions button.btn {
  cursor: pointer;
}

.contact-form .evaluation-actions button.btn:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.contact-form-status {
  flex: 0 0 100%;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 5, 5, 0.4);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-form-status.is-sending {
  border-color: rgba(136, 23, 254, 0.46);
  color: #d5b2ff;
}

.contact-form-status.is-success {
  border-color: rgba(47, 194, 117, 0.5);
  background: rgba(47, 194, 117, 0.09);
  color: #8ee0b4;
}

.contact-form-status.is-error {
  border-color: rgba(255, 34, 45, 0.5);
  background: rgba(255, 34, 45, 0.08);
  color: #ff9ba1;
}
