.tcg-report {
	margin: 24px 0;
}

.tcg-group-card {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 24px;
}

.tcg-group-name {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.tcg-group-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.tcg-download-all {
	margin-bottom: 20px;
	text-align: right;
}

.tcg-download-btn {
	display: inline-block;
	background: #2b4a8b;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	transition: background 0.15s ease;
}

.tcg-download-btn:hover {
	background: #1e3563;
	color: #fff !important;
}

.tcg-download-btn-small {
	padding: 6px 14px;
	font-size: 13px;
}

.tcg-empty {
	color: #666;
}

.tcg-table-wrap {
	overflow-x: auto;
}

.tcg-progress-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.tcg-progress-table th,
.tcg-progress-table td {
	padding: 10px 12px;
	text-align: left;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
}

.tcg-progress-table th {
	font-weight: 600;
	color: #444;
	border-bottom: 2px solid #ddd;
}

.tcg-student-name {
	font-weight: 600;
}

.tcg-progress-bar {
	display: inline-block;
	width: 90px;
	height: 8px;
	background: #eee;
	border-radius: 4px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 8px;
}

.tcg-progress-fill {
	height: 100%;
	background: #2b4a8b;
	border-radius: 4px;
}

.tcg-progress-bar-average .tcg-progress-fill {
	background: #1a7a3c;
}

.tcg-progress-label {
	font-size: 12px;
	color: #555;
	vertical-align: middle;
}

.tcg-average {
	font-weight: 700;
}

.tcg-view-details {
	color: #2b4a8b;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}

.tcg-view-details:hover {
	text-decoration: underline;
}

.tcg-back-link {
	display: inline-block;
	margin-bottom: 16px;
	color: #2b4a8b;
	font-weight: 600;
	text-decoration: none;
}

.tcg-back-link:hover {
	text-decoration: underline;
}

.tcg-course-heading {
	margin: 24px 0 8px;
	font-size: 17px;
	font-weight: 700;
	border-bottom: 2px solid #eee;
	padding-bottom: 8px;
}

.tcg-steps-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tcg-step-topic {
	margin-bottom: 16px;
}

.tcg-steps-sublist {
	list-style: none;
	margin: 8px 0 0;
	padding: 0 0 0 8px;
}

.tcg-step-item {
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
}

.tcg-step-icon {
	margin-right: 6px;
}

.tcg-step-type {
	color: #888;
	font-size: 12px;
}

.tcg-assignment-files,
.tcg-assignment-answer {
	margin: 8px 0 8px 26px;
	font-size: 13px;
	color: #444;
}

.tcg-assignment-files ul {
	margin: 4px 0 0;
	padding-left: 18px;
}

.tcg-evaluate-form {
	margin: 10px 0 4px 26px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.tcg-evaluate-form label {
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.tcg-evaluate-form input[type="number"] {
	width: 80px;
}

.tcg-evaluate-link{color:#b8860b !important;font-weight:700 !important;}
