.counter {
display: inline-block;
padding: 2px 5px;
font-size: 11px;
font-weight: bold;
line-height: 1;
color: $brand-gray;
background-color: #eee;
border-radius: 20px;
}