.toni-article-freshness {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem .55rem;
    margin: 0 0 1.1rem;
    font-size: .92rem;
    line-height: 1.45;
    color: #68737c;
}

.toni-article-freshness__item,
.toni-article-freshness__update-group {
    display: inline-flex;
    align-items: baseline;
    gap: .25rem;
    white-space: nowrap;
}

.toni-article-freshness__update-group {
    gap: .55rem;
}

.toni-article-freshness__label {
    font-weight: 700;
    color: #43505a;
}

.toni-article-freshness__separator {
    opacity: .55;
}

.toni-relative-time {
    white-space: nowrap;
}

.toni-card-relative-time {
    font: inherit;
    color: inherit;
}

@media (max-width: 640px) {
    .toni-article-freshness {
        gap: .35rem .45rem;
        font-size: .88rem;
    }

    .toni-article-freshness__update-group {
        gap: .45rem;
    }
}
