.oda-trend {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  font-weight: inherit;
}

.oda-trend-positive {
  color: #16a34a;
}

.oda-trend-negative {
  color: #dc2626;
}

.oda-trend-neutral {
  color: #6b7280;
}

.oda-trend-no-color {
  color: inherit;
}
