.wpcpr-points img,
.wpcpr-points strong,
.wpcpr-gateway-bonus img,
.wpcpr-gateway-bonus strong {
	display: inline-block !important;
	float: none !important;
}

/* ──── Cart/Checkout Points ─────────────────────────────────── */
.wpcpr-cart-points {
	padding: 15px;
	background: #e7f4ff;
	margin-bottom: 20px;
	border-left: 5px solid #2196f3;
	border-radius: 8px;
}

/* ──── Thank You Page ───────────────────────────────────────── */
.wpcpr-points-thankyou h3 {
	margin-top: 20px;
}

.wpcpr-points-thankyou ul {
	margin: 10px 0;
	padding-left: 20px;
}

/* ──── Redeem Form ──────────────────────────────────────────── */
.wpcpr-redeem-checkout {
	clear: both !important;
	width: 100% !important;
	display: block !important;
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
	box-sizing: border-box;
}

.wpcpr-redeem-checkout h4 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
}

.wpcpr-redeem-checkout p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #64748b;
}

.wpcpr-redeem-checkout p:last-of-type {
	margin-bottom: 0px !important;
}

/* ──── Quick Redeem Buttons ─────────────────────────────────── */
.wpcpr-redeem-checkout .wpcpr-quick-redeem {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.wpcpr-redeem-checkout .wpcpr-quick-btn {
	flex: 1;
	min-width: 150px;
	height: auto;
	min-height: 42px;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 8px;
	background: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
	color: #475569 !important;
	transition: all 0.2s;
	line-height: 1.4;
	display: block !important;
	text-align: center;
	box-shadow: none !important;
	text-decoration: none !important;
}

.wpcpr-redeem-checkout .wpcpr-quick-btn:hover {
	background: #f1f5f9 !important;
	border-color: #cbd5e1 !important;
	color: #1e293b !important;
}

.wpcpr-redeem-checkout .wpcpr-quick-btn span {
	display: block !important;
}

.wpcpr-redeem-checkout .wpcpr-quick-btn .btn-label {
	font-size: 11px;
	text-transform: uppercase;
	color: #94a3b8;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

.wpcpr-redeem-checkout .wpcpr-quick-btn .btn-points {
	color: #1e293b;
	font-weight: 600;
}

.wpcpr-redeem-checkout .wpcpr-quick-btn .btn-val {
	font-size: 12px;
	color: #64748b;
}

/* ──── Form Controls ───────────────────────────────────────── */
.wpcpr-redeem-input-wrap {
	display: flex;
	gap: 10px;
}

#wpcpr_points_input {
	flex-grow: 1;
	height: 42px;
	border-radius: 8px;
	border: 1px solid #cbd5e1;
	padding: 0 12px;
	outline: none;
	transition: border-color 0.2s;
}

#wpcpr_points_input:focus {
	border-color: #334155 !important;
	box-shadow: 0 0 0 2px rgb(51 65 85 / 0.1);
}

#wpcpr_redeem_btn {
	height: 42px;
	padding: 0 20px;
	font-weight: 600;
	border-radius: 8px;
	background: #1e293b;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s;
}

#wpcpr_redeem_btn:hover {
	background: #0f172a !important;
}

#wpcpr_redeem_btn.loading {
	opacity: 0.8;
	cursor: not-allowed;
}

#wpcpr_redeem_btn.loading::before {
	margin-right: 5px;
}

#wpcpr_redeem_msg {
	margin-top: 10px;
	font-size: 13px;
}

/* ──── Product Page ─────────────────────────────────────────── */
.wpcpr-product-points {
	padding: 15px;
	background: #f0fdf4;
	margin-top: 15px;
	margin-bottom: 20px;
	border-left: 5px solid #16a34a;
	border-radius: 8px;
}

/* ──── Checkout Bonus ───────────────────────────────────────── */
.wpcpr-gateway-bonus {
	font-size: 0.9em;
	color: #16a34a;
	font-weight: 500;
	margin-left: 5px;
}

/* ──── My Account VIP Dashboard ─────────────────────────────── */
.wpcpr-myaccount-dashboard {
	margin-top: 10px;
}

.wpcpr-myaccount-dashboard .wpcpr-ma-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

@media (max-width: 600px) {
	.wpcpr-myaccount-dashboard .wpcpr-ma-row {
		flex-direction: column;
	}
}

.wpcpr-ma-card {
	flex: 1;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	padding: 24px;
	box-sizing: border-box;
}

.wpcpr-ma-card h3 {
	margin: 0 0 15px 0 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #64748b;
	font-weight: 600;
	border: none !important;
	padding: 0 !important;
}

.wpcpr-ma-val {
	font-size: 28px;
	font-weight: 700;
	color: #0f172a;
	display: flex;
	align-items: center;
}

.wpcpr-ma-timeline {
	margin-top: 20px;
}

.wpcpr-ma-timeline-item {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	align-items: flex-start;
	position: relative;
}

.wpcpr-ma-timeline-item:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 19px;
	width: 2px;
	height: calc(100% - 20px);
	background: #e2e8f0;
}

.wpcpr-ma-timeline-point {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.wpcpr-ma-point-earned {
	background: #dcfce7;
	color: #16a34a;
}

.wpcpr-ma-point-redeemed {
	background: #fee2e2;
	color: #dc2626;
}

.wpcpr-ma-timeline-content {
	flex-grow: 1;
	border: 1px solid #f1f5f9;
	padding: 15px;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.wpcpr-ma-timeline-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.wpcpr-ma-timeline-points {
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.wpcpr-ma-points-wrap {
	text-align: right;
}

.wpcpr-ma-points-transition {
	font-size: 11px;
	color: #94a3b8;
	margin-top: 2px;
	font-weight: 500;
}

.wpcpr-ma-points-earned {
	color: #16a34a;
}

.wpcpr-ma-points-redeemed {
	color: #dc2626;
}

.wpcpr-ma-timeline-meta {
	font-size: 13px;
	color: #64748b;
	margin-top: 5px;
}

.wpcpr-ma-timeline-meta a {
	color: #3b82f6;
	text-decoration: none;
}

.wpcpr-ma-timeline-meta a:hover {
	text-decoration: underline;
}

/* ──── VIP Tier Badge ───────────────────────────────────────── */
.wpcpr-tier-badge {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 99px;
	background: #fff5eb;
	color: #f97316;
	border: 1px solid #fed7aa;
	line-height: 1;
	vertical-align: middle;
}

/* ──── Review Points Notice ─────────────────────────────────── */
.wpcpr-review-points-notice {
	margin-bottom: 25px;
	padding: 15px 20px;
	background: #f0fdf4;
	border-left: 4px solid #16a34a;
	border-radius: 8px;
	font-size: 14px;
	color: #166534;
	line-height: 1.5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wpcpr-review-points-notice strong {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	color: #15803d;
}

/* ──── Floating Status Widget ──────────────────────────────── */
.wpcpr-floating-status {
	position: fixed;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(226, 232, 240, 0.8);
	border-radius: 16px;
	padding: 15px 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 160px;
}

/* Positions */
.wpcpr-fs-top-left {
	top: 30px;
	left: 30px;
}

.wpcpr-fs-top-right {
	top: 30px;
	right: 30px;
}

.wpcpr-fs-bottom-left {
	bottom: 30px;
	left: 30px;
}

.wpcpr-fs-bottom-right {
	bottom: 30px;
	right: 30px;
}

.wpcpr-floating-status:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.wpcpr-fs-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f1f5f9;
	border: none;
	color: #64748b;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	padding: 0;
}

.wpcpr-fs-close:hover {
	background: #e2e8f0;
	color: #0f172a;
}

.wpcpr-fs-content {
	padding: 5px;
	font-size: 13px;
	color: #475569;
	line-height: 1.6;
}

.wpcpr-fs-content strong {
	color: #1e293b;
	font-weight: 700;
}

.wpcpr-fs-money {
	color: #10b981;
}

.wpcpr-ma-worth {
	font-size: 13px;
	color: #64748b;
	margin-top: 8px;
}

.wpcpr-ma-tier-none {
	font-size: 16px;
	color: #64748b;
}

.wpcpr-ma-multiplier {
	font-size: 13px;
	color: #16a34a;
	font-weight: 500;
	margin-left: 8px;
}

.wpcpr-ma-progress-info {
	margin-top: 20px;
}

.wpcpr-ma-progress-header {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #64748b;
	margin-bottom: 8px;
}

.wpcpr-ma-progress-wrap {
	background: #f1f5f9;
	border-radius: 10px;
	height: 8px;
	overflow: hidden;
}

.wpcpr-ma-progress-fill {
	background: linear-gradient(90deg, #f97316, #fb923c);
	height: 100%;
	border-radius: 10px;
	transition: width 1s;
}

.wpcpr-ma-title {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 10px;
}

.wpcpr-ma-empty {
	color: #64748b;
}

.wpcpr-pagination {
	margin-top: 30px;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.wpcpr-field-desc {
	font-size: 0.85em;
	opacity: 0.7;
	margin-top: 4px;
	display: block;
}

/* iziToast Customizations */
.iziToast.iziToast-wpcpr {
	border-radius: 12px !important;
	border-bottom: none !important;
}

/* ──── Order Points Shortcode ───────────────────────────────── */
.wpcpr-order-points {
	display: flex;
	gap: 10px;
	margin: 10px 0;
	flex-wrap: wrap;
}

.wpcpr-order-earned,
.wpcpr-order-redeemed {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
}

.wpcpr-order-earned {
	background: #dcfce7;
	color: #16a34a;
}

.wpcpr-order-redeemed {
	background: #fee2e2;
	color: #dc2626;
}