/* ============================================================
   reviewers.css

   The public reviewer acknowledgment page (owner request 970). Almost
   everything this page needs is already global in site.css: .dvpage/
   .catpage/.dvrail/.kick, .lede/.entlede, .card (and .card h3, the same
   rule EntityMarkup.CorrectionItemHtml's .corr-h relies on). This file
   adds 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; a real, named gap, not
   this file's job to fix) and the small per-item text treatment for
   the credential line and the review date, which .card's own global
   rule does not style because it did not need to before this page.
   ============================================================ */

.reviewerspage .empty{color:var(--faint);font-style:italic}
.reviewerspage .revcred{margin:0 0 8px;color:var(--muted);font-size:.9rem}
.reviewerspage .revdate{margin:8px 0 0;color:var(--faint);font-size:.85rem}
.reviewerspage .revsignup{margin-top:24px}
