/* Widget 7 — sources. Sample values (lines 225-242): numbered pink 12/700,
   hairline rows at --hc-wash, body 13.5/1.5 with 700 links. */

.hc-sources { margin: 36px 0 0; }
.hc-sources .hc-eyebrow { margin-bottom: 14px; }

.hc-sources__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-sources__row {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--hc-wash);
}
.hc-sources__row:last-child { border-bottom: 0; }

.hc-sources__num {
  font-size: 12px;
  font-weight: 700;
  color: var(--hc-pink);
  flex: none;
  width: 16px;
}

.hc-sources__body {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--hc-body);
}
.hc-sources__body a {
  font-weight: 700;
  color: var(--hc-pink);
  text-decoration: none;
}
.hc-sources__body a:hover { color: var(--hc-pink-hover); }
