.tag{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #ef7d00;
    padding: 2px 3px;
    border-radius: 3px;
	font-weight: 600;
	text-transform: uppercase;
    height: 100%;
}

.tag--green{
    background-color: #66db23;
}

.tag--red{
	background-color: red;
}

.tag--user{
    color: #000;
    border-radius: 6px;
    background-color:#e6e6e6;
    line-height: 16px;
    padding: 0 5px;
    text-transform: unset;
}

.tag--s{
    font-size:14px;
}

@media all and (max-width: 1280px) {
	.tag--s{
		font-size:12px;
	} 
 }
@media all and (max-width: 980px) {
	.tag--s{
		font-size:16px;
	} 
}