/* ─────────────────────────────────────────────────────────────────────
   bdc_reading_time — inline byline chip.

   Designed to sit next to author name + date, so it inherits meta-band
   sizing (14px, muted colour). NOT a chip with a background — that
   would compete with the category chip on the hero above. Just an
   icon + text nub.
   ───────────────────────────────────────────────────────────────────── */

.bdc-reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font: 500 14px/1 -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--bdc-ink-3, #6b6b68);
    white-space: nowrap;
}

.bdc-reading-time__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--bdc-ink-3, #6b6b68);
}

.bdc-reading-time__value {
    font-variant-numeric: tabular-nums;
    color: var(--bdc-ink-2, #4a4a48);
    font-weight: 600;
}

.bdc-reading-time__prefix,
.bdc-reading-time__suffix {
    display: inline;
}
