.post-dates {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #444;
}

.post-dates span {
    margin: 0;
    line-height: 1.5;
}