.total-element-section {
	display: flex;
	flex-direction: column; /* Stack top to bottom */
	align-items: center; /* Optional: centers them horizontally */
	line-height: 1.2;
}

.total-elelment-number {
	color: #FF5900;
	font-size: 48px; /* Bigger text */
	/* font-weight: bold; */
}

.total-elelment-type {
	color: #000000;
	font-size: 20px; /* Smaller text */
}

