/**
 * Tartalék stílus a `.ld-profile-stats` sávhoz a BuddyPress profil
 * oldalon, arra az esetre, ha a natív LearnDash stílus (ami ugyanezt az
 * osztályt normál esetben megformázza) nincs betöltve az oldalon.
 *
 * Szándékosan visszafogott: csak annyit ad hozzá, hogy a sáv olvasható
 * és rendezett legyen minden témán, nem próbálja pontosan lemásolni a
 * natív LearnDash profil oldal kinézetét.
 */

.ld-ice-bp-profile-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin: 10px 0 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ld-ice-bp-profile-stats .ld-profile-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 56px;
	text-align: center;
}

.ld-ice-bp-profile-stats .ld-profile-stat strong {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #222;
}

.ld-ice-bp-profile-stats .ld-profile-stat span {
	font-size: 11px;
	line-height: 1.4;
	color: #6b7290;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
