
.c-postTimes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    // .-posted + .-modified {
    //     margin-left: .5em;
    // }
}

.c-postTimes__item {
    margin-right: .5rem;

    &::before {
        margin-right: .25rem;

        @extend %arkheIcon;
    }

    &.-posted::before {

        @extend .arkhe-icon-posted::before;
    }

    &.-modified::before {

        @extend .arkhe-icon-modified::before;
    }

}
