/* ============================================================
   recentcorrections.css

   The site-wide public corrections listing (ruling 349). Almost
   everything this page needs is already global in site.css:
   .dvpage/.catpage/.dvrail/.kick, .lede/.entlede, .factline/.fl,
   .card, .corritem/.corr-h/.corr-sum/.corr-why/.corr-src (the
   per-item shape EntityMarkup.CorrectionItemHtml shares with the
   per-entity Corrections panel, unstyled there too; not this file's
   job to invent that styling, a separate pre-existing gap). This
   file adds exactly the one thing nothing shares yet: the
   page-family's own ".empty" rule, restated per page family
   throughout this stylesheet set (disputedstatements.css, cases.css,
   forum.css, report.css all carry their own) rather than a shared
   EmptyState() renderer, a real, named gap.
   ============================================================ */

.recentcorrectionspage .empty{color:var(--faint);font-style:italic}
