The part CSS pseudo-element specifies allows you to select elements that have been exposed via a part attribute.
Syntax
selector::part( <ident>+ ) { property: value; }
Parameters
<ident>
Specifies any valid identifier that is not misinterpreted as a keyword.