/**
 * Progression Groove Factory V1 — profil membre / wpForo + cartes exercices.
 */

.cdmu-gf-profile {
	margin: 0.85rem 0 0;
	padding: 0.7rem 0.85rem;
	border-radius: 12px;
	border: 1px solid rgba(30, 58, 95, 0.12);
	background: rgba(250, 248, 244, 0.72);
}

.cdmu-gf-profile__kicker {
	margin: 0 0 0.2rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1e3a5f;
}

.cdmu-gf-profile__stat {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.35;
	color: #334155;
}

.cdmu-gf-profile__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0.45rem 0 0;
	padding: 0;
}

.cdmu-gf-profile__badge {
	margin: 0;
	padding: 0.18rem 0.5rem;
	border-radius: 999px;
	border: 1px solid rgba(201, 162, 39, 0.4);
	background: rgba(201, 162, 39, 0.12);
	color: #1e3a5f;
	font-size: 0.72rem;
	font-weight: 650;
	line-height: 1.3;
}

.cd-musicality-entry-card .cdmu-gf-profile {
	margin-top: 0.75rem;
	background: rgba(255, 255, 255, 0.45);
}

.cdm-player__exercise-pick.is-completed .cdm-player__exercise-pick-label::after {
	content: " ✓";
	font-weight: 700;
	color: #1e3a5f;
	letter-spacing: 0;
}

.cdm-player__exercise-pick.is-selected.is-completed .cdm-player__exercise-pick-label::after {
	color: #faf8f5;
}
