.pinned-text {
    border: 1px solid #cfcfcf;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 9px;
    background: #f1f1f1;
    color: #8b8b8b;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Albert Sans', sans-serif;
    line-height: 12px;
    display: inline;
}


.meta-box {
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.date {
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 15px;
}

.pinned {
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 15px;
}