/* Match the approved competency hero labels on all five solution pages. */
main:has(.start-page, .solution-detail[data-solution]) > section:first-of-type h1 + div + div > div > p:first-child {
  color: rgb(255 255 255 / 32%);
}
