css target custom elements
HTML
<payment-provider-title>
foo
</payment-provider-title>
CSS
payment-provider-title {
background-color: red;
color: white;
font-size: 20px;
}
<payment-provider-title>
foo
</payment-provider-title>
payment-provider-title {
background-color: red;
color: white;
font-size: 20px;
}