@import url('/css/account.css');

/* Contact-specific tweaks. The contact page reuses the account form layout. */

.account-field__optional {
  font-weight: 400;
  font-size: 0.875em;
  color: var(--muted);
  margin-left: 0.25em;
}

.account-field textarea {
  resize: vertical;
  min-height: 8rem;
  font-family: inherit;
}

/* Honeypot — hidden from real users + assistive tech. Bots fill it; we drop those. */
.account-field--honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
