.loyalty99-level-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #1f2937; /* prepíše inline style podľa úrovne */
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.loyalty99-level-prefix {
	font-weight: 400;
	opacity: .85;
}

.loyalty99-account-badge {
	margin: 0 0 16px;
}

/* Cena s odznakom nad cenou */
.loyalty99-price {
	display: inline-block;
}

.loyalty99-price-badge {
	display: inline-block;
	margin: 0 0 4px;
	padding: 2px 9px;
	border-radius: 999px;
	background: #2e7d32; /* prepíše inline style podľa úrovne */
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.loyalty99-price-amount {
	display: block;
}

.loyalty99-price-amount del {
	opacity: .6;
	margin-right: 6px;
}

.loyalty99-price-amount ins {
	text-decoration: none;
	font-weight: 700;
}
