/* Amount - money display */
.amount {
  font-weight: 600;
  color: var(--color-success);
}

.amount small {
  color: var(--color-muted);
  font-weight: normal;
}
