.contact-note {
  color: var(--color-muted);
}

.contact-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-box img {
  border: 1px solid rgba(79, 95, 47, .22);
  border-radius: var(--radius-md);
  background: var(--color-surface);
}
