/*
 * KoloPlus — widgets/currency/amount · v1.1.3.008
 * Currency amount display: number + currency symbol.
 */

.w-currency-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-weight: var(--n-w-sem);
  font-variant-numeric: tabular-nums;
  color: var(--n-text);
  white-space: nowrap;
}
