.loyalty99-account {
	max-width: 640px;
}

.loyalty99-level-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 20px 24px;
	border-radius: 12px;
	background: linear-gradient( 135deg, #1f2937, #374151 );
	color: #fff;
	margin-bottom: 24px;
}

.loyalty99-level-label {
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
	opacity: .75;
}

.loyalty99-level-name {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
}

.loyalty99-account h3 {
	margin: 18px 0 8px;
}

.loyalty99-benefits {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.loyalty99-benefits li {
	position: relative;
	padding: 6px 0 6px 26px;
	border-bottom: 1px solid #eee;
}

.loyalty99-benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 6px;
	color: #2e7d32;
	font-weight: 700;
}

.loyalty99-progress {
	margin: 0 0 18px;
}

.loyalty99-progress-head {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	margin-bottom: 6px;
}

.loyalty99-bar {
	height: 10px;
	border-radius: 6px;
	background: #e5e7eb;
	overflow: hidden;
}

.loyalty99-bar > span {
	display: block;
	height: 100%;
	background: #2e7d32;
	border-radius: 6px;
	transition: width .4s ease;
}

.loyalty99-progress.is-warn .loyalty99-bar > span {
	background: #d63638;
}

.loyalty99-progress-caption {
	margin-top: 6px;
	font-size: 14px;
	color: #555;
}

.loyalty99-top {
	font-weight: 600;
	color: #2e7d32;
}
