Two rules target the same element. What color does the paragraph end up with?p:where(.intro) { color: blue; } p { color: green; }