.tags .tag{
    display: inline-block;
}

.tags .tag a{
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 3px 5px;
    transition: .3s;
    border: 1px solid #fff6f7;
    background-color: #fff;
    color: #e44465;
    white-space: nowrap;
}

.tag.popular-tags{
    margin: 10px 0 10px 5px;
    font-weight: bold;
}