/* ----- Definitions under each heading ----- */
.add-space .a .definition {
  font-size: 0.85em;
  color: grey;
  line-height: 1.1;      /* spacing for definitions */
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

/* ----- Metric links ----- */
.add-space .a a.metric-link,
.add-space .a span.metric-link {
  display: inline-block;  /* stacked if wrapped */
  line-height: 1.1;       /* tight line spacing */
  margin-bottom: 0.2em;   /* spacing between links */
  text-decoration: none;
  color: #14325F;
}

/* Optional: add small extra space when links are stacked */
.add-space .a a.metric-link + a.metric-link,
.add-space .a span.metric-link + span.metric-link {
  margin-top: 0.15em;
  display: block;
}
