/* SOURCES */
.sources {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border-light);
  font-size: 0.88rem;
  color: var(--text-muted);
}
.sources-title {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 14px;
  font-weight: 500;
}
.sources ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sources li {
  margin-bottom: 8px;
  padding-left: 0;
}
.sources a {
  color: var(--text-secondary);
  font-size: 0.88rem;
}