.logo-band 
{ width: 100%; 
	background-color: white; 
	display: flex; 
	justify-content: 
		flex-start; /* logo links */ 
	align-items: center; padding: 0; }
.logo2-band { 
	width: 100%; 
	background-color: 
		white; 
	display: flex; 
	justify-content: flex-start; /* logo links */ 
	align-items: center; padding: 0;
} .
logo2-band img { margin-left: 20px; /* optioneel: ruimte links */ 
}

.sector-wrapper
{ display: flex; 
	align-items: center; 
	gap: 40px;
	
} .sector-index { 
	list-style: none;
	padding: 0; 
	margin: 0; 
	font-size: 16px; 
	line-height: 1.6;
	
} .chart-container { 
	width: 280px; /* zelfde breedte als je logo */ 
	height: 280px; /* maakt chart mooi rond */ 
}
.sector-index { 
	list-style: none; 
	padding: 0; 
	margin: 0; } 
.sector-index li {
	margin-bottom: 4px; 
	font-size: 14px; 
	font-weight: 500;
} 
.sector-index 
li span { font-weight: 400; margin-left: 4px; } /* kleuren matchen de chart-slices */ 
.sec-industrials { color: #4e79a7; } 
.sec-consumer { color: #f28e2b; } 
.sec-financials { color: #e15759; } 
.sec-utilities { color: #76b7b2; } 
.sec-energy { color: #59a14f; } 
.sec-communication { color: #edc948; } 
.sec-materials { color: #b07aa1; } 
.sec-healthcare { color: #ff9da7; } 
.sec-tech { color: #9c755f; }