/*
 * templates/ranking.css -- page-type-specific rules for the 'ranking'
 * entity type (docs/CONTRACT.md §3). The numbered list reuses
 * .signal-item/.signal-rank/.signal-score/.signal-listing verbatim from
 * components.css (the homepage's "Emerging Market Signals" pattern), so
 * this file only adds the small weight-tag treatment unique to this type.
 * Loads after tokens.css/base.css/components.css; only adds rules, every
 * value references a tokens.css variable.
 */

.tag-row{display:flex;flex-wrap:wrap;gap:8px}
.tag{
  border:1px solid var(--navy);padding:8px 12px;font-size:11px;font-weight:650;
  background:var(--white);
}
