/* ============================================================
   disputedstatements.css

   The public disputed-statements browse (ruling 6). Almost
   everything this page needs is already global in site.css:
   .dvpage/.catpage/.dvrail/.kick, .lede/.entlede, .factline/.fl,
   .lf/.lfb/.lfh, .oqanchor/.oqt (borrowed from OpenQuestions.aspx,
   the page ruling 6 names as the mould this one follows), .chips/
   .facetbar/.facetlbl/.chip, .sfilters/.fld/.actions, .pill,
   .card. 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 (cases.css, forum.css, report.css
   all carry their own) rather than a shared EmptyState() renderer,
   a real, named gap.
   ============================================================ */

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