I have a hidden DOM created by a third party. I want to configure the application of a bold style on the word "Power", considering that when the legend tag of "Power" is entered, the following div and span are generated, within the shadow DOM. How can I achieve this through CSS?
<forex-web-form-fieldset id="fieldset-security-advice-desktop" help-label="Help" legend="Power">
#shadow-root (open)
<div class="legend">
<span class="label" aria-disabled="false">Power</span>
</div>
</forex-web-form-fieldset>
Some response this.shadowRoot.querySelector from Lit-Element