One rule that disables animation for people who asked their system for less of it.
Tag
Snippets tagged accessibility
Hides a label from sight while leaving it in the accessibility tree. display:none would remove it from both.
The label is tied to the input by id, and the hint is announced with it via aria-describedby.