.cly-balance {
	font-size: 22px;
	font-weight: bold;
}
.cly-table {
	width: 100%;
	text-align: right;
	font-size: 14px;
	border-collapse: collapse;
}
.cly-table th,
.cly-table td {
	padding: 8px;
	border-bottom: 1px solid #e0e0e0;
	text-align: right;
}
.cly-plus {
	color: #001d01;
}
.cly-minus {
	color: #a94442;
}
.cly-product-earn {
	margin: 10px 0;
	font-size: 14px;
}
.cly-product-earn strong {
	color: #001d01;
}
.cly-promo-badge {
	display: inline-block;
	margin-inline-start: 6px;
	padding: 2px 8px;
	background: #001d01;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
}
.cly-hero{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#f4faf4,#e8f5e9);border:1px solid #001d01;border-radius:12px;padding:18px 20px;margin:0 0 16px;font-size:34px}
.cly-hero-label{display:block;font-size:14px;color:#333}
.cly-hero .cly-balance{font-size:30px;color:#001d01;line-height:1.1}
.cly-pending{background:#fffbe8;border:1px solid #e6d9a2;border-radius:10px;padding:10px 14px;margin:0 0 16px}
.cly-pending h4{margin:0 0 4px}
.cly-pending p{margin:0;font-size:14px}
/* 0.1.6: product-page login nudge (hidden for logged-in users — CSS-only, no PHP branch, see
   includes/product.php) + takanon link + mobile-responsive account tables. */
body.logged-in .cly-login-nudge{display:none}
/* 0.1.7 (owner design round): badge + promo pill + nudge live inside ONE framed club box —
   same visual family as the my-account hero (green-tinted gradient, brand border, rounded). */
.cly-club-box{background:linear-gradient(135deg,#f4faf4,#e8f5e9);border:1px solid #001d01;
	border-radius:10px;padding:12px 14px;margin:10px 0 14px;max-width:460px}
.cly-club-box .cly-product-earn{margin:0}
/* 0.1.9: the pill's own row (div in the markup) inherits the theme's text alignment — right on
   desktop, centered under the theme's mobile centering. Replaces the 0.1.8 fit-content block,
   which pinned the pill to the start edge even when the surrounding text was centered. */
.cly-promo-row{margin:6px 0 0}
.cly-login-nudge{margin:8px 0 0;padding-top:8px;border-top:1px solid rgba(0,29,1,.14);font-size:14px}
.cly-login-nudge a{color:#001d01;font-weight:600;text-decoration:underline}
.cly-login-nudge a:hover{color:#001d01;opacity:.8}
.cly-takanon{margin-top:14px;font-size:13px}
/* 0.2.0: the checkout club box — earn line + optional promo pill + redemption checkbox in ONE
   frame (replaces the standalone .cly-redeem-box). Full width at checkout, unlike the product
   page's max-width:460px. */
.cly-checkout-box{margin-bottom:15px;max-width:none}
.cly-checkout-earn{font-size:15px}
.cly-checkout-earn strong{color:#001d01}
.cly-redeem-row{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:15px}
.cly-redeem-row input{width:17px;height:17px;flex-shrink:0}
.cly-checkout-earn + .cly-redeem-row,.cly-promo-row + .cly-redeem-row{margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,29,1,.14)}
@media (max-width:768px){
.cly-table{font-size:13px}
.cly-table th,.cly-table td{padding:6px 4px}
.cly-hero{font-size:26px;padding:14px 16px}
.cly-hero .cly-balance{font-size:24px}
}
