.form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
  cursor: pointer;
}

.form-consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

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

.form-note[data-state="pending"] {
  color: #596b74;
}

.form-note[data-state="success"] {
  color: #16794b;
}

.form-note[data-state="error"] {
  color: #b42318;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}
