Considering the full cascade origin ordering (including the important variants), which declaration wins for `color` here, given the author rule is NOT marked !important but the user rule IS?
/* user stylesheet */
p { color: green !important; }
/* author stylesheet */
p { color: red; }