ui/components/currencydisplay.razor.scss
CurrencyDisplay {
	gap: 2px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;

	.symbol {
		width: 24px;
		height: 24px;
	}

	.amount {
		align-items: center;
	}

	.unaffordable {
		color: #faa;
	}
}