.ctf-section {
	margin-top: 8px;
}

.ctf-section h3 {
	color: #6fcf6f;
	font-size: 1.1em;
	margin-bottom: 4px;
}

.ctf-section p {
	color: #888;
	font-size: 0.9em;
	margin-bottom: 8px;
}

.ctf-list,
.bounty-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ctf-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 12px;
	background: rgba(32, 136, 12, 0.1);
	border-left: 2px solid #20880c;
	border-radius: 0 4px 4px 0;
}

.ctf-list.arranged li {
	justify-content: flex-start;
}

.ctf-name {
	color: #ddd;
}

.ctf-place {
	color: #888;
	font-size: 0.9em;
}

.ctf-place.place-top {
	color: #6fcf6f;
	font-weight: bold;
}

.bounty-list li {
	padding: 6px 12px;
	background: rgba(32, 136, 12, 0.1);
	border-left: 2px solid #20880c;
	border-radius: 0 4px 4px 0;
}

