/* ============================================================
   recentlyadded.css

   The Recently Added public digest (ruling 500). Almost everything
   this page needs is already global in site.css: .dvpage/.dvrail/
   .kick, .lede/.entlede, .card, .corritem/.corr-h/.corr-sum (the
   same unstyled-by-design shape RecentCorrections.aspx shares with
   the per-entity Corrections panel, per that file's own header),
   and .dvpage details.egroup>summary.grouphd/.gc (the disclosure
   idiom EntityMarkup.RecentAdditionEntryHtml builds each entry
   with). This file adds exactly the two things nothing shares yet:
   the page-family's own ".empty" rule, restated per page family
   throughout this stylesheet set (recentcorrections.css,
   disputedstatements.css, cases.css, forum.css, report.css all
   carry their own) rather than a shared EmptyState() renderer, a
   real, named gap per _docs/ui_contract.md; and ".more", the same
   truncation-notice treatment the entity page's own facts card and
   Compare use for "showing the strongest N of M."
   ============================================================ */

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

.recentlyaddedpage .more{color:var(--faint);font-size:.85rem;font-style:italic;margin:8px 0 0}

.recentlyaddedpage .daydigest{margin-bottom:22px}

.recentlyaddedpage .subgroups{margin-top:10px}
