/* Subtle UX for fields locked by school selection */
.preets-readonly {
  background: #f7f7f7 !important;
  color: #444 !important;
  cursor: not-allowed !important;
}
.preets-readonly::placeholder { color: #888 !important; }
