/* ==========================================================================
   Press — /press/                                     (2026-08-09)
   ==========================================================================
   Almost nothing lives here on purpose. The card, the grid and the type come
   from **archive.css** — the same file /perspectives/, /reports/, /columns/
   and /in-the-media/ draw their cards from — and the colours, the band, the
   count line and the grey ground come from **in-the-media.css**. This page
   fetches both. press.js emits archive.css's `.arc-*` markup, so the five
   pages share one card and cannot drift apart. That is what
   "和 in the media 页面差不多" has to mean if it is going to stay true.

   ⚠️ 2026-08-21: the card USED to come from in-the-media.css's own `.itm-*`
   rules. Those were deleted the day the family moved onto archive.css, and
   this page — a third consumer that neither the edit nor its check looked at
   — rendered unstyled until Chase found it. If you delete a rule from a
   stylesheet that says "shared", grep the whole tree for it, not the one
   folder you are working in.

   ⚠️ 2026-08-26: this file used to hold a THIRD thing — the overrides that made
   this page single-column. It ran the switch horizontally across the top and
   let the grid have the full width, because nine releases were held not to need
   faceting. Chase asked for the family's layout instead ("press release的布局
   改成和in the media perspectives等一样"), so press.js now emits `.itm-layout`
   with a real `.itm-rail`, and all of those overrides are deleted rather than
   inverted: with nothing local in the way the page simply inherits the rail
   in-the-media.css already describes. If this page ever looks different from
   /in-the-media/ again, the answer is almost certainly a rule in THIS file.
   ========================================================================== */

/* Every card is a press release, so the label is a constant rather than an
   outlet name — it needs none of the ellipsis room the outlet chips reserve. */
.itm--press .arc-kind {
  letter-spacing: .06em !important;
  max-width: none !important;
}
