.lifegen-points-banner {
	background: #f4f4f4;
	border-left: 4px solid #2c7a4b;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 15px;
}

.lifegen-rewards-wrap h2 {
	margin-bottom: 6px;
}

.lifegen-balance {
	color: #2c7a4b;
}

.lifegen-tiers-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 16px;
}

.lifegen-tiers-table th,
.lifegen-tiers-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #e0e0e0;
}

.lifegen-eligible {
	color: #2c7a4b;
	font-weight: 600;
}

.lifegen-not-eligible {
	color: #999;
}

.lifegen-need-more {
	color: #999;
	font-size: 13px;
}

.lifegen-tiers-table .button {
	background: #2c7a4b;
	color: #fff;
	border: none;
	padding: 8px 14px;
	border-radius: 4px;
	cursor: pointer;
}

.lifegen-tiers-table .button:hover {
	background: #235f3b;
}

/* Homepage rewards CTA banner */
.lifegen-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	background: #f4f4f4;
	border-radius: 8px;
	padding: 28px 32px;
	margin: 32px 0;
}

.lifegen-cta-text h3 {
	margin: 0 0 8px 0;
	font-size: 22px;
	color: #1a1a1a;
}

.lifegen-cta-text p {
	margin: 0;
	color: #444;
	max-width: 560px;
}

.lifegen-cta-button {
	display: inline-block;
	white-space: nowrap;
	background: #2c7a4b;
	color: #fff !important;
	text-decoration: none;
	padding: 12px 22px;
	border-radius: 4px;
	font-weight: 600;
	transition: background 0.2s ease;
}

.lifegen-cta-button:hover {
	background: #235f3b;
}

.lifegen-progress-track {
	width: 100%;
	max-width: 400px;
	height: 8px;
	background: #ddd;
	border-radius: 4px;
	margin-top: 10px;
	overflow: hidden;
}

.lifegen-progress-fill {
	height: 100%;
	background: #2c7a4b;
}
