/* LoR 1.7: Placeholder text fully visible (no clipping). Allow inputs to grow in flex; avoid truncation. */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
  min-width: 0;
  box-sizing: border-box;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
