How do I use CSS to modify Panel widgets' style like fontsize and color?

A more complex example:

  1. Ignore div
  2. Prefix with periods if there’s a div prefix
  3. Add spaces in between
.bk.card .bk.card-header .bk.card-header-row .bk.card-title .bk.bk-clearfix {
    font-size: 2em;
}