.structItem.is-unread .structItem-title a:not(.labelLink):after {
content: "Unread";
display: inline-block;
background: orange;
padding: 2px 5px;
font-size: 9px;
color: black;
margin-left: 5px;
position: relative;
top: -2px;
}