/* ===== Header account icon (injected via wp_nav_menu_items) ===== */
.fpsz-account-menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 10px !important;
}

.fpsz-account-menu-item svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

/* ===== My Account "Loyalty Card(s)" tab ===== */
.fpsz-loyalty-account {
	max-width: 640px;
	color: #859f7a;
}

.fpsz-loyalty-card {
	margin: 24px 0;
	padding-top: 16px;
	border-top: 1px solid #e5e5e5;
}

.fpsz-loyalty-card:first-of-type {
	border-top: none;
	padding-top: 0;
}

.fpsz-loyalty-summary,
.fpsz-loyalty-next {
	font-size: 1rem;
}

.fpsz-loyalty-note {
	color: #859f7a;
	font-size: 0.9rem;
}

.fpsz-loyalty-diamond-note {
	font-weight: 600;
}

.fpsz-loyalty-grid {
	margin: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.fpsz-loyalty-row {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.fpsz-loyalty-cell {
	width: 34px;
	height: 34px;
	border: 2px solid #ccc;
	border-radius: 6px;
	background: #fff;
	flex-shrink: 0;
}

/* Empty (not-yet-earned) boxes are tinted by tier so the pattern reads
   at a glance even before they're filled in. */
.fpsz-loyalty-cell--green {
	border-color: #6a9873;
}

.fpsz-loyalty-cell--purple {
	border-color: #7B5EA7;
}

.fpsz-loyalty-cell--brown {
	border-color: #7A5532;
}

.fpsz-loyalty-cell--filled.fpsz-loyalty-cell--green {
	background: #8bb894;
}

.fpsz-loyalty-cell--filled.fpsz-loyalty-cell--purple {
	background: #b199cd;
}

.fpsz-loyalty-cell--filled.fpsz-loyalty-cell--brown {
	background: #c69c73;
}

.fpsz-loyalty-reward {
	margin-left: 10px;
	padding: 6px 12px;
	border-radius: 6px;
	background: #f3eefa;
	font-weight: 600;
	font-size: 0.9rem;
	white-space: nowrap;
}

.fpsz-loyalty-progress-note {
	color: #859f7a;
	font-size: 0.9rem;
}

.fpsz-loyalty-referral-table {
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
}

.fpsz-loyalty-referral-table th,
.fpsz-loyalty-referral-table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
}

.fpsz-loyalty-coupon-list {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.fpsz-loyalty-coupon-list li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.fpsz-loyalty-policy-trigger {
	margin-top: 24px;
}

/* Popup Maker's default theme colors the AromaTouch policy popup's own
   close button teal — scoped to just this popup (#pum-1369) so other
   popups built later with a different theme aren't affected. */
#pum-1369 .pum-close {
	background-color: var(--fp-zold, #4E7C59) !important;
	color: #fff !important;
	border-color: var(--fp-zold, #4E7C59) !important;
}
