<p>How can I stylize It's label? </p><p>I want to increase the label font-s

How can I stylize It's label?

I want to increase the label font-size, so I tried using this selector on css:

vaadin-date-picker::part(label){
    font-size: 13px;
}

but with no success.