.member-section {
	background: #2a2a2a;
	border-radius: 10px;
	padding: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.member-section h2 {
	color: #cc5200;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid rgba(204, 82, 0, 0.3);
	font-size: 1.5rem;
	text-align: center;
}

.legend {
	background: rgba(0, 0, 0, 0.2);
	padding: 1.5rem;
	border-radius: 10px;
	margin-bottom: 2rem;
	border-left: 4px solid #cc5200;
}

.legend h3 {
	color: #cc5200;
	margin-bottom: 1rem;
	font-size: 1.2rem;
}

.legend-item {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	color: #cccccc;
}

.legend-symbol {
	font-weight: bold;
	margin-right: 0.5rem;
	min-width: 20px;
}

.legend-description {
	font-size: 0.9rem;
}

.ranks-container {
	max-width: 600px;
	margin: 0 auto;
}

.rank-card {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
}

.rank-german {
	font-weight: bold;
	color: #f0f0f0;
	font-size: 1.1rem;
	flex: 1;
	text-align: right;
	padding-right: 1rem;
}

.rank-german small {
	font-size: 0.8rem;
	color: #999;
	font-weight: normal;
	display: block;
	margin-top: 0.2rem;
}

.rank-arrow {
	color: #666;
	font-size: 1.1rem;
	flex-shrink: 0;
	font-weight: normal;
}

.rank-english {
	font-weight: 500;
	color: #f0f0f0;
	font-size: 1.1rem;
	flex: 1;
	text-align: left;
	padding-left: 1rem;
}
