a {
    color: #000;
}

.tags {
    display: flex;
    align-items: center;
    padding-left: 15px;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}



.tags a {
    padding-right: 10px;
    color: #888;
    font-size: 13px;
    margin-left: 5px;
}