 .currency-container {
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	font-size: 1.5em; /* Increase font size */
}
.currency-value, .currency-code {
	flex-shrink: 0;
}