/* ===================================================================
   Digital Futurist — Newsroom History teaser page (2350). A small
   mosaic of real front pages pulled live from the Day of Design
   collection on newsroomhistory.digitalfuturist.com, standing in for a
   static screenshot. Built on the --df-* tokens from homepage-redesign.css.
   =================================================================== */

.df-nph-mosaic {
  display:flex; flex-wrap:wrap; gap:10px; margin:2.2rem 0 0;
}
.df-nph-tile {
  flex:1 1 90px; max-width:120px; border:1px solid var(--df-border);
  background:var(--df-panel); border-radius:3px; padding:5px; display:block;
}
.df-nph-tile img { width:100%; display:block; border-radius:1px; }

.df-nph-caption {
  font-family:'IBM Plex Mono', monospace; font-size:.74rem; line-height:1.6;
  color:var(--df-muted); margin:.9rem 0 0;
}
.df-nph-caption a { color:var(--df-accent); }
