/* =========================================
   EDD Simple Points
   Final CSS - Solid Version (No Gradients)
========================================= */


/* =========================================
   Redeem Box
========================================= */

.edd-sp-redeem-box {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #ddd;
	background: #fafafa;
	border-radius: 5px;
}

.edd-sp-redeem-box p {
	margin: 0 0 10px;
}

.edd-sp-redeem-box label {
	cursor: pointer;
}

.edd-sp-points {
	font-weight: bold;
}


/* =========================================
   Product Points Message
========================================= */

.edd-sp-product-message {
	display: inline-block !important;
	background-color: #f8f8f8 !important;
	border: 1px solid #ddd !important;
	border-radius: 8px !important;
	padding: 10px 15px !important;
	margin-bottom: 15px !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: #444 !important;
}

.edd-sp-product-icon {
	font-size: 16px;
	margin-right: 5px;
}


/* =========================================
   Points Balance
========================================= */

.edd-sp-points-history > p:first-of-type {
	display: inline-block;
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 20px;
}

.edd-sp-points-history > p:first-of-type strong {
	color: #2271b1;
	font-size: 22px;
}


/* =========================================
   Points Discount Highlight
========================================= */

#edd_cart_fee_edd_sp_points_discount {
	background: #e8f5e9 !important;
	border-left: 4px solid #4caf50 !important;
	font-weight: bold !important;
}

#edd_cart_fee_edd_sp_points_discount td {
	background: #e8f5e9 !important;
	padding: 10px 12px !important;
}

#edd_cart_fee_edd_sp_points_discount .edd_cart_fee_label {
	color: #2e7d32 !important;
	font-weight: 600 !important;
}

#edd_cart_fee_edd_sp_points_discount .edd_cart_fee_label::before {
	content: "🎁 ";
}

#edd_cart_fee_edd_sp_points_discount .edd_cart_fee_amount {
	color: #d9534f !important;
	font-size: 1.1em !important;
	font-weight: 700 !important;
}


/* =========================================
   Apply & Remove Discount Buttons
========================================= */

.edd-sp-redeem-box .button {
	background: #0ad2ad !important;
	color: #fff !important;
	border-color: #0ad2ad !important;
	transition: all 0.3s ease !important;
}

.edd-sp-redeem-box .button:hover {
	background: #08b898 !important;
	border-color: #08b898 !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(10, 210, 173, 0.3);
}

.edd-sp-redeem-box .button[style*="background:#dc3232"] {
	background: #dc3232 !important;
	border-color: #dc3232 !important;
}

.edd-sp-redeem-box .button[style*="background:#dc3232"]:hover {
	background: #b71c1c !important;
	border-color: #b71c1c !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(220, 50, 50, 0.3);
}


/* =========================================
   Loyalty Progress Box - Solid
========================================= */

.edd-sp-loyalty-box {
	margin: 25px 0;
	padding: 24px;
	background: #f8fafc !important;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
	position: relative;
	overflow: visible;
}

.edd-sp-loyalty-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.edd-sp-loyalty-title {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #7a7f87;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.edd-sp-tier-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.edd-sp-tier-silver {
	background: #d0d5dc !important;
	color: #2d3338;
	border: 1px solid #b0b8c0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.edd-sp-tier-gold {
	background: #f5d76e !important;
	color: #795b00;
	border: 1px solid #e8c84a;
	box-shadow: 0 2px 6px rgba(245, 215, 110, 0.2);
}

.edd-sp-tier-platinum {
	background: #c0ccd8 !important;
	color: #1a2a3a;
	border: 1px solid #9aabb8;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.edd-sp-lifetime-spend {
	font-size: 12px;
	color: #777;
	text-align: right;
}

.edd-sp-lifetime-spend strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-top: 4px;
}

.edd-sp-tier-progress-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 9px;
	font-size: 13px;
	color: #777;
}

.edd-sp-tier-progress-text strong {
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.edd-sp-tier-progress {
	width: 100%;
	height: 12px;
	background: #e9ecef;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .08);
}

.edd-sp-tier-progress-bar {
	height: 100%;
	background: #0ad2ad !important;
	border-radius: 20px;
	transition: width .6s ease;
	box-shadow: 0 1px 5px rgba(10, 210, 173, .3);
}

.edd-sp-tier-next {
	margin: 11px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.edd-sp-tier-benefit {
	margin: 8px 0 0;
	font-size: 13px;
	color: #6f747b;
	line-height: 1.6;
}

.edd-sp-tier-current-benefit {
	margin: 16px 0 0;
	padding: 12px 14px;
	border: 1px solid #d9f1e9;
	background: #f1fbf7;
	border-radius: 8px;
	font-size: 13px;
	color: #16805f;
	font-weight: 600;
}

.edd-sp-tier-max {
	margin: 16px 0 0;
	padding: 13px 15px;
	background: #f1fbf7;
	border: 1px solid #d9f1e9;
	border-radius: 8px;
	color: #16805f;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.6;
}


/* =========================================
   Info Tooltip
========================================= */

.edd-sp-info-tooltip {
	display: inline-block;
	position: relative;
	cursor: help;
	margin-left: 5px;
}

.edd-sp-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e8eaed;
	color: #555;
	font-size: 14px;
	font-weight: 700;
	font-family: sans-serif;
	transition: all .2s ease;
}

.edd-sp-info-tooltip:hover .edd-sp-info-icon {
	background: #0ad2ad;
	color: #fff;
}

.edd-sp-tooltip-text {
	display: none;
	position: absolute;
	bottom: calc(100% + 9px);
	left: 50%;
	transform: translateX(-50%);
	background: #25282c;
	color: #fff;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	z-index: 9999;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	min-width: 220px;
	max-width: 280px;
	width: max-content;
}

.edd-sp-tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #25282c;
}

.edd-sp-info-tooltip:hover .edd-sp-tooltip-text {
	display: block;
}


/* =========================================
   Points History
========================================= */

.edd-sp-points-history {
	margin-top: 20px;
}

.edd-sp-points-history .edd-sp-loyalty-box {
	margin: 20px 0;
	padding: 24px;
	background: #f8fafc !important;
	border: 1px solid #e4e7eb;
	border-radius: 14px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
}

.edd-sp-points-history .edd-sp-loyalty-header {
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.edd-sp-points-history .edd-sp-tier-badge {
	padding: 7px 17px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .08);
}

.edd-sp-points-history .edd-sp-tier-silver {
	background: #d0d5dc !important;
	color: #2d3338;
	border: 1px solid #b0b8c0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.edd-sp-points-history .edd-sp-tier-gold {
	background: #f5d76e !important;
	color: #765900;
	border: 1px solid #e8c84a;
	box-shadow: 0 2px 6px rgba(245, 215, 110, 0.2);
}

.edd-sp-points-history .edd-sp-tier-platinum {
	background: #c0ccd8 !important;
	color: #1a2a3a;
	border: 1px solid #9aabb8;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.edd-sp-points-history .edd-sp-lifetime-spend {
	font-size: 12px;
	color: #777;
}

.edd-sp-points-history .edd-sp-lifetime-spend strong {
	display: block;
	font-size: 21px;
	color: #222;
	margin-top: 3px;
}

.edd-sp-points-history .edd-sp-tier-progress-text {
	margin-bottom: 8px;
	font-size: 13px;
	color: #777;
}

.edd-sp-points-history .edd-sp-tier-progress-text strong {
	font-size: 15px;
	color: #333;
}

.edd-sp-points-history .edd-sp-tier-progress {
	height: 12px;
	background: #e9ecef;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.08);
}

.edd-sp-points-history .edd-sp-tier-progress-bar {
	height: 100%;
	background: #0ad2ad !important;
	border-radius: 20px;
	box-shadow: 0 2px 7px rgba(10, 210, 173, .25);
	transition: width .6s ease;
}

.edd-sp-points-history .edd-sp-tier-next {
	margin-top: 11px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.edd-sp-points-history .edd-sp-tier-benefit {
	margin-top: 8px;
	font-size: 13px;
	color: #70757c;
	line-height: 1.6;
}

.edd-sp-points-history .edd-sp-tier-current-benefit {
	margin-top: 16px;
	padding: 12px 15px;
	background: #f0fbf7;
	border: 1px solid #d7f0e7;
	border-radius: 8px;
	color: #16805f;
	font-size: 13px;
	font-weight: 600;
}

.edd-sp-points-history .edd-sp-tier-max {
	margin-top: 16px;
	padding: 13px 15px;
	background: #f0fbf7;
	border: 1px solid #d7f0e7;
	border-radius: 8px;
	color: #16805f;
	font-size: 13px;
	font-weight: 600;
}

.edd-sp-points-history .edd-sp-info-tooltip {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	cursor: help;
}

.edd-sp-points-history .edd-sp-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e8eaed;
	color: #555;
	font-size: 14px;
	font-weight: 700;
	transition: all .2s ease;
}

.edd-sp-points-history .edd-sp-info-tooltip:hover .edd-sp-info-icon {
	background: #0ad2ad;
	color: #fff;
}

.edd-sp-points-history .edd-sp-tooltip-text {
	display: none;
	position: absolute;
	bottom: calc(100% + 9px);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	min-width: 220px;
	max-width: 280px;
	padding: 12px 16px;
	background: #25282c;
	color: #fff;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	z-index: 9999;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

.edd-sp-points-history .edd-sp-tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #25282c;
}

.edd-sp-points-history .edd-sp-info-tooltip:hover .edd-sp-tooltip-text {
	display: block;
}


/* =========================================
   Points History Table
========================================= */

.edd-sp-points-history .edd-sp-points-table {
	width: 100%;
	border-collapse: collapse !important;
	border: 1px solid #e5e5e5 !important;
}

.edd-sp-points-history .edd-sp-points-table th,
.edd-sp-points-history .edd-sp-points-table td {
	border: 1px solid #e5e5e5 !important;
	padding: 12px 10px !important;
	line-height: 25px;
	vertical-align: middle;
}

.edd-sp-points-history .edd-sp-points-table th {
	background: #0ad2ad !important;
	color: #fff !important;
	font-weight: 600;
}

.edd-sp-points-history .edd-sp-points-table tbody tr:nth-child(even) td {
	background: #fafafa !important;
}

.edd-sp-points-history .edd-sp-points-table tbody tr:hover td {
	background: #f5f5f5 !important;
}


/* =========================================
   Purchase History Table
========================================= */

#edd_user_history {
	width: 100%;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	border: 1px solid #e2e2e2 !important;
}

#edd_user_history th,
#edd_user_history td {
	border: 1px solid #e2e2e2 !important;
	padding: 10px 12px !important;
	line-height: 25px;
	vertical-align: middle;
}

#edd_user_history th {
	background: #0ad2ad !important;
	color: #fff !important;
	font-weight: bold;
	text-align: left;
}

#edd_user_history tbody tr:nth-child(even) td {
	background: #fafafa !important;
}

#edd_user_history tbody tr:nth-child(odd) td {
	background: #fff;
}

#edd_user_history tbody tr:hover td {
	background: #f5f5f5;
}


/* =========================================
   Purchase History Pagination
========================================= */

#edd_user_history + .pagination-container,
.edd_purchase_history .pagination-container {
	margin-top: 20px;
	text-align: center;
}

#edd_user_history + .pagination-container .pagination-wrapper,
.edd_purchase_history .pagination-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

#edd_user_history + .pagination-container .page-numbers,
.edd_purchase_history .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #dfe3e6;
	border-radius: 6px;
	background: #fff;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: all .2s ease;
}

#edd_user_history + .pagination-container .page-numbers:hover,
.edd_purchase_history .page-numbers:hover {
	background: #0ad2ad;
	border-color: #0ad2ad;
	color: #fff;
}

#edd_user_history + .pagination-container .page-numbers.current,
.edd_purchase_history .page-numbers.current {
	background: #0ad2ad;
	border-color: #0ad2ad;
	color: #fff;
}

#edd_user_history + .pagination-container .page-numbers.dots,
.edd_purchase_history .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	color: #777;
	pointer-events: none;
}

#edd_user_history + .pagination-container .page-numbers.prev,
#edd_user_history + .pagination-container .page-numbers.next,
.edd_purchase_history .page-numbers.prev,
.edd_purchase_history .page-numbers.next {
	padding-left: 14px;
	padding-right: 14px;
}


/* =========================================
   Loyalty Tiers Info
   How does Loyalty Status work?
========================================= */

.edd-sp-tiers-info {
	margin: 20px 0;
	border: 1px solid #e2e6e9;
	border-left: 4px solid #0ad2ad !important;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease;
}

.edd-sp-tiers-info:hover {
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}


/* Clickable Header */

.edd-sp-tiers-info summary {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	cursor: pointer;
	list-style: none;
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	user-select: none;
	transition: all 0.2s ease;
	background: #daf4e9;
}

.edd-sp-tiers-info summary::-webkit-details-marker {
	display: none;
}

.edd-sp-tiers-info summary::after {
	content: "▾";
	margin-left: auto;
	font-size: 18px;
	color: #94a3b8;
	transition: transform 0.3s ease;
}

.edd-sp-tiers-info[open] summary::after {
	transform: rotate(180deg);
}

.edd-sp-tiers-info summary:hover {
	background: #f1f5f9;
	color: #0f172a;
}

.edd-sp-tiers-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border-radius: 50%;
	background: #e2e8f0;
	color: #475569;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	transition: all 0.2s ease;
}

.edd-sp-tiers-info summary:hover .edd-sp-tiers-info-icon {
	background: #0ad2ad;
	color: #fff;
}


/* Content */

.edd-sp-tiers-content {
	padding: 0 18px 20px;
	border-top: 1px solid #eef2f6;
}


/* Intro Text */

.edd-sp-tiers-intro {
	padding: 18px 0 14px;
}

.edd-sp-tiers-intro strong {
	display: block;
	font-size: 17px;
	color: #0f172a;
	margin-bottom: 6px;
}

.edd-sp-tiers-intro p {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.7;
	color: #64748b;
}


/* Tier List */

.edd-sp-tiers-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}


/* Individual Tier Item */

.edd-sp-tier-info-item {
	padding: 16px 18px;
	border: 1px solid #e9edf2;
	border-radius: 10px;
	background: #fafafa;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}


/* Tier Hover Effect */

.edd-sp-tier-info-item:hover {
	transform: translateY(-2px) scale(1.01);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
	border-color: #cbd5e1;
}


/* Tier Header */

.edd-sp-tier-info-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.edd-sp-tier-info-name {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex-wrap: wrap;
}


/* Tier Icon */

.edd-sp-tier-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 20px;
	flex: 0 0 32px;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.edd-sp-tier-info-item:hover .edd-sp-tier-info-icon {
	transform: scale(1.1) rotate(-5deg);
}

.edd-sp-tier-info-name strong {
	font-size: 15px;
	color: #0f172a;
	line-height: 1.4;
}


/* =========================================
   Current Badge - Improved Visibility
========================================= */

.edd-sp-tier-current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 14px 3px 18px;
	border-radius: 0 20px 20px 0;
	background: #f46478 !important;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
	margin-left: 14px;
	position: relative;
	animation: pulseBadge 2s ease-in-out infinite;
	border: 2px solid #ffffff !important;
	box-shadow: 0 2px 8px rgba(244, 100, 120, 0.35);
}

/* Arrow pointer on left side - Default color */
.edd-sp-tier-current::before {
	content: "▶";
	position: absolute;
	left: -12px;
	font-size: 12px;
}

/* Silver - Arrow Color */
.edd-sp-tier-info-item.is-current:nth-child(1) .edd-sp-tier-current::before {
	color: #adb5bd !important;
}

/* Gold - Arrow Color */
.edd-sp-tier-info-item.is-current:nth-child(2) .edd-sp-tier-current::before {
	color: #f5a623 !important;
}

/* Platinum - Arrow Color */
.edd-sp-tier-info-item.is-current:nth-child(3) .edd-sp-tier-current::before {
	color: #8a9ba8 !important;
}


/* =========================================
   Current Tier Highlight 
========================================= */

.edd-sp-tier-info-item.is-current {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	background: #fafffe;
	border-left: 4px solid transparent !important;
}

.edd-sp-tier-info-item.is-current:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px) scale(1.012);
}

/* Current Tier Glow Effect -  */
.edd-sp-tier-info-item.is-current::before {
	display: none !important;
}


/* Bonus Badge - Enhanced */
.edd-sp-tier-info-bonus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 14px;
	border-radius: 20px;
	background: #d4f0e8 !important;
	color: #0a6a5a;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	flex-shrink: 0;
	transition: all 0.3s ease;
	border: 1px solid rgba(10, 210, 173, 0.25);
	box-shadow: 0 2px 6px rgba(10, 210, 173, 0.06);
}

.edd-sp-tier-info-item:hover .edd-sp-tier-info-bonus {
	background: #bce8dd !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(10, 210, 173, 0.15);
	border-color: rgba(10, 210, 173, 0.4);
}


/* Description */

.edd-sp-tier-info-description {
	margin-left: 42px;
	margin-top: 8px;
}

.edd-sp-tier-info-description p {
	margin: 3px 0;
	font-size: 12.5px;
	line-height: 1.6;
	color: #64748b;
}

.edd-sp-tier-info-description .edd-sp-tier-benefit-text {
	color: #0d7a5a;
	font-weight: 600;
}


/* Tier Unlock Requirement */

.edd-sp-tier-requirement {
	display: inline-block;
	margin-top: 6px;
	padding: 3px 12px;
	border-radius: 12px;
	background: #f1f5f9;
	font-size: 11px;
	font-weight: 600;
	color: #475569;
}

.edd-sp-tier-info-item.is-current .edd-sp-tier-requirement {
	background: #d9f1e9;
	color: #0d7a5a;
}


/* =========================================
   Tier Backgrounds - Solid Colors
========================================= */

/* Silver */
.edd-sp-tiers-list .edd-sp-tier-info-item:nth-child(1) {
	background: #f5f6f8 !important;
	border-color: #d1d5db !important;
}

.edd-sp-tiers-list .edd-sp-tier-info-item:nth-child(1) .edd-sp-tier-info-icon {
	background: rgba(108, 117, 125, 0.12);
}

/* Gold */
.edd-sp-tiers-list .edd-sp-tier-info-item:nth-child(2) {
	background: #fefaf0 !important;
	border-color: #fde68a !important;
}

.edd-sp-tiers-list .edd-sp-tier-info-item:nth-child(2) .edd-sp-tier-info-icon {
	background: rgba(245, 158, 11, 0.15);
}

/* Platinum */
.edd-sp-tiers-list .edd-sp-tier-info-item:nth-child(3) {
	background: #f1f4f8 !important;
	border-color: #cbd5e1 !important;
}

.edd-sp-tiers-list .edd-sp-tier-info-item:nth-child(3) .edd-sp-tier-info-icon {
	background: rgba(100, 116, 139, 0.12);
}

/* Current Tier Colors - Solid */
.edd-sp-tiers-list .edd-sp-tier-info-item.is-current:nth-child(1) {
	background: #eef0f2 !important;
	border-color: #adb5bd !important;
}

.edd-sp-tiers-list .edd-sp-tier-info-item.is-current:nth-child(2) {
	background: #fdf6e0 !important;
	border-color: #f59e0b !important;
}

.edd-sp-tiers-list .edd-sp-tier-info-item.is-current:nth-child(3) {
	background: #e8ecf0 !important;
	border-color: #94a3b8 !important;
}


/* Example Box */

.edd-sp-tiers-example {
	margin-top: 14px;
	padding: 14px 18px;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
}

.edd-sp-tiers-example strong {
	display: block;
	font-size: 13px;
	color: #0f172a;
	margin-bottom: 5px;
}

.edd-sp-tiers-example p {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.65;
	color: #64748b;
}

.edd-sp-tiers-example .highlight {
	color: #0d7a5a;
	font-weight: 600;
}


/* =========================================================
   How Points Work - Custom Box
   ========================================================= */

.edd-sp-how-points-box {
	position: relative !important;
	margin-top: 25px !important;
	padding: 25px !important;
	background: #f0fffb !important;
	border: 2px solid #0ad2ad !important;
	border-radius: 14px !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10) !important;
}

/* Title + Light Bulb */
.edd-sp-how-points-box > strong {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 0 0 18px 0 !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	color: #222 !important;
}

/* Light bulb */
.edd-sp-how-points-box > strong::before {
	content: "💡" !important;
	display: inline-block !important;
	flex: 0 0 auto !important;
	font-size: 26px !important;
	line-height: 1 !important;
}

/* Text */
.edd-sp-how-points-box > p {
	margin: 0 0 13px !important;
	padding: 0 !important;
	font-size: 15px !important;
	line-height: 1.8 !important;
	color: #444 !important;
}

/* Example paragraph */
.edd-sp-how-points-box > p:last-child {
	margin-top: 18px !important;
	margin-bottom: 0 !important;
	padding: 15px 17px !important;
	background: #ffffff !important;
	border-left: 4px solid #0ad2ad !important;
	border-radius: 8px !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06) !important;
	font-weight: 600 !important;
	color: #333 !important;
}


/* =========================================================
   Pulse Animation - Single Definition
========================================================= */

@keyframes pulseBadge {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(244, 100, 120, 0.4);
	}
	50% {
		box-shadow: 0 0 0 4px rgba(244, 100, 120, 0.15);
	}
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 600px) {

	.edd-sp-how-points-box {
		margin-top: 20px !important;
		padding: 20px !important;
		border-radius: 11px !important;
	}

	.edd-sp-how-points-box > strong {
		gap: 8px !important;
		margin-bottom: 16px !important;
		font-size: 17px !important;
	}

	.edd-sp-how-points-box > strong::before {
		font-size: 23px !important;
	}

	.edd-sp-how-points-box > p {
		font-size: 14px !important;
		line-height: 1.75 !important;
	}

	.edd-sp-how-points-box > p:last-child {
		padding: 13px 14px !important;
	}

	/* Loyalty Tiers - Mobile */
	.edd-sp-tiers-info {
		margin: 16px 0;
		border-radius: 10px;
	}

	.edd-sp-tiers-info summary {
		padding: 12px 14px;
		font-size: 13px;
	}

	.edd-sp-tiers-content {
		padding: 0 12px 14px;
	}

	.edd-sp-tier-info-item {
		padding: 12px 14px;
	}

	.edd-sp-tier-info-item:hover {
		transform: none;
	}

	.edd-sp-tier-info-header {
		align-items: flex-start;
		gap: 8px;
	}

	.edd-sp-tier-info-name {
		gap: 8px;
	}

	.edd-sp-tier-info-icon {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
		font-size: 18px;
	}

	.edd-sp-tier-info-name strong {
		font-size: 13px;
	}

	.edd-sp-tier-current {
		font-size: 9px;
		padding: 2px 12px 2px 14px;
		margin-left: 10px;
	}

	.edd-sp-tier-current::before {
		left: -10px;
		font-size: 10px;
	}

	.edd-sp-tier-info-bonus {
		font-size: 11px;
		padding: 3px 9px;
	}

	.edd-sp-tier-info-description {
		margin-left: 36px;
	}

	.edd-sp-tier-info-description p {
		font-size: 12px;
	}

	.edd-sp-tiers-example {
		padding: 12px 14px;
	}
}


/* =========================================
   Remove Outline/Focus from Summary
========================================= */

.edd-sp-tiers-info summary {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

.edd-sp-tiers-info summary:focus,
.edd-sp-tiers-info summary:focus-visible {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

.edd-sp-tiers-info summary::-moz-focus-inner {
	border: 0 !important;
}