Given `.grid p:nth-child(3n)`, which paragraphs are selected if the `.grid` contains exactly 7 `<p>` children?.grid p:nth-child(3n) { font-weight: bold; }