.stats-card {

				background: rgba(255, 255, 255, 0.96);
				box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
			}
			.stats-bars {
				display: flex;
				flex-direction: column;
				gap: 12px;
			}
			.stats-row {
				display: flex;
				align-items: center;
				gap: 12px;
			}
			.stats-label {
				width: 150px;
				font-weight: 400;
			}
            			.stats-label1 {
				width: 200px;
				font-weight: 400;
			}
			.stats-bar-outer {
				flex: 1;
				/* Hintergrund entfernt */
				background: none;
				border-radius: 5px;
				height: 18px;
				overflow: hidden;
			}
			.stats-bar-inner {
				height: 100%;
				background: #0078ae;
				border-radius: 0 5px 5px 0;
			}
			.stats-value {
				width: 56px;
				text-align: right;
				font-weight: 400;
			}