/* Page CSS for layouts/article.njk — lifted out of the layout so it is
   cached instead of re-sent inside every HTML response. */
.card__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px} .card__date{font-size:.8rem;color:var(--mute,#646c78);white-space:nowrap;display:inline-flex;align-items:center;gap:4px} .card__date svg{flex:0 0 auto}
