/* WS Intake — static mentor form (F-C-SUPPORT #781) */
@import url('../landing/landing.css');

.intake-header {
  margin-bottom: 1.5rem;
}

.intake-form label {
  display: block;
  margin-top: 0.75rem;
  font-weight: 600;
}

.intake-form input,
.intake-form textarea,
.intake-form select {
  width: 100%;
  max-width: 32rem;
  margin-top: 0.25rem;
  padding: 0.5rem;
  font: inherit;
}

.intake-note {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #444;
}
