:host {
  /* trend up */
  --trend-up-text-color: var(--us-trend-up-text-color, var(--color-success-1000));

  /* trend down */
  --trend-down-text-color: var(--us-trend-down-text-color, var(--color-danger-1000));
}