/**
 * EP Loyalty Admin Styles
 *
 * @package EP_Loyalty_Extensions
 */

/* ── Shared layout ───────────────────────────────────────────────────────── */
.ep-loyalty-admin h1 {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ep-loyalty-admin .ep-icon {
	color: #3071db;
	font-size: 28px;
	width: 28px;
	height: 28px;
}

.ep-loyalty-admin .form-table th {
	width: 220px;
}

body.toplevel_page_ep-loyalty #wpbody-content > .notice:not(.ep-loyalty-keep-notice),
body.toplevel_page_ep-loyalty #wpbody-content > .updated,
body.toplevel_page_ep-loyalty #wpbody-content > .error,
body.ep-rewards_page_ep-loyalty-settings #wpbody-content > .notice:not(.ep-loyalty-keep-notice),
body.ep-rewards_page_ep-loyalty-settings #wpbody-content > .updated,
body.ep-rewards_page_ep-loyalty-settings #wpbody-content > .error,
body.ep-rewards_page_ep-loyalty-restock #wpbody-content > .notice:not(.ep-loyalty-keep-notice),
body.ep-rewards_page_ep-loyalty-restock #wpbody-content > .updated,
body.ep-rewards_page_ep-loyalty-restock #wpbody-content > .error {
	display: none !important;
}

body.toplevel_page_ep-loyalty #wpbody-content > :not(.ep-loyalty-admin):not(#screen-meta):not(#screen-meta-links):not(.wp-header-end):not(.clear),
body.ep-rewards_page_ep-loyalty-settings #wpbody-content > :not(.ep-loyalty-admin):not(#screen-meta):not(#screen-meta-links):not(.wp-header-end):not(.clear),
body.ep-rewards_page_ep-loyalty-restock #wpbody-content > :not(.ep-loyalty-admin):not(#screen-meta):not(#screen-meta-links):not(.wp-header-end):not(.clear) {
	display: none !important;
}

body.toplevel_page_ep-loyalty .ep-loyalty-admin > .notice:not(.ep-loyalty-keep-notice),
body.toplevel_page_ep-loyalty .ep-loyalty-admin > .updated,
body.toplevel_page_ep-loyalty .ep-loyalty-admin > .error,
body.ep-rewards_page_ep-loyalty-settings .ep-loyalty-admin > .notice:not(.ep-loyalty-keep-notice),
body.ep-rewards_page_ep-loyalty-settings .ep-loyalty-admin > .updated,
body.ep-rewards_page_ep-loyalty-settings .ep-loyalty-admin > .error,
body.ep-rewards_page_ep-loyalty-restock .ep-loyalty-admin > .notice:not(.ep-loyalty-keep-notice),
body.ep-rewards_page_ep-loyalty-restock .ep-loyalty-admin > .updated,
body.ep-rewards_page_ep-loyalty-restock .ep-loyalty-admin > .error {
	display: none !important;
}

body.toplevel_page_ep-loyalty .ep-loyalty-admin .ep-loyalty-keep-notice,
body.ep-rewards_page_ep-loyalty-settings .ep-loyalty-admin .ep-loyalty-keep-notice,
body.ep-rewards_page_ep-loyalty-restock .ep-loyalty-admin .ep-loyalty-keep-notice {
	display: block !important;
}

/* ── Summary stats ───────────────────────────────────────────────────────── */
.ep-stats-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 20px 0 24px;
}

.ep-stat-box {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px 24px;
	min-width: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.ep-stat-number {
	font-size: 28px;
	font-weight: 700;
	color: #1d2327;
	line-height: 1.2;
}

.ep-stat-label {
	font-size: 12px;
	color: #646970;
	text-align: center;
	margin-top: 4px;
}

.ep-admin-kpi-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(150px, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.ep-admin-kpi-card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 112px;
	padding: 16px;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.ep-admin-kpi-card span {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.ep-admin-kpi-card strong {
	color: #0a2540;
	font-size: 26px;
	line-height: 1;
}

.ep-admin-kpi-card small {
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
}

.ep-admin-actions-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 14px 0 16px;
}

/* ── Badges ──────────────────────────────────────────────────────────────── */
.ep-badge {
	background: #d63638;
	color: #fff;
	border-radius: 10px;
	padding: 2px 8px;
	font-size: 13px;
	font-weight: 600;
	margin-left: 8px;
}

.ep-frozen-badge {
	background: #d63638;
	color: #fff;
	border-radius: 4px;
	padding: 2px 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.ep-active-badge {
	background: #00a32a;
	color: #fff;
	border-radius: 4px;
	padding: 2px 6px;
	font-size: 11px;
	font-weight: 600;
}

.ep-tier-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	white-space: nowrap;
	border: 1px solid transparent;
}

.ep-tier-silver {
	background: #f3f6fa;
	border-color: #cfd8e3;
	color: #44546a;
}

.ep-tier-gold {
	background: #fff8e1;
	border-color: #e9c45b;
	color: #8a6400;
}

.ep-tier-platinum {
	background: #eaf2ff;
	border-color: #3071db;
	color: #0047ab;
}

.ep-members-table td {
	vertical-align: middle;
}

.ep-staff-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #475569;
	font-size: 12px;
	line-height: 1.35;
}

.ep-staff-checklist li {
	position: relative;
	margin: 0 0 6px;
	padding-left: 16px;
}

.ep-staff-checklist li:before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #3071db;
}

.ep-order-admin-summary {
	display: grid;
	gap: 5px;
	min-width: 150px;
}

.ep-order-admin-summary small {
	display: block;
	color: #64748b;
	font-size: 11px;
	line-height: 1.3;
}

.ep-order-tier-panel {
	margin-top: 14px;
	padding: 12px 14px;
	border: 1px solid #dce7f7;
	border-radius: 8px;
	background: #f6f9fd;
}

.ep-order-tier-panel h4 {
	margin: 0 0 8px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #0a2540;
}

.ep-order-tier-panel p {
	margin: 6px 0 0;
	font-size: 12px;
	color: #4b5563;
}

.ep-order-tier-panel .ep-staff-checklist {
	margin-top: 10px;
}

.ep-order-rewards-cell {
	display: grid;
	gap: 3px;
	min-width: 150px;
	color: #475569;
	font-size: 12px;
	line-height: 1.25;
}

.ep-order-rewards-cell strong {
	color: #0a2540;
	font-size: 16px;
	line-height: 1;
}

.ep-order-rewards-cell span,
.ep-order-rewards-cell small {
	display: block;
}

.ep-order-rewards-detail {
	margin: 22px 0;
	padding: 18px 20px;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: #f8fbff;
}

.ep-order-rewards-detail h3 {
	margin: 0 0 10px;
	color: #0a2540;
	font-size: 18px;
	line-height: 1.2;
}

.ep-order-rewards-detail ul {
	margin: 0;
	padding-left: 18px;
}

.ep-user-profile-panel {
	max-width: 980px;
	margin: 10px 0 24px;
	padding: 18px;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.ep-user-profile-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(150px, 1fr));
	gap: 12px;
}

.ep-user-profile-grid > div {
	display: grid;
	gap: 6px;
	padding: 12px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #f8fbff;
}

.ep-user-profile-grid span,
.ep-user-profile-grid small {
	color: #64748b;
	font-size: 12px;
	line-height: 1.3;
}

.ep-user-profile-grid strong {
	color: #0a2540;
	font-size: 15px;
	line-height: 1.25;
}

.ep-user-profile-actions {
	margin-top: 16px;
}

.ep-user-profile-actions h3 {
	margin: 0 0 10px;
	color: #0a2540;
	font-size: 16px;
}

/* ── Flag type badges ────────────────────────────────────────────────────── */
.ep-flag-type {
	display: inline-block;
	border-radius: 3px;
	padding: 2px 7px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.ep-flag-duplicate_phone    { background: #f0d9fb; color: #7928b5; }
.ep-flag-duplicate_address  { background: #fde8c8; color: #996800; }
.ep-flag-high_velocity      { background: #fce7e7; color: #c0392b; }
.ep-flag-referral_abuse     { background: #e8f4fd; color: #1565c0; }

/* ── Status badges ───────────────────────────────────────────────────────── */
.ep-status {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 2px 6px;
}

.ep-status-open       { background: #fff3cd; color: #856404; }
.ep-status-reviewed   { background: #d1ecf1; color: #0c5460; }
.ep-status-dismissed  { background: #e2e3e5; color: #383d41; }
.ep-status-approved   { background: #dcfce7; color: #166534; }
.ep-status-warning    { background: #fef3c7; color: #92400e; }
.ep-status-rejected   { background: #fee2e2; color: #991b1b; }

/* ── Filter bar ──────────────────────────────────────────────────────────── */
.ep-filter-bar {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 12px 16px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.ep-filter-bar form {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

.ep-filter-bar label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
}

/* ── Cron status table ───────────────────────────────────────────────────── */
.ep-cron-status td {
	color: #3c763d;
}

/* ── Seasonal last-run notes ─────────────────────────────────────────────── */
.ep-last-run {
	display: inline-block;
	margin-left: 12px;
	color: #00a32a;
	font-size: 12px;
}

.ep-not-run {
	display: inline-block;
	margin-left: 12px;
	color: #999;
	font-size: 12px;
	font-style: italic;
}

/* ── Fraud table actions ─────────────────────────────────────────────────── */
.ep-fraud-table .ep-actions {
	white-space: nowrap;
}

.ep-fraud-table .ep-actions .button {
	margin-right: 4px;
	margin-bottom: 4px;
}

/* ── My Account loyalty dashboard ───────────────────────────────────────── */
body.ep-rewards-page .sidebar-container,
body.ep-rewards-page .widget-area,
body.ep-rewards-page aside.sidebar {
	display: none !important;
}

body.ep-rewards-page .content-layout-wrapper {
	display: block !important;
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 18px;
	padding-left: 18px;
}

body.ep-rewards-page .wd-content-area,
body.ep-rewards-page .wd-content-area.wd-grid-col,
body.ep-rewards-page .site-content,
body.ep-rewards-page main#main-content {
	width: 100% !important;
	max-width: none !important;
	flex: 0 0 100% !important;
}

body.ep-rewards-page .main-page-wrapper {
	background:
		linear-gradient(180deg, #eef6fb 0%, #f7fbff 52%, #fff 100%);
}

body.ep-rewards-page .woocommerce {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

body.ep-rewards-page .wd-my-account-wrapper {
	display: block !important;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

body.ep-rewards-page .wd-my-account-sidebar {
	display: block !important;
	width: 100% !important;
	max-width: 1160px;
	flex: 0 0 100% !important;
	margin: 0 auto 18px !important;
	padding: 0 !important;
	border: 0 !important;
}

body.ep-rewards-page .woocommerce-MyAccount-title {
	display: none !important;
}

body.ep-rewards-page .woocommerce-MyAccount-navigation {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: 1160px;
	margin: 0 auto 18px !important;
	padding: 0 !important;
	border: 0 !important;
}

body.ep-rewards-page .woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	max-width: 1160px;
	margin: 0 auto 56px;
	padding: 0 !important;
}

body.ep-rewards-page .woocommerce-MyAccount-navigation > ul {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 !important;
	padding: 6px !important;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 10px 26px rgba(10,37,64,.06);
	list-style: none !important;
}

body.ep-rewards-page .woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

body.ep-rewards-page .woocommerce-MyAccount-navigation a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 12px !important;
	border-radius: 6px;
	background: transparent;
	color: #0a2540 !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none !important;
	white-space: nowrap;
}

body.ep-rewards-page .woocommerce-MyAccount-navigation li.is-active a,
body.ep-rewards-page .woocommerce-MyAccount-navigation a:hover,
body.ep-rewards-page .woocommerce-MyAccount-navigation a:focus {
	background: #0b3b5c !important;
	color: #fff !important;
}

.ep-member-tier-strip {
	--ep-tier-accent: #7e8a93;
	--ep-tier-accent-strong: #46525b;
	--ep-tier-accent-soft: #f3f6f8;
	--ep-tier-text: #28343d;
	width: 100%;
	margin: -6px auto 18px;
	padding: 0 15px;
}

.single-product .ep-member-tier-strip {
	margin-bottom: 0;
}

.single-product .ep-member-tier-strip-inner {
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 10px;
	width: 80%;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid rgba(185, 201, 208, .55);
	border-left: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.single-product .ep-member-tier-strip.tier-silver .ep-member-tier-strip-inner {
	border-bottom-color: #c7d0d8;
	background:
		radial-gradient(circle at 86% 0%, rgba(255,255,255,.94), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #f2f5f7 38%, #e3e8ec 100%);
}

.single-product .ep-member-tier-strip.tier-gold .ep-member-tier-strip-inner {
	border-bottom-color: #e5c461;
	background:
		radial-gradient(circle at 86% 0%, rgba(255,246,201,.92), transparent 34%),
		linear-gradient(135deg, #fffdf4 0%, #fff5cd 42%, #f5dc8a 100%);
}

.single-product .ep-member-tier-strip.tier-platinum .ep-member-tier-strip-inner {
	border-bottom-color: #91abc1;
	background:
		radial-gradient(circle at 86% 0%, rgba(232,243,245,.95), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #eef6fb 42%, #d8e5ed 100%);
}

.single-product .ep-member-tier-strip-main strong {
	display: none;
}

.single-product .ep-member-tier-strip-main {
	gap: 0;
}

.single-product .ep-member-tier-strip-stats {
	justify-content: flex-start;
}

.single-product .ep-member-tier-strip + .woocommerce-notices-wrapper + .container,
.single-product .ep-member-tier-strip + .container {
	margin-top: -18px;
}

.single-product .ep-member-tier-strip + .wd-content-area {
	margin-top: -18px;
}

.single-product .ep-member-tier-strip + .wd-content-area .product-image-summary-wrap {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.ep-member-tier-strip.tier-gold {
	--ep-tier-accent: #c89118;
	--ep-tier-accent-strong: #845100;
	--ep-tier-accent-soft: #fff6d7;
	--ep-tier-text: #5f3a00;
}

.ep-member-tier-strip.tier-platinum {
	--ep-tier-accent: #708892;
	--ep-tier-accent-strong: #2f424a;
	--ep-tier-accent-soft: #eef6f8;
	--ep-tier-text: #243740;
}

.ep-member-tier-strip-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 14px;
	align-items: center;
	max-width: 1162px;
	min-height: 54px;
	margin: 0 auto;
	padding: 10px 14px;
	border: 1px solid #dfe8f1;
	border-left: 4px solid var(--ep-tier-accent);
	border-radius: 8px;
	background:
		linear-gradient(90deg, var(--ep-tier-accent-soft), rgba(255,255,255,.96) 42%),
		#fff;
	box-shadow: 0 10px 26px rgba(10,37,64,.06);
}

.ep-member-tier-strip-main {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
}

.ep-member-tier-strip-main span {
	flex: 0 0 auto;
	color: var(--ep-tier-text);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ep-member-tier-strip-main strong {
	min-width: 0;
	color: #344054;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.ep-member-tier-strip-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
}

.ep-member-tier-strip-stats span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	border: 1px solid rgba(10,37,64,.09);
	border-radius: 6px;
	background: rgba(255,255,255,.82);
	color: #0a2540;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.ep-member-tier-strip a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 7px 11px;
	border: 1px solid #0b3b5c;
	border-radius: 6px;
	background: #0b3b5c;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.ep-member-tier-strip a:hover,
.ep-member-tier-strip a:focus {
	border-color: #072a43;
	background: #072a43;
	color: #fff;
}

body.ep-account-dashboard-page .woocommerce-MyAccount-content > p,
body.ep-account-dashboard-page .wd-my-account-links {
	display: none !important;
}

.ep-account-rewards-dashboard {
	--ep-tier-accent: #7e8a93;
	--ep-tier-accent-strong: #46525b;
	--ep-tier-accent-soft: #f3f6f8;
	--ep-tier-text: #28343d;
	display: grid;
	gap: 18px;
	margin: 0 0 56px;
	color: #0a2540;
}

.ep-account-rewards-dashboard.tier-gold {
	--ep-tier-accent: #c89118;
	--ep-tier-accent-strong: #845100;
	--ep-tier-accent-soft: #fff6d7;
	--ep-tier-text: #5f3a00;
}

.ep-account-rewards-dashboard.tier-platinum {
	--ep-tier-accent: #708892;
	--ep-tier-accent-strong: #2f424a;
	--ep-tier-accent-soft: #eef6f8;
	--ep-tier-text: #243740;
}

.ep-account-rewards-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
	gap: 18px;
	align-items: stretch;
	padding: 24px;
	border: 1px solid #dfe8f1;
	border-top: 4px solid var(--ep-tier-accent);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,251,255,.97)),
		linear-gradient(120deg, var(--ep-tier-accent-soft), transparent 48%);
	box-shadow: 0 16px 42px rgba(10,37,64,.08);
}

.ep-account-rewards-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.ep-account-rewards-copy h2 {
	margin: 0 0 8px;
	color: #0a2540;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: 0;
}

.ep-account-rewards-copy p:not(.ep-loyalty-section-kicker) {
	max-width: 680px;
	margin: 0;
	color: #475569;
	font-size: 16px;
	line-height: 1.55;
}

.ep-account-rewards-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.ep-account-rewards-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 14px;
	border: 1px solid #dfe8f1;
	border-radius: 6px;
	background: #fff;
	color: #0a2540;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

.ep-account-rewards-actions a:first-child {
	border-color: #0b3b5c;
	background: #0b3b5c;
	color: #fff;
}

.ep-account-rewards-actions a:hover,
.ep-account-rewards-actions a:focus {
	border-color: var(--ep-tier-accent);
	color: var(--ep-tier-text);
}

.ep-account-rewards-actions a:first-child:hover,
.ep-account-rewards-actions a:first-child:focus {
	background: #072a43;
	color: #fff;
}

.ep-account-rewards-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.ep-account-rewards-metrics div,
.ep-account-progress-card {
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 10px 24px rgba(10,37,64,.06);
}

.ep-account-rewards-metrics div {
	display: grid;
	align-content: start;
	gap: 7px;
	min-height: 142px;
	padding: 16px;
}

.ep-account-rewards-metrics span {
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ep-account-rewards-metrics strong {
	color: #0a2540;
	font-size: clamp(22px, 2.4vw, 34px);
	line-height: 1;
	letter-spacing: 0;
}

.ep-account-rewards-metrics small {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.ep-account-progress-card {
	display: grid;
	gap: 12px;
	padding: 20px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,251,255,.96)),
		linear-gradient(90deg, var(--ep-tier-accent-soft), transparent 55%);
}

.ep-account-progress-card h3 {
	margin: 0 0 4px;
	color: #0a2540;
	font-size: 22px;
	line-height: 1.2;
}

.ep-account-progress-card p {
	margin: 0;
	color: #475569;
	font-size: 14px;
	line-height: 1.5;
}

body.ep-rewards-page .woocommerce-orders-table__cell-order-actions {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
	min-width: 190px;
}

body.ep-rewards-page .woocommerce-orders-table__cell-order-actions .button {
	margin: 0 !important;
	white-space: nowrap;
}

body.ep-rewards-page .wlr-myaccount-page {
	--ep-rewards-navy: #0a2540;
	--ep-rewards-blue: #3071db;
	--ep-rewards-gold: #e9c45b;
	--ep-rewards-border: #dfe8f1;
	--ep-rewards-muted: #667085;
	color: #16202e;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-heading-container {
	margin: 0 0 18px;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-heading {
	margin: 0;
	padding-left: 14px;
	border-left: 4px solid var(--ep-rewards-blue);
	color: var(--ep-rewards-navy) !important;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: .04em;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-points-container {
	display: flex !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	flex-wrap: nowrap !important;
	gap: 18px;
	margin: 0 0 34px;
	width: 100% !important;
	max-width: none !important;
}

body.ep-rewards-page .wlr-myaccount-page #wlr-available-points,
body.ep-rewards-page .wlr-myaccount-page #wlr-redeemed-points,
body.ep-rewards-page .wlr-myaccount-page #wlr-used-rewards,
body.ep-rewards-page .wlr-myaccount-page .wlr-card,
body.ep-rewards-page .wlr-myaccount-page .wlr-reward-card {
	border: 1px solid var(--ep-rewards-border) !important;
	border-radius: 8px !important;
	background: rgba(255,255,255,.96) !important;
	box-shadow: 0 12px 30px rgba(10,37,64,.08);
}

body.ep-rewards-page .wlr-myaccount-page #wlr-available-points,
body.ep-rewards-page .wlr-myaccount-page #wlr-redeemed-points,
body.ep-rewards-page .wlr-myaccount-page #wlr-used-rewards {
	box-sizing: border-box;
	flex: 1 1 0 !important;
	align-self: stretch !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	inline-size: auto !important;
	min-height: 160px;
	padding: 24px !important;
}

body.ep-rewards-page .wlr-myaccount-page #wlr-available-point-value,
body.ep-rewards-page .wlr-myaccount-page #wlr-redeemed-point-value,
body.ep-rewards-page .wlr-myaccount-page #wlr-used-reward-value-count {
	color: var(--ep-rewards-navy) !important;
	font-size: 32px !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	letter-spacing: 0;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-text-color,
body.ep-rewards-page .wlr-myaccount-page .wlr-name,
body.ep-rewards-page .wlr-myaccount-page .wlr-description {
	color: #344054 !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-theme-color-apply,
body.ep-rewards-page .wlr-myaccount-page .wlr-icon {
	color: var(--ep-rewards-blue) !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-your-reward,
body.ep-rewards-page .wlr-myaccount-page .wlr-earning-options,
body.ep-rewards-page .wlr-myaccount-page .wlr-enable-email-sent-blog {
	margin-top: 34px;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-user-reward-titles {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--ep-rewards-border);
}

body.ep-rewards-page .wlr-myaccount-page .wlr-my-rewards-title {
	margin: 0 !important;
	padding: 0 0 12px !important;
	color: var(--ep-rewards-muted);
	font-weight: 800;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-my-rewards-title.active {
	color: var(--ep-rewards-blue) !important;
	border-bottom: 3px solid var(--ep-rewards-blue);
}

body.ep-rewards-page .wlr-myaccount-page .wlr-user-reward-contents,
body.ep-rewards-page .wlr-myaccount-page .wlr-campaign-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch !important;
	justify-items: stretch !important;
	gap: 18px;
	width: 100% !important;
	max-width: none !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-user-reward-contents > *,
body.ep-rewards-page .wlr-myaccount-page .wlr-campaign-container > * {
	box-sizing: border-box;
	justify-self: stretch !important;
	align-self: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-rewards-container.active,
body.ep-rewards-page .wlr-myaccount-page .wlr-customer-reward,
body.ep-rewards-page .wlr-myaccount-page .wlr-rewards-content,
body.ep-rewards-page .wlr-myaccount-page .wlr-reward-card,
body.ep-rewards-page .wlr-myaccount-page .wlr-card,
body.ep-rewards-page .wlr-myaccount-page .wlr-earning-option {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	inline-size: 100% !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-customer-reward {
	display: block !important;
	grid-template-columns: none !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-customer-reward > .wlr-rewards-content.wlr-reward-card {
	display: flex !important;
	flex-direction: column !important;
	justify-self: stretch !important;
	align-self: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	inline-size: 100% !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-rewards-content > *,
body.ep-rewards-page .wlr-myaccount-page .wlr-rewards-content .wlr-card-container,
body.ep-rewards-page .wlr-myaccount-page .wlr-rewards-content .wlr-card-inner-container,
body.ep-rewards-page .wlr-myaccount-page .wlr-rewards-content .wlr-name,
body.ep-rewards-page .wlr-myaccount-page .wlr-rewards-content .wlr-description {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-card-container {
	padding: 24px !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-reward-type-name {
	top: 0 !important;
	right: 0 !important;
	padding: 7px 10px !important;
	border-radius: 0 8px 0 8px !important;
	background: #f8fbff !important;
	color: var(--ep-rewards-navy) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-button,
body.ep-rewards-page .wlr-myaccount-page .wlr-button-reward,
body.ep-rewards-page .wlr-myaccount-page .wlr-button-action {
	min-height: 44px;
	border-radius: 6px !important;
	background: var(--ep-rewards-navy) !important;
	color: #fff !important;
	font-weight: 900 !important;
	letter-spacing: 0;
	box-shadow: none !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-button:hover,
body.ep-rewards-page .wlr-myaccount-page .wlr-button-reward:hover,
body.ep-rewards-page .wlr-myaccount-page .wlr-button-action:hover {
	background: var(--ep-rewards-blue) !important;
}

body.ep-rewards-page .wlr-myaccount-page #wlr_currency_list,
body.ep-rewards-page .wlr-myaccount-page input,
body.ep-rewards-page .wlr-myaccount-page select {
	border: 1px solid #d7e1ed !important;
	border-radius: 6px !important;
	background-color: #f8fbff !important;
	color: var(--ep-rewards-navy) !important;
}

body.ep-rewards-page .wlr-myaccount-page .wlr-norecords-container {
	border: 1px solid var(--ep-rewards-border);
	border-radius: 8px;
	background: #fff;
	padding: 28px;
}

.ep-loyalty-dashboard {
	max-width: 1160px;
	margin: 0 auto 56px;
	color: #16202e;
	--ep-tier-accent: #7e8a93;
	--ep-tier-accent-strong: #46525b;
	--ep-tier-accent-soft: #f3f6f8;
	--ep-tier-text: #28343d;
	--ep-tier-hero-start: #24313a;
	--ep-tier-hero-mid: #586873;
	--ep-tier-hero-end: #dfe7eb;
	--ep-tier-glow: rgba(126,138,147,.22);
}

.ep-loyalty-dashboard.tier-gold {
	--ep-tier-accent: #c89118;
	--ep-tier-accent-strong: #845100;
	--ep-tier-accent-soft: #fff6d7;
	--ep-tier-text: #5f3a00;
	--ep-tier-hero-start: #4f3204;
	--ep-tier-hero-mid: #9f6f0e;
	--ep-tier-hero-end: #e8be44;
	--ep-tier-glow: rgba(200,145,24,.3);
}

.ep-loyalty-dashboard.tier-platinum {
	--ep-tier-accent: #708892;
	--ep-tier-accent-strong: #2f424a;
	--ep-tier-accent-soft: #eef6f8;
	--ep-tier-text: #243740;
	--ep-tier-hero-start: #1f323a;
	--ep-tier-hero-mid: #526a74;
	--ep-tier-hero-end: #d7e7eb;
	--ep-tier-glow: rgba(112,136,146,.28);
}

.ep-loyalty-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
	padding: 6px;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: rgba(255,255,255,.9);
}

.ep-loyalty-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	border-radius: 6px;
	color: #0a2540;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.ep-loyalty-tabs a:hover,
.ep-loyalty-tabs a:focus {
	background: var(--ep-tier-accent-soft);
	color: var(--ep-tier-text);
}

.ep-loyalty-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
	gap: 26px;
	align-items: stretch;
	margin-bottom: 20px;
	padding: 32px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
	background:
		radial-gradient(circle at 86% 18%, rgba(255,255,255,.24), transparent 24%),
		linear-gradient(135deg, var(--ep-tier-hero-start) 0%, var(--ep-tier-hero-mid) 56%, var(--ep-tier-hero-end) 145%);
	box-shadow: 0 18px 44px rgba(10,37,64,.16), inset 0 1px 0 rgba(255,255,255,.14);
	color: #fff;
	overflow: hidden;
}

.ep-loyalty-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255,255,255,.06) 1px, transparent 1px);
	background-size: 44px 44px;
	opacity: .18;
	pointer-events: none;
}

.ep-loyalty-hero > * {
	position: relative;
	z-index: 1;
}

.ep-loyalty-hero h2 {
	margin: 6px 0 8px;
	color: #fff;
	font-size: 42px;
	line-height: 1.05;
	letter-spacing: 0;
}

.ep-loyalty-hero p {
	margin: 0;
	max-width: 680px;
	color: rgba(255,255,255,.8);
	font-size: 16px;
	line-height: 1.55;
}

.ep-loyalty-eyebrow {
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(255,255,255,.72) !important;
}

.ep-loyalty-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.ep-loyalty-hero-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 999px;
	background: rgba(255,255,255,.11);
	color: rgba(255,255,255,.9);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.ep-loyalty-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.ep-loyalty-hero-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 14px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 6px;
	background: rgba(255,255,255,.12);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.ep-loyalty-hero-actions a:hover,
.ep-loyalty-hero-actions a:focus {
	background: rgba(255,255,255,.2);
	color: #fff;
}

.ep-loyalty-balance-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
	border: 1px solid rgba(255,255,255,.26);
	border-radius: 8px;
	background: rgba(255,255,255,.13);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.ep-loyalty-balance-card span,
.ep-loyalty-balance-card small {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	color: rgba(255,255,255,.74);
}

.ep-loyalty-balance-card strong {
	margin: 8px 0 2px;
	font-size: 52px;
	line-height: 1;
	color: #fff;
	letter-spacing: 0;
}

.ep-loyalty-balance-card .ep-loyalty-balance-value {
	margin-top: 6px;
	color: rgba(255,255,255,.9);
}

.ep-loyalty-guest-dashboard {
	margin-top: 0;
}

.ep-loyalty-guest-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 18px;
	padding: 32px;
	border: 1px solid #d8e5f4;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(248,251,255,.98), rgba(234,243,255,.96)),
		linear-gradient(90deg, rgba(48,113,219,.08), rgba(233,196,91,.12));
	box-shadow: 0 16px 38px rgba(10,37,64,.08);
}

.ep-loyalty-guest-hero h2 {
	margin: 6px 0 10px;
	max-width: 760px;
	color: #0a2540;
	font-size: 40px;
	line-height: 1.05;
	letter-spacing: 0;
}

.ep-loyalty-guest-hero p {
	margin: 0;
	max-width: 680px;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.55;
}

.ep-loyalty-guest-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.ep-loyalty-guest-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.ep-loyalty-primary-cta {
	border-color: #0a2540 !important;
	background: #0a2540 !important;
	color: #fff !important;
}

.ep-loyalty-primary-cta:hover,
.ep-loyalty-primary-cta:focus {
	border-color: #3071db !important;
	background: #3071db !important;
	color: #fff !important;
}

.ep-loyalty-secondary-cta {
	border-color: #cfdbea !important;
	background: #fff !important;
	color: #0a2540 !important;
}

.ep-loyalty-guest-value {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
	border: 1px solid rgba(48,113,219,.18);
	border-radius: 8px;
	background: #fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 24px rgba(10,37,64,.06);
}

.ep-loyalty-guest-value span,
.ep-loyalty-guest-value small {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.ep-loyalty-guest-value strong {
	margin: 8px 0 4px;
	color: #075f54;
	font-size: 52px;
	line-height: 1;
	letter-spacing: 0;
}

.ep-loyalty-guest-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 20px;
	padding: 4px 0;
}

.ep-loyalty-guest-steps:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 48px;
	left: 48px;
	height: 2px;
	background: linear-gradient(90deg, rgba(48,113,219,.18), rgba(10,37,64,.22), rgba(48,113,219,.18));
	opacity: 1;
	transform: translateY(-50%);
}

.ep-loyalty-guest-steps div {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 5px 14px;
	align-items: center;
	min-height: 88px;
	padding: 18px 20px;
	border: 1px solid rgba(207,219,234,.9);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.99), rgba(248,251,255,.97)),
		linear-gradient(90deg, rgba(48,113,219,.035), transparent 44%);
	box-shadow: 0 10px 26px rgba(10,37,64,.06);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ep-loyalty-guest-steps div:hover {
	border-color: rgba(48,113,219,.35);
	box-shadow: 0 18px 42px rgba(10,37,64,.12);
	transform: translateY(-2px);
}

.ep-loyalty-guest-steps div:before {
	display: inline-flex;
	grid-row: 1 / span 2;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d7e1ed;
	border-radius: 7px;
	background: #fff;
	color: #0a2540;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 16px rgba(10,37,64,.08);
}

.ep-loyalty-guest-steps div:nth-child(1):before {
	content: "1";
	border-color: #c8d0d7;
	background: linear-gradient(180deg, #fff, #f1f4f6);
}

.ep-loyalty-guest-steps div:nth-child(2):before {
	content: "2";
	border-color: #e2c56b;
	background: linear-gradient(180deg, #fffdf3, #fff0b4);
	color: #6f4700;
}

.ep-loyalty-guest-steps div:nth-child(3):before {
	content: "3";
	border-color: #9db5c6;
	background: linear-gradient(180deg, #fff, #e8f3f5);
	color: #2f3d44;
}

.ep-loyalty-guest-steps strong {
	color: #0a2540;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
}

.ep-loyalty-guest-steps span {
	color: #64748b;
	font-size: 13px;
	line-height: 1.35;
}

.ep-loyalty-guest-tier-list {
	margin-bottom: 18px;
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier ul {
	padding-left: 18px;
}

.ep-loyalty-guest-note p {
	margin: 0;
	max-width: 760px;
	color: #4b5563;
	line-height: 1.55;
}

.ep-loyalty-tier-confirmation {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 18px;
	padding: 15px 18px;
	border: 1px solid #dfe8f1;
	border-left: 4px solid var(--ep-tier-accent);
	border-radius: 8px;
	background: linear-gradient(90deg, var(--ep-tier-accent-soft), rgba(255,255,255,.96) 42%);
	box-shadow: 0 10px 26px rgba(10,37,64,.06);
}

.ep-loyalty-tier-confirmation span {
	flex: 0 0 auto;
	color: var(--ep-tier-text);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ep-loyalty-tier-confirmation p {
	margin: 0;
	color: #344054;
	font-size: 14px;
	line-height: 1.45;
}

.ep-loyalty-section-kicker {
	margin: 0 0 5px;
	color: var(--ep-tier-accent-strong);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ep-loyalty-journey,
.ep-loyalty-bento {
	margin-bottom: 18px;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,251,255,.96)),
		linear-gradient(90deg, var(--ep-tier-accent-soft), transparent 48%);
	box-shadow: 0 14px 34px rgba(10,37,64,.07);
}

.ep-loyalty-journey {
	padding: 22px;
}

.ep-loyalty-journey-head,
.ep-loyalty-bento-head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
	margin-bottom: 18px;
}

.ep-loyalty-journey-head h3,
.ep-loyalty-bento-head h3 {
	margin: 0;
	color: #0a2540;
	font-size: 22px;
	line-height: 1.2;
}

.ep-loyalty-bento-head p {
	max-width: 520px;
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.5;
}

.ep-loyalty-journey-rail {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ep-loyalty-journey-rail:before {
	content: "";
	position: absolute;
	right: 8%;
	left: 8%;
	top: 50%;
	height: 2px;
	background: linear-gradient(90deg, #b9c4ce, #d6b24a, #708892);
	opacity: .38;
	transform: translateY(-50%);
}

.ep-journey-step {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 4px;
	min-height: 112px;
	padding: 18px;
	border: 1px solid #dfe8f1;
	border-top: 4px solid var(--ep-tier-accent);
	border-radius: 8px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 8px 20px rgba(10,37,64,.06);
}

.ep-journey-step span,
.ep-perk-tier-card-head span {
	color: #0a2540;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.15;
}

.ep-journey-step strong,
.ep-perk-tier-card-head strong {
	width: fit-content;
	padding: 5px 8px;
	border-radius: 6px;
	background: var(--ep-tier-accent-soft);
	color: var(--ep-tier-text);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.ep-journey-step small,
.ep-perk-tier-card-head small {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.ep-journey-step.is-locked,
.ep-perk-tier-card.is-locked {
	opacity: .82;
}

.ep-loyalty-bento {
	padding: 22px;
}

.ep-loyalty-bento-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ep-perk-tier-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
	padding: 18px;
	border: 1px solid #dfe8f1;
	border-top: 4px solid var(--ep-tier-accent);
	border-radius: 8px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 10px 26px rgba(10,37,64,.06);
}

.ep-perk-tier-card.tier-silver,
.ep-journey-step.tier-silver {
	--ep-tier-accent: #7e8a93;
	--ep-tier-accent-strong: #46525b;
	--ep-tier-accent-soft: #f3f6f8;
	--ep-tier-text: #28343d;
}

.ep-perk-tier-card.tier-gold,
.ep-journey-step.tier-gold {
	--ep-tier-accent: #c89118;
	--ep-tier-accent-strong: #845100;
	--ep-tier-accent-soft: #fff6d7;
	--ep-tier-text: #5f3a00;
}

.ep-perk-tier-card.tier-platinum,
.ep-journey-step.tier-platinum {
	--ep-tier-accent: #708892;
	--ep-tier-accent-strong: #2f424a;
	--ep-tier-accent-soft: #eef6f8;
	--ep-tier-text: #243740;
}

.ep-perk-tier-card-head {
	display: grid;
	gap: 7px;
}

.ep-perk-card-list {
	display: grid;
	gap: 9px;
}

.ep-perk-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	min-height: 76px;
	padding: 12px;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: #fff;
}

.ep-perk-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	min-height: 42px;
	border: 1px solid var(--ep-tier-accent);
	border-radius: 8px;
	background: var(--ep-tier-accent-soft);
	color: var(--ep-tier-text);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.ep-perk-card.is-locked {
	background: #f8fafc;
}

.ep-perk-card.is-locked > span {
	border-color: #d8e1ea;
	background: #eef2f6;
	color: #64748b;
}

.ep-perk-card strong {
	display: block;
	color: #0a2540;
	font-size: 14px;
	line-height: 1.35;
}

.ep-perk-card small {
	display: block;
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
}

.ep-loyalty-tier-compare {
	margin-top: 18px;
}

.ep-loyalty-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 18px;
}

.ep-loyalty-panel,
.ep-loyalty-tier {
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: rgba(255,255,255,.94);
	padding: 22px;
	box-shadow: 0 10px 26px rgba(10,37,64,.07);
}

.ep-loyalty-panel h3,
.ep-loyalty-tier h3 {
	margin: 0 0 10px;
	color: #0a2540;
	font-size: 20px;
	line-height: 1.2;
}

.ep-loyalty-panel ul,
.ep-loyalty-tier ul {
	margin: 0;
	padding-left: 18px;
	color: #4b5563;
}

.ep-loyalty-panel li,
.ep-loyalty-tier li {
	margin-bottom: 7px;
	line-height: 1.45;
}

.ep-loyalty-progress {
	height: 10px;
	border-radius: 99px;
	background: #dfe8f1;
	overflow: hidden;
	margin: 16px 0 10px;
}

.ep-loyalty-progress span {
	display: block;
	height: 100%;
	border-radius: 99px;
	background: linear-gradient(90deg, #3071db, var(--ep-tier-accent));
}

.ep-loyalty-muted {
	color: #667085;
	font-size: 13px;
	line-height: 1.45;
}

.ep-loyalty-referral {
	margin-bottom: 18px;
}

.ep-loyalty-active-perks {
	margin-bottom: 18px;
}

.ep-loyalty-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 18px;
	padding-left: 0 !important;
	list-style: none;
}

.ep-loyalty-checklist li {
	position: relative;
	margin: 0;
	padding-left: 18px;
}

.ep-loyalty-checklist li:before {
	content: "";
	position: absolute;
	top: .62em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e9c45b;
}

.ep-loyalty-copy-row {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 14px;
}

.ep-loyalty-copy-row input {
	flex: 1;
	min-width: 0;
	height: 46px;
	border: 1px solid #d7e1ed;
	border-radius: 6px;
	background: #f8fbff;
	color: #102a43;
	font-family: monospace;
	font-size: 14px;
}

.ep-loyalty-copy-row .button {
	height: 46px;
	padding: 0 18px;
	border-color: #0a2540;
	border-radius: 6px;
	background: #0a2540;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ep-loyalty-copy-row .button:hover,
.ep-loyalty-copy-row .button:focus {
	border-color: #3071db;
	background: #3071db;
	color: #fff;
}

.ep-loyalty-share-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 2px;
}

.ep-loyalty-share-actions .button {
	border-color: #d7e1ed;
	border-radius: 6px;
	background: #fff;
	color: #0a2540;
	font-weight: 800;
}

.ep-loyalty-orders {
	margin-bottom: 18px;
}

.ep-loyalty-orders-list {
	display: grid;
	gap: 10px;
}

.ep-loyalty-order-row {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) minmax(130px, .7fr) minmax(160px, .8fr);
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #f8fbff;
}

.ep-loyalty-order-row > div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.ep-loyalty-order-row a,
.ep-loyalty-order-row strong {
	color: #0a2540;
	font-weight: 900;
	line-height: 1.15;
}

.ep-loyalty-order-row span {
	color: #64748b;
	font-size: 12px;
	line-height: 1.3;
}

.ep-loyalty-tier-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ep-loyalty-tier {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

.ep-loyalty-tier:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: #cfd8e3;
}

.ep-loyalty-tier.tier-gold:before {
	background: #e9c45b;
}

.ep-loyalty-tier.tier-platinum:before {
	background: #3071db;
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier {
	display: grid;
	gap: 9px;
	min-height: 392px;
	padding: 24px 22px;
	border-width: 1px;
	box-shadow: 0 14px 30px rgba(10,37,64,.08);
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier:before {
	height: 5px;
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier:after {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}

.ep-loyalty-guest-tier-list .tier-silver {
	border-color: #c7d0d8;
	background:
		radial-gradient(circle at 86% 0%, rgba(255,255,255,.94), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #f2f5f7 38%, #e3e8ec 100%);
}

.ep-loyalty-guest-tier-list .tier-silver:before {
	background: linear-gradient(90deg, #858b8e, #eef0ef, #9aa2a8);
}

.ep-loyalty-guest-tier-list .tier-silver:after {
	content: "1x";
	background: #eef1f3;
	color: #3f474e;
}

.ep-loyalty-guest-tier-list .tier-silver .ep-loyalty-coin-stack span {
	background:
		radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(255,255,255,.5) 35% 37%, transparent 38%),
		repeating-radial-gradient(circle at 50% 50%, transparent 0 6px, rgba(63,71,78,.16) 7px 8px),
		linear-gradient(145deg, #f7f8f8 0%, #c9ced1 34%, #f2f4f4 58%, #8f979c 100%);
	box-shadow: inset 0 0 0 2px rgba(82,92,101,.28), inset 0 -5px 0 rgba(63,71,78,.2), 0 9px 16px rgba(70,82,92,.22);
}

.ep-loyalty-guest-tier-list .tier-gold {
	border-color: #e5c461;
	background:
		radial-gradient(circle at 86% 0%, rgba(255,246,201,.92), transparent 34%),
		linear-gradient(135deg, #fffdf4 0%, #fff5cd 42%, #f5dc8a 100%);
}

.ep-loyalty-guest-tier-list .tier-gold:before {
	background: linear-gradient(90deg, #9a6508, #ffe792, #c58b18);
}

.ep-loyalty-guest-tier-list .tier-gold:after {
	content: "1.25x";
	background: #fff0b0;
	color: #6f4700;
}

.ep-loyalty-guest-tier-list .tier-gold .ep-loyalty-coin-stack span {
	background:
		radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(255,255,255,.45) 35% 37%, transparent 38%),
		repeating-radial-gradient(circle at 50% 50%, transparent 0 6px, rgba(111,71,0,.18) 7px 8px),
		linear-gradient(145deg, #fff1a8 0%, #d8a432 34%, #ffe792 58%, #a96b08 100%);
	box-shadow: inset 0 0 0 2px rgba(111,71,0,.28), inset 0 -5px 0 rgba(111,71,0,.22), 0 9px 16px rgba(154,101,8,.26);
}

.ep-loyalty-guest-tier-list .tier-platinum {
	border-color: #91abc1;
	background:
		radial-gradient(circle at 86% 0%, rgba(232,243,245,.95), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #eef6fb 42%, #d8e5ed 100%);
}

.ep-loyalty-guest-tier-list .tier-platinum:before {
	background: linear-gradient(90deg, #27343b, #e8f3f5, #52646d);
}

.ep-loyalty-guest-tier-list .tier-platinum:after {
	content: "1.5x";
	background: #e7f0f5;
	color: #2f3d44;
}

.ep-loyalty-guest-tier-list .tier-platinum .ep-loyalty-coin-stack span {
	background:
		radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(255,255,255,.52) 35% 37%, transparent 38%),
		repeating-radial-gradient(circle at 50% 50%, transparent 0 6px, rgba(47,61,68,.17) 7px 8px),
		linear-gradient(145deg, #f4fbfc 0%, #9eb4be 34%, #e8f3f5 58%, #40525b 100%);
	box-shadow: inset 0 0 0 2px rgba(47,61,68,.3), inset 0 -5px 0 rgba(47,61,68,.23), 0 9px 16px rgba(39,52,59,.24);
}

.ep-loyalty-guest-tier-list .ep-loyalty-coin-stack {
	position: absolute;
	top: 52px;
	right: 21px;
	width: 64px;
	height: 42px;
	pointer-events: none;
}

.ep-loyalty-guest-tier-list .ep-loyalty-coin-stack span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: rgba(10,37,64,.54);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	transform: rotate(-11deg) scaleY(.82);
	transform-origin: center;
}

.ep-loyalty-guest-tier-list .ep-loyalty-coin-stack span:before {
	content: "RC";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: rgba(255,255,255,.16);
}

.ep-loyalty-guest-tier-list .ep-loyalty-coin-stack span:nth-child(1) {
	right: 26px;
	bottom: 1px;
}

.ep-loyalty-guest-tier-list .ep-loyalty-coin-stack span:nth-child(2) {
	right: 12px;
	bottom: 9px;
	transform: rotate(7deg) scaleY(.82);
}

.ep-loyalty-guest-tier-list .ep-loyalty-coin-stack span:nth-child(3) {
	right: 0;
	bottom: 1px;
	transform: rotate(16deg) scaleY(.82);
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier h3 {
	margin-right: 82px;
	font-size: 24px;
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier .ep-loyalty-muted {
	font-weight: 800;
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier li {
	position: relative;
	margin: 0 0 6px;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.32;
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier li:before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	opacity: .55;
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier li:nth-child(1),
.ep-loyalty-guest-tier-list .ep-loyalty-tier li:nth-child(2) {
	font-weight: 800;
	color: #344054;
}

.ep-loyalty-guest-tier-list .ep-loyalty-tier ul {
	margin-top: 2px;
	padding-left: 0;
	list-style: none;
}

.ep-loyalty-tier.is-active {
	border-color: rgba(48,113,219,.42);
	box-shadow: 0 16px 34px rgba(48,113,219,.12);
}

.ep-loyalty-current-tier {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #e9c45b;
	color: #0a2540;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.ep-loyalty-referral code {
	display: inline-block;
	background: #f4f4f4;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 8px;
}

.ep-ref-link-input {
	width: 340px;
	margin-right: 8px;
}

.ep-loyalty-tip {
	background: #f0f8ff;
	border-left: 3px solid #2196f3;
	padding: 10px 14px;
	font-size: 13px;
	color: #555;
	border-radius: 0 4px 4px 0;
	margin-top: 10px;
}

/* ── Cart / checkout rewards clarity ───────────────────────────────────── */
.ep-cart-rewards-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
	gap: 18px;
	align-items: stretch;
	margin: 0 0 18px;
	padding: 20px;
	border: 1px solid #cfe0f5;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(10,37,64,.98), rgba(17,58,105,.96)),
		linear-gradient(90deg, rgba(233,196,91,.14), rgba(48,113,219,.16));
	box-shadow: 0 18px 42px rgba(10,37,64,.14);
	color: #fff;
}

.ep-cart-rewards-main {
	display: grid;
	gap: 8px;
	align-content: center;
}

.ep-cart-rewards-kicker {
	color: #9fc0ee;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ep-cart-rewards-main strong {
	color: #fff;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 0;
}

.ep-cart-rewards-main small {
	max-width: 720px;
	color: rgba(255,255,255,.78);
	font-size: 13px;
	line-height: 1.45;
}

.ep-cart-rewards-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.ep-cart-rewards-metrics > div {
	display: grid;
	gap: 5px;
	min-height: 96px;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 8px;
	background: rgba(255,255,255,.1);
}

.ep-cart-rewards-metrics span,
.ep-cart-rewards-metrics small {
	color: rgba(255,255,255,.75);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
}

.ep-cart-rewards-metrics strong {
	color: #fff;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
}

body.woocommerce-cart.ep-rewards-commerce-page.ep-has-cart-rewards-panel .cart-content-wrapper {
	grid-template-areas:
		"notice notice"
		"ep-rewards-main ep-rewards-side"
		"form totals"
		"cross cross" !important;
}

body.woocommerce-cart.ep-rewards-commerce-page.ep-has-cart-rewards-panel .ep-cart-rewards-panel {
	grid-area: ep-rewards-main;
	margin: 0 !important;
	align-self: stretch;
}

body.woocommerce-cart.ep-rewards-commerce-page.ep-has-cart-rewards-panel .wlr-message-info.wlr_point_redeem_message {
	grid-area: ep-rewards-side;
	align-self: stretch;
	min-height: 148px;
	margin: 0 !important;
}

body.woocommerce-cart.ep-rewards-commerce-page .ep-first-order-banner,
body.woocommerce-cart.ep-rewards-commerce-page .ep-bwd-cart-notice {
	display: none !important;
}

body.ep-rewards-commerce-page .wlr-message-info.wlr_points_rewards_earn_points,
body.ep-rewards-commerce-page .wlr-message-info.wlr_point_redeem_message {
	width: 100% !important;
	margin: 10px 0 14px !important;
	padding: 13px 16px !important;
	border: 1px solid #d6e4f5 !important;
	border-radius: 8px !important;
	background: #f8fbff !important;
	color: #0a2540 !important;
	box-shadow: 0 10px 24px rgba(10,37,64,.06);
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
}

body.ep-rewards-commerce-page.ep-has-cart-rewards-panel .wlr-message-info.wlr_points_rewards_earn_points {
	display: none !important;
}

body.ep-rewards-commerce-page .wlr-message-info.wlr_points_rewards_earn_points img,
body.ep-rewards-commerce-page .wlr-message-info.wlr_point_redeem_message img {
	display: none !important;
}

body.ep-rewards-commerce-page .wlr-message-info #wlr-reward-link {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin-left: 8px;
	padding: 5px 10px;
	border-radius: 6px;
	background: #0a2540;
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.ep-native-rewards-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 26px;
}

.ep-native-rewards-summary > div {
	display: grid;
	gap: 8px;
	min-height: 128px;
	padding: 20px;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(10,37,64,.06);
}

.ep-native-rewards-summary span,
.ep-native-rewards-summary small {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.ep-native-rewards-summary strong {
	color: #0a2540;
	font-size: 28px;
	line-height: 1;
}

.ep-loyalty-tools-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(420px, 1.35fr);
	gap: 18px;
	margin: 18px 0 24px;
	align-items: start;
}

.ep-loyalty-tool-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 16px 18px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.ep-loyalty-tool-card h2 {
	margin: 0 0 12px;
	color: #0a2540;
	font-size: 18px;
	line-height: 1.25;
}

.ep-loyalty-tool-card select,
.ep-loyalty-tool-card input.regular-text,
.ep-loyalty-tool-card textarea {
	width: min(100%, 560px);
}

.ep-loyalty-draft-list td,
.ep-loyalty-draft-list th {
	vertical-align: top;
}

.ep-status-badge {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	white-space: normal;
}

.ep-status-draft {
	background: #f1f5f9;
	color: #334155;
}

.ep-status-warning {
	background: #fef3c7;
	color: #92400e;
}

.ep-status-rejected {
	background: #fee2e2;
	color: #991b1b;
}

.ep-restock-send-form {
	display: grid;
	gap: 8px;
	max-width: 280px;
}

.ep-restock-send-form span,
.ep-restock-final-check {
	display: block;
	color: #475569;
	font-size: 12px;
	line-height: 1.4;
}

.ep-restock-send-form input[type="text"] {
	width: 100%;
	margin-top: 4px;
}

.ep-loyalty-policy-note {
	max-width: 940px;
	margin: 8px 0 20px;
	padding: 12px 14px;
	border-left: 4px solid #3071db;
	border-radius: 0 6px 6px 0;
	background: #f8fbff;
	color: #475569;
	font-size: 13px;
	line-height: 1.6;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 782px) {
	.ep-admin-kpi-grid,
	.ep-user-profile-grid,
	.ep-native-rewards-summary {
		grid-template-columns: 1fr;
	}
	body.ep-rewards-page .content-layout-wrapper {
		padding-right: 12px;
		padding-left: 12px;
	}
	.ep-stats-row {
		gap: 10px;
	}
	.ep-stat-box {
		flex: 1 1 calc(50% - 10px);
		min-width: 0;
	}
	.ep-filter-bar form {
		flex-direction: column;
		align-items: flex-start;
	}
	.ep-loyalty-hero,
	.ep-account-rewards-hero,
	.ep-account-rewards-metrics,
	.ep-member-tier-strip-inner,
	.ep-loyalty-guest-hero,
	.ep-loyalty-guest-steps,
	.ep-loyalty-journey-rail,
	.ep-loyalty-bento-grid,
	.ep-loyalty-grid,
	.ep-loyalty-tier-list,
	.ep-loyalty-checklist,
	.ep-loyalty-order-row,
	.ep-cart-rewards-panel,
	.ep-cart-rewards-metrics,
	body.ep-rewards-page .wlr-myaccount-page .wlr-points-container,
	body.ep-rewards-page .wlr-myaccount-page .wlr-user-reward-contents,
	body.ep-rewards-page .wlr-myaccount-page .wlr-campaign-container {
		grid-template-columns: 1fr;
	}
	body.ep-rewards-page .wlr-myaccount-page .wlr-points-container {
		flex-direction: column !important;
	}
	body.woocommerce-cart.ep-rewards-commerce-page.ep-has-cart-rewards-panel .cart-content-wrapper {
		grid-template-areas:
			"notice"
			"ep-rewards-main"
			"ep-rewards-side"
			"form"
			"totals"
			"cross" !important;
	}
	body.woocommerce-cart.ep-rewards-commerce-page.ep-has-cart-rewards-panel .wlr-message-info.wlr_point_redeem_message {
		min-height: 0;
	}
	body.ep-rewards-page .woocommerce-MyAccount-content {
		margin-bottom: 36px;
	}
	body.ep-rewards-page .woocommerce-MyAccount-navigation > ul {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	body.ep-rewards-page .woocommerce-MyAccount-navigation a {
		min-height: 34px;
		padding: 8px 10px !important;
		font-size: 12px;
	}
	body.ep-rewards-page .wlr-myaccount-page .wlr-heading {
		font-size: 22px;
	}
	.ep-loyalty-hero {
		padding: 24px;
	}
	.ep-account-rewards-hero,
	.ep-account-progress-card {
		padding: 18px;
	}
	.ep-loyalty-guest-hero {
		padding: 24px;
	}
	.ep-loyalty-hero h2 {
		font-size: 34px;
	}
	.ep-account-rewards-copy h2 {
		font-size: 32px;
	}
	.ep-account-rewards-metrics div {
		min-height: 0;
	}
	.ep-member-tier-strip {
		margin: 12px auto 14px;
		padding: 0 10px;
	}
	.single-product .ep-member-tier-strip {
		margin-top: 32px;
	}
	.ep-member-tier-strip-inner {
		gap: 10px;
		min-height: 0;
		padding: 12px;
	}
	.ep-member-tier-strip-main {
		display: grid;
		gap: 5px;
	}
	.ep-member-tier-strip-stats {
		justify-content: flex-start;
	}
	.ep-member-tier-strip a {
		width: fit-content;
	}
	.single-product .ep-member-tier-strip-inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
		padding: 10px 12px;
	}
	.single-product .ep-member-tier-strip + .wd-content-area {
		margin-top: -22px;
	}
	.single-product .ep-member-tier-strip-main {
		display: flex;
		align-items: center;
	}
	.single-product .ep-member-tier-strip-main strong {
		display: none;
	}
	.single-product .ep-member-tier-strip-stats {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 5px;
		width: 100%;
	}
	.single-product .ep-member-tier-strip-stats span {
		justify-content: center;
		min-height: 26px;
		padding: 5px 4px;
		font-size: 10px;
	}
	.single-product .ep-member-tier-strip a {
		display: none;
	}
	.ep-loyalty-guest-hero h2 {
		font-size: 32px;
	}
	.ep-loyalty-guest-value strong {
		font-size: 42px;
	}
	.ep-loyalty-guest-steps {
		gap: 10px;
		padding: 0;
	}
	.ep-loyalty-guest-steps:before {
		display: none;
	}
	.ep-loyalty-journey,
	.ep-loyalty-bento {
		padding: 18px;
	}
	.ep-loyalty-journey-head,
	.ep-loyalty-bento-head {
		display: grid;
		gap: 8px;
		align-items: start;
	}
	.ep-loyalty-journey-rail:before {
		display: none;
	}
	.ep-perk-tier-card {
		padding: 16px;
	}
	.ep-loyalty-guest-steps div {
		min-height: 0;
		padding: 16px;
	}
	.ep-loyalty-guest-tier-list .ep-loyalty-tier {
		min-height: 0;
	}
	.ep-loyalty-guest-tier-list .ep-loyalty-coin-stack {
		top: 48px;
		transform: scale(.86);
		transform-origin: top right;
	}
	.ep-loyalty-guest-tier-list .ep-loyalty-tier h3 {
		margin-right: 74px;
	}
	.ep-loyalty-guest-actions .button {
		width: 100%;
	}
	.ep-loyalty-copy-row {
		flex-direction: column;
		align-items: stretch;
	}
	.ep-loyalty-copy-row .button {
		width: 100%;
	}
	.ep-loyalty-tools-grid {
		grid-template-columns: 1fr;
	}
}
