"style" snippet unneccessarily adds CDATA block.
CDATA is only needed for content that uses "<" and "&" very often, but these characters aren't used in CSS syntax at all. They might occur sometimes in URLs and string constants, but parametrized images and generated content are used rarely enough that CDATA can be dropped from snippet.