.post-statistics {
    width: 175px;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto;
}
.post-row {
    display: flex
;
    background: #252525;
    align-items: center;
    margin: 5px 0;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}
.post-row .post-icon {
    padding: 9px;
    background: #1d1d1d;
    margin-right: .1rem;
    border-radius: 2px 0 0 2px;
    width: 2rem;
    text-align: center;
}
.post-row .post-row-inner {
    padding: 5px;
    display: flex
;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
}
		