.label {
font-weight: 500;
padding: 3px 6px
}
.label.label--important {
color: #f1416c;
background: rgba(241,65,108,0.08);
border-color: rgba(238,18,71,0.08);
border-color: rgba(241,65,108,0.02)
}
a.label.label--important:hover,a:hover .label.label--important {...