.tags-header-title {
    color: #353535;
    font-size: 4rem;
    margin: 1rem 0;
    text-align: center;
}
.tags-header-line {
    border-top: 0.4rem solid #353535;
    display: block;
    margin: 0 auto 3rem;
    width: 4rem;
}
.tags-clouds {
    text-align: center;
}
.tags-clouds a {
    display: inline-block;
    margin: 0 0.1rem 0.2rem;
    padding: 0.2rem 0.5rem;
    background: rgba(0,0,0,0.05);
    border-radius: 5px;
    color: #555;
    text-decoration: none;
}
.tags-item-label {
    display: inline-block;
    margin: 2rem 0 0.5rem;
    color: #555;
}
    .tags-item-label:first-letter {
        text-transform: uppercase;
    }
    
.tags-item-icon {
    height: 1rem;
}
.tags-post {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.tags-post-title {
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tags-post-line {
    transition: all 0.3s ease-out;
    border-top: 0.1rem solid #353535;
    display: block;
    width: 0;
}
.tags-post-meta {
    color: #aaa;
    text-align: right;
    white-space: nowrap;
}