The specificity of the & nesting selector is calculated using the largest specificity in the associated selector list. This is identical to how specificity is calculated when using the :is() function....class="foo"> <c>Blue text</c> </b> & nesting syntax css #a, b { & c { color:...foo c { color: red; } :is() syntax css :is(#a, b) { & c { color:...