// NO section p b, section p strong, section span b, section span strong { font-weight: 800; } // YES :is(section) :is(p, span) :is(b, strong) { font-weight: 800; }