input:not(:disabled):is(:hover, :focus)::before { --highlight-size: 0.5rem; }
when an input isn’t disabled and a user is hovering OR focusing, show a highlight on the pseudo element