How can I create a CSS selector that targets the text content within this snippet, excluding the <label>
component? Essentially, I want to style the text in the div while leaving the label unchanged.
<div id="edit-cc" class="form-item form-type-item">
<label class="field" for="edit-cc">cc </label>
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e0879599a08598818d908c85ce838f8d">[email protected]</a>, <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="214753404f4a614459404c514d440f424e4c">[email protected]</a>, <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c7aequetz67qs2712qs24199s2115tqu75u23">[email protected]</a>, <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="cdaqtmerfadafouadsratroeay66taee0aadtmoetg">[email protected]</a>, <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8cedueeuzeuqcemuazqzedudfdcuaacqdezecdedfc6a3ece0fdede7">[email protected]</a>
</div>