Selector for specific label

I want to select a specific label. For example, the label named "Status" (see below for image). 

Instead, my code is selecting all labels ("Description" and "Status").

How do I select "Status" only?

In other words, how do I select the label for field_123?

 

![](upload://oce1pOLc6PZCeZDTc3A4sfZ92wD.png)

 

![](upload://v6eoEDhj7dA7Aj7swiR9LDABHIN.png)

This worked for me:

 

/* Selects a specific label: */ 

.kn-detail.field_123 > .kn-detail-label