/**
 * NRIPage Rewards module â€” global styles only (no inline CSS in PHP views).
 * Load in views: <link href="<?php echo base_url . theme_folder_name; ?>/rewards/rewards-css.css" rel="stylesheet" type="text/css" />
 */

/* --- Admin: All Transactions search layout --- */
.rewards-alltxns-search-form {
	margin: 0;
}

/* Match yellowpages/admin/list.php: form is .form-horizontal.row; cols are direct children (no nested .row). */
.rewards-alltxns-search-form.form-horizontal.row .col-md-2 .form-control {
	width: 100%;
}

.rewards-alltxns-search-form.form-horizontal.row > .rewards-alltxns-search-form__btn {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	margin-bottom: 6px;
}

.rewards-alltxns-search-form.form-horizontal.row > .rewards-alltxns-search-form__btn.searchButton {
	margin-left: 0;
}

/* Clear link hidden until filters active (toggled via JS class) */
.rewards-alltxns-clear--hidden {
	display: none !important;
}

/* R30.10 — export buttons on dedicated row below filters */
.rewards-alltxns-export-row {
	margin: 0 -7px 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.rewards-alltxns-export-row__btn {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

@media (max-width: 767px) {
	.rewards-alltxns-export-row {
		flex-direction: column;
		align-items: stretch;
	}

	.rewards-alltxns-export-row__btn {
		width: 100%;
		text-align: center;
	}
}

/* --- Admin: All Businesses search â€” mirror All Transactions markup (.col-md-2 + clearfix + buttons as direct children) --- */
.rewards-allbiz-search-form {
	margin: 0;
}

.rewards-allbiz-search-form.form-horizontal.row .col-md-2 .form-control {
	width: 100%;
}

.rewards-allbiz-search-form .rewards-allbiz-filter-category-wrap .select2-container {
	width: 100% !important;
}

.rewards-allbiz-search-form .rewards-allbiz-filter-category-wrap .select2-container .select2-choice {
	border-radius: 0;
}

#rewards_users_table.rewards-allusers-table thead th,
#rewards_users_table.rewards-allusers-table tbody td {
	vertical-align: top;
}
#rewards_users_table.rewards-allusers-table thead th:nth-child(2),
#rewards_users_table.rewards-allusers-table tbody td:nth-child(2) {
	min-width: 160px;
	width: 22%;
}
#rewards_users_table.rewards-allusers-table thead th:nth-child(3),
#rewards_users_table.rewards-allusers-table tbody td:nth-child(3) {
	min-width: 180px;
	width: 26%;
	word-break: break-word;
}
#rewards_users_table.rewards-allusers-table thead th:nth-child(4),
#rewards_users_table.rewards-allusers-table tbody td:nth-child(4) {
	min-width: 120px;
	width: 20%;
}

.rewards-tx-status--bill-1,
.rewards-bill-status--verified {
	background-color: #3598dc !important;
	color: #fff !important;
}

.rewards-allbiz-search-form.form-horizontal.row > .rewards-allbiz-search-form__btn {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	margin-bottom: 6px;
}

.rewards-allbiz-search-form.form-horizontal.row > .rewards-allbiz-search-form__btn.searchButton {
	margin-left: 0;
}

/* --- Business view (rewards-bizadmin) â€” layout aligned with yellowpages/admin/view.php read-only patterns --- */
.rewards-business-view__page-title .rewards-business-view__status-wrap {
	margin-left: 8px;
	vertical-align: middle;
}

.rewards-business-view__page-title .rewards-business-view__status-wrap .label {
	vertical-align: middle;
}

.rewards-business-view__rbs {
	font-size: 14px;
	font-weight: normal;
}

.rewards-business-view__tabs {
	margin-bottom: 0;
	border-bottom-color: #ddd;
}

.rewards-business-view__tab-content {
	padding: 16px 16px 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 20px;
}

.rewards-business-view-details-portlet.portlet.light {
	background: #fff;
}

.rewards-business-view-details-form__meta-row {
	margin-bottom: 12px;
}

.rewards-business-view-details-form__pill {
	display: inline-block;
	margin: 0 8px 8px 0;
	font-size: 12px;
	padding: 6px 10px;
	vertical-align: middle;
	border: 0;
}

.rewards-business-view-details-form__pill.label-info {
	background-color: #3aa0ff;
	color: #fff;
}

.rewards-business-view-details-form__pill.label-default {
	background-color: #6b8cae;
	color: #fff;
}

.rewards-business-view-details-form__meta-row .label {
	vertical-align: middle;
}

.rewards-business-view-details-form .form-body {
	padding-top: 4px;
}

.rewards-business-view-details-form .form-group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 14px;
}

.rewards-business-view-details-form__logo-group .form-content {
	padding-top: 0;
}

.rewards-business-view-details-form .control-label {
	flex: 0 0 200px;
	max-width: 200px;
	width: 200px;
	text-align: left;
	font-weight: 600;
	color: #000;
	padding-top: 4px;
	padding-right: 12px;
}

.rewards-business-view-details-form .form-content {
	flex: 1 1 0;
	min-width: 0;
	padding-top: 4px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.rewards-business-view-details-form__description {
	max-width: 100%;
}

.rewards-business-view-details-form__hint {
	margin: 0 0 10px;
}

.rewards-business-view-details-form__actions {
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.rewards-business-view-details-form__actions .control-label:empty {
	display: none;
}

.rewards-business-view-details-form__actions .form-content {
	padding-top: 0;
}

.rewards-business-view-details-form__actions .btn {
	margin-right: 6px;
	margin-bottom: 4px;
}

/* R31 — Merchant OCR Intelligence */
.rewards-merchant-ocr-portlet {
	margin-top: 16px;
}
.rewards-merchant-ocr-form .form-group {
	margin-bottom: 10px;
}
.rewards-merchant-ocr-health {
	font-size: 12px;
}
.rewards-merchant-ocr-raw-pre {
	max-height: 70vh;
	overflow: auto;
	white-space: pre-wrap;
	word-break: break-word;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	padding: 12px 14px;
	font-size: 12px;
	line-height: 1.45;
}
.rewards-merchant-ocr-history-title {
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 14px;
}
.rewards-sample-bill-ocr-feedback__list li {
	margin-bottom: 4px;
}

.rewards-biz-city-tag {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 2px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #333;
}

.rewards-business-view__section-title {
	font-size: 15px;
	font-weight: 600 !important;
	margin: 25px 0 0px !important;
	padding-bottom: 6px;
	border-top: 1px solid #e5e5e5;
	width: 100%;
	flex: 1 1 100% !important;
	max-width: none !important;
	line-height: 50px;
}

.rewards-business-view__logo-row {
	text-align: left;
}

.rewards-business-view__logo-img {
	max-width: 220px;
	max-height: 120px;
	height: auto;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 4px;
	background: #fafafa;
}

.rewards-business-view__managers-table tbody tr.success td {
	background-color: #dff0d8 !important;
}

.rewards-business-view__activity-wrap {
	margin-bottom: 0;
}

.rewards-business-view__activity-help {
	margin-bottom: 12px;
	max-width: 920px;
	line-height: 1.45;
}

.rewards-business-view__activity-table {
	margin-bottom: 0;
}

.rewards-business-view .custom-clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.rewards-business-view-details-form .form-group {
		display: block;
	}

	.rewards-business-view-details-form .control-label {
		flex: none;
		max-width: none;
		width: auto;
		padding-bottom: 2px;
	}

	.rewards-business-view-details-form .form-content {
		padding-top: 0;
		padding-left: 0;
	}

	/* Biz Admin & Managers: label left, value right (mobile only) */
	.rewards-business-view__managers-wrap.no-more-tables .rewards-business-view__managers-table tbody > tr > td {
		padding: 10px 12px 10px 42%;
		min-height: 2.4em;
		text-align: right !important;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.rewards-business-view__managers-wrap.no-more-tables .rewards-business-view__managers-table tbody > tr > td:before {
		position: absolute;
		left: 8px;
		top: 10px;
		display: block;
		width: 38%;
		max-width: 38%;
		padding: 0;
		margin: 0;
		text-align: left;
		font-weight: 600;
		white-space: normal;
	}
}

.rewards-biz-details-skeleton {
	padding: 12px 4px 8px;
	min-height: 120px;
}

.rewards-biz-details-skeleton__bar {
	height: 14px;
	margin-bottom: 12px;
	border-radius: 3px;
	background: linear-gradient(90deg, #ececec 0%, #f7f7f7 45%, #ececec 90%);
	background-size: 200% 100%;
	animation: rewards-biz-sk-shimmer 1.1s ease-in-out infinite;
}

.rewards-biz-details-skeleton__bar--lg {
	width: 55%;
	height: 18px;
}

.rewards-biz-details-skeleton__bar--sm {
	width: 35%;
	margin-bottom: 0;
}

@keyframes rewards-biz-sk-shimmer {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: -100% 0;
	}
}

.rewards-biz-staff-block {
	display: inline-block;
	margin-bottom: 4px;
}

.rewards-biz-staff-block--managers {
	display: block;
	margin-bottom: 4px;
}

/* All Businesses — column toggle row (Yellow Pages list pattern) */
.rewards-allbiz-column-toolbar {
	margin-bottom: 10px;
}

.rewards-allbiz-id-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
}

.rewards-allbiz-id-meta .label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	vertical-align: middle;
	min-height: 22px;
	line-height: 1.2;
	padding: 3px 8px;
	font-size: 12px;
	white-space: nowrap;
	box-sizing: border-box;
}

.rewards-allbiz-id-meta .label .fa {
	line-height: 1;
	font-size: 11px;
	vertical-align: middle;
}

/* Add Managers modal â€” Yellow Pages change_user style + overrides for bootstrap-modal / Metronic */
/* bootstrap-modal-bs3patch.css forces .modal { width:500px; margin-left:-250px; left:50% } â€” breaks our wider .modal-dialog and clips the right edge; restore BS3-style full-viewport shell. */
#rewardsBizPromoteModal.rewards-biz-promote-modal.modal,
#rewardsBizDeactivateModal.rewards-biz-promote-modal.modal,
#rewardsBizTxRequestModal.rewards-biz-promote-modal.modal,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal.modal,
#npBizGenerateModal.rewards-biz-promote-modal.modal,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal.modal,
#rewardsTxCloseConfirmModal.modal {
	/* Must sit above .rewards-biz-actions-dropdown (1025) and default Bootstrap backdrop (~1040) */
	z-index: 10070 !important;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	width: auto !important;
	max-width: none !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-dialog.rewards-biz-promote-modal__dialog,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-dialog.rewards-biz-promote-modal__dialog,
#npBizGenerateModal.rewards-biz-promote-modal .modal-dialog.rewards-biz-promote-modal__dialog,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-dialog.rewards-biz-promote-modal__dialog,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-dialog.rewards-biz-promote-modal__dialog,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-dialog.rewards-biz-promote-modal__dialog,
#rewardsTxCloseConfirmModal .modal-dialog {
	width: 520px;
	max-width: calc(100vw - 24px);
	margin: 30px auto;
	margin-left: auto !important;
	margin-right: auto !important;
	left: auto !important;
	right: auto !important;
	box-sizing: border-box;
}

#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-dialog.rewards-biz-promote-modal__dialog,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-dialog.rewards-biz-promote-modal__dialog {
	width: 640px;
	max-width: calc(100vw - 24px);
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-content.rewards-biz-promote-modal__shell,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-content.rewards-biz-promote-modal__shell,
#npBizGenerateModal.rewards-biz-promote-modal .modal-content.rewards-biz-promote-modal__shell,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-content.rewards-biz-promote-modal__shell,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-content.rewards-biz-promote-modal__shell,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-content.rewards-biz-promote-modal__shell,
#rewardsTxCloseConfirmModal .modal-content {
	border: 1px solid #ccc;
	border-radius: 4px !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.28) !important;
	background: #fff !important;
	overflow: visible !important;
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-header,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-header,
#npBizGenerateModal.rewards-biz-promote-modal .modal-header,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-header,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-header,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-header,
#rewardsTxCloseConfirmModal .modal-header {
	background: #333 !important;
	border-bottom: 1px solid #262626 !important;
	border-radius: 4px 4px 0 0 !important;
	padding: 12px 15px !important;
	min-height: auto !important;
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-header .close,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-header .close,
#npBizGenerateModal.rewards-biz-promote-modal .modal-header .close,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-header .close,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-header .close,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-header .close,
#rewardsTxCloseConfirmModal .modal-header .close {
	margin-top: 2px !important;
	opacity: 0.85 !important;
	color: #fff !important;
	text-shadow: none !important;
	font-size: 28px !important;
	line-height: 22px !important;
	font-weight: 300 !important;
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-header .modal-title,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-header .modal-title,
#npBizGenerateModal.rewards-biz-promote-modal .modal-header .modal-title,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-header .modal-title,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-header .modal-title,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-header .modal-title,
#rewardsTxCloseConfirmModal .modal-header .modal-title {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin: 0 !important;
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-body,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-body,
#npBizGenerateModal.rewards-biz-promote-modal .modal-body,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-body,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-body,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-body,
#rewardsTxCloseConfirmModal .modal-body {
	padding: 16px 18px !important;
	background: #fff !important;
	overflow: visible !important;
	max-height: none !important;
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-body .control-label,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-body .control-label,
#npBizGenerateModal.rewards-biz-promote-modal .modal-body .control-label,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-body .control-label,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-body .control-label,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-body .control-label {
	font-weight: 600;
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-footer,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-footer,
#npBizGenerateModal.rewards-biz-promote-modal .modal-footer,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-footer,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-footer,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-footer,
#rewardsTxCloseConfirmModal .modal-footer {
	text-align: right !important;
	padding: 10px 15px !important;
	margin-top: 0 !important;
	background-color: #f5f5f5 !important;
	border-top: 1px solid #e5e5e5 !important;
	border-radius: 0 0 4px 4px !important;
	clear: both !important;
}

#rewardsBizPromoteModal.rewards-biz-promote-modal .modal-footer .btn,
#rewardsBizDeactivateModal.rewards-biz-promote-modal .modal-footer .btn,
#npBizGenerateModal.rewards-biz-promote-modal .modal-footer .btn,
#rewardsBizTxRequestModal.rewards-biz-promote-modal .modal-footer .btn,
#rewardsAllTxnsConcernModal.rewards-biz-promote-modal .modal-footer .btn,
#rewardsAllTxnsRequestModal.rewards-biz-promote-modal .modal-footer .btn {
	float: none !important;
	display: inline-block !important;
	margin-left: 6px !important;
	vertical-align: middle !important;
}

/* ModalManager stacking (inner modal vs siblings inside .modal-scrollable) */
.modal-scrollable #rewardsBizPromoteModal.rewards-biz-promote-modal.modal.in,
.modal-scrollable #rewardsBizDeactivateModal.rewards-biz-promote-modal.modal.in,
.modal-scrollable #npBizGenerateModal.rewards-biz-promote-modal.modal.in,
.modal-scrollable #rewardsBizTxRequestModal.rewards-biz-promote-modal.modal.in,
.modal-scrollable #rewardsAllTxnsConcernModal.rewards-biz-promote-modal.modal.in,
.modal-scrollable #rewardsAllTxnsRequestModal.rewards-biz-promote-modal.modal.in {
	z-index: 10072 !important;
}

/* Do not use .fade on these modals â€” bootstrap-modalmanager + Metronic can leave opacity:0 without a reliable .in */
body.rewards-biz-promote-modal-open .modal.rewards-biz-promote-modal.fade {
	opacity: 1 !important;
}

/*
 * bootstrap-modalmanager wraps the dialog in .modal-scrollable. If .modal-backdrop
 * stacks above that wrapper (common with Metronic / bs3patch), only the dim layer shows.
 * Keep backdrop below .modal-scrollable; do NOT raise .modal above .modal-scrollable (breaks Add Managers).
 */
body.rewards-biz-promote-modal-open .modal-backdrop {
	z-index: 100160 !important;
	opacity: 0.55 !important;
}
body.rewards-biz-promote-modal-open .modal-scrollable {
	z-index: 100180 !important;
}
/* ModalManager: modal stays inside .modal-scrollable — low z-index on .modal is intentional */
body.rewards-biz-promote-modal-open .modal-scrollable > .modal.rewards-biz-promote-modal.modal.in,
.modal-scrollable > .modal.rewards-biz-promote-modal.modal.in,
.modal-scrollable > #rewardsTxCloseConfirmModal.modal.in {
	display: block !important;
	opacity: 1 !important;
}
/*
 * Pages that append the modal to body (All Businesses Add Managers / Deactivate).
 * ID selectors on the modal set z-index:10070 — must beat that AND sit above backdrop (100160).
 */
body.rewards-biz-promote-modal-open > #rewardsBizPromoteModal.rewards-biz-promote-modal.modal.in,
body.rewards-biz-promote-modal-open > #rewardsBizDeactivateModal.rewards-biz-promote-modal.modal.in,
body.rewards-biz-promote-modal-open > #npBizGenerateModal.rewards-biz-promote-modal.modal.in,
body.rewards-biz-promote-modal-open > #rewardsBizTxRequestModal.rewards-biz-promote-modal.modal.in,
body.rewards-biz-promote-modal-open > #rewardsAllTxnsConcernModal.rewards-biz-promote-modal.modal.in,
body.rewards-biz-promote-modal-open > #rewardsAllTxnsRequestModal.rewards-biz-promote-modal.modal.in,
body.rewards-biz-promote-modal-open > #rewardsTxCloseConfirmModal.modal.in {
	z-index: 100190 !important;
	display: block !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

/* Avoid horizontal clipping of fixed modals inside Metronic layout (overflow/transform) */
body.rewards-biz-promote-modal-open .page-content-wrapper,
body.rewards-biz-promote-modal-open .page-content {
	overflow-x: visible !important;
}
body.rewards-biz-promote-modal-open .page-sidebar,
body.rewards-biz-promote-modal-open .page-header {
	z-index: 10040 !important;
}

.rewards-biz-promote-modal__context {
	margin-bottom: 14px !important;
	background: #f9f9f9 !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 4px !important;
}
.rewards-biz-promote-modal__context .lead {
	color: #333;
}

/* Biz All Transactions â€” View request modal (same shell as Add Managers / All Businesses) */
#rewardsBizTxRequestModal.rewards-biz-promote-modal .rewards-biz-tx-request-modal-body {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

.rewards-biz-tx-request-modal__tx-context {
	margin-bottom: 16px !important;
}

.rewards-biz-tx-request-modal__context-kicker {
	margin-bottom: 6px;
}

.rewards-biz-tx-request-modal__context-tx {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.rewards-biz-tx-request-modal__req-card {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 16px;
	overflow: hidden;
}

.rewards-biz-tx-request-modal__req-card:last-child {
	margin-bottom: 0;
}

.rewards-biz-tx-request-modal__req-head {
	padding: 10px 14px;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
}

.rewards-biz-tx-request-modal__req-head .label {
	vertical-align: middle;
	margin-left: 6px;
}

.rewards-biz-tx-request-modal__req-body {
	padding: 14px 14px 4px;
}

.rewards-biz-tx-request-modal__desc {
	word-break: break-word;
	white-space: pre-wrap;
	max-height: 200px;
	overflow-y: auto;
}

.rewards-biz-tx-request-modal__staff-section {
	padding: 14px;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
}

.rewards-biz-tx-request-modal__staff-title {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 600;
}

#rewardsBizTxRequestModal .rewards-biz-staff-action-form .form-actions {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}

#rewardsBizTxRequestModal .rewards-biz-staff-desc-err {
	display: none;
}

.rewards-alltxns-req-detail .rewards-alltxns-req-pre {
	white-space: pre-wrap;
	word-break: break-word;
	font-size: 12px;
	line-height: 1.35;
	max-height: 160px;
	overflow: auto;
	margin: 4px 0 0;
	padding: 8px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 3px;
}

/* Row actions: Yellow Pagesâ€“style dropdown */
.rewards-biz-row-actions {
	vertical-align: middle;
}
.rewards-biz-actions-dropdown {
	min-width: 188px;
	/* Below rewards-biz-promote-modal dialogs (10070+) so first open is not covered */
	z-index: 1025;
}
#rewards_business_table_wrapper,
#rewards_tx_table_wrapper,
#biz_rewards_tx_table_wrapper {
	overflow: visible !important;
}

.rewards-biz-tx-table-wrap {
	overflow: visible !important;
}

.rewards-biz-tx-table-wrap .table-scrollable {
	overflow: visible !important;
}

/* B-ACT-3: Add Managers modal */
.rewards-biz-promote-suggest {
	position: absolute;
	z-index: 11060;
	max-height: 220px;
	overflow-y: auto;
	width: 100%;
	margin-top: 2px;
	display: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
	background: #fff;
}

.rewards-biz-promote-suggest .list-group-item {
	cursor: pointer;
}

.rewards-biz-promote-suggest .list-group-item:hover {
	background: #f5f5f5;
}

.rewards-biz-promote-typeahead-wrap {
	position: relative;
}

.rewards-biz-promote-selected {
	min-height: 2.5em;
}

.rewards-biz-promote-chip {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 4px 8px;
	background: #eef3f7;
	border: 1px solid #cbd5dd;
	border-radius: 3px;
	font-size: 13px;
}

.rewards-biz-promote-chip-remove {
	margin-left: 6px;
	cursor: pointer;
	color: #888;
}

.rewards-biz-promote-chip-remove:hover {
	color: #c00;
}

.rewards-biz-promote-error-ul {
	margin: 8px 0 0 18px;
	padding: 0;
}

/* --- Admin: transaction table headers (avoid awkward wraps) --- */
.rewards-tx-id-bill-links {
	white-space: nowrap;
	margin-left: 4px;
}
.rewards-tx-id-bill-links .rewards-tx-bill-view-link,
.rewards-tx-id-bill-links .rewards-tx-bill-dl-link {
	margin-left: 4px;
	color: #555;
}
#rewards_tx_table thead th.rewards-alltxns-col--tx-type,
#rewards_tx_table thead th.rewards-alltxns-col--tx-status,
#rewards_tx_table thead th.rewards-alltxns-col--reward-amount,
#rewards_tx_table thead th.rewards-alltxns-col--bill-amt,
#rewards_tx_table thead th.rewards-alltxns-col--discount,
#rewards_tx_table thead th.rewards-alltxns-col--tx-datetime {
	white-space: nowrap;
}
#rewards_tx_table thead th.rewards-alltxns-col--reward-amount {
	min-width: 7.5em;
	text-align: left;
}
#rewards_tx_table thead th.rewards-alltxns-col--bill-amt,
#rewards_tx_table thead th.rewards-alltxns-col--discount {
	min-width: 6.5em;
}
#rewards_tx_table tbody td.rewards-tx-datetime-cell {
	min-width: 9em;
	line-height: 1.35;
	vertical-align: top;
}
#rewards_tx_table thead th.rewards-alltxns-col--tx-type {
	min-width: 8.5em;
	white-space: nowrap;
}
#rewards_tx_table thead th.rewards-alltxns-col--tx-status {
	min-width: 10em;
}
#rewards_tx_table .rewards-tx-status--earned-redeemed {
	margin-bottom: 2px;
}

.rewards-alltxns-col-na {
	color: #999;
	font-size: 14px;
	line-height: 1.4;
}
.rewards-alltxns-col-na--discount {
	color: #000;
}
.rewards-alltxns-col-na--reward {
	text-align: left;
	color: #000;
}

#rewards_tx_table .rewards-alltxns-tx-status-tx .label-primary {
	background-color: #1F8A84 !important;
}

/* Rewards TX status label colors (yellow / teal / readable defaults) */
.rewards-ops-table .label-warning,
.rewards-alltxns-tx-status-stack .label-warning,
#rewards_tx_table .label-warning,
#rewards_all_bills_table .label-warning {
	background-color: #a48934 !important;
	color: #fff !important;
}

.rewards-ops-table .label-primary,
.rewards-alltxns-tx-status-stack .label-primary,
#rewards_tx_table .label-primary,
#rewards_all_bills_table .label-primary {
	background-color: #1F8A84 !important;
	color: #fff !important;
}
.rewards-ops-table .label-info,
.rewards-alltxns-tx-status-stack .label-info,
#rewards_tx_table .label-info,
#rewards_all_bills_table .label-info {
	background-color: #1877F2 !important;
	color: #fff !important;
}
#rewards_tx_table .rldbrs {
	background-color: darkorchid !important;
	color: #fff !important;
}
.rewards-ops-table .rldbrs {
	background-color: darkorchid !important;
	color: #fff !important;
}
.mgrverif 
{
	background-color: #00BFFF !important;
	font-weight: 600;
}
/* Bill Uploaded / neutral defaults — solid slate (avoid washed-out label-default) */
.rewards-ops-table .label-default,
.rewards-alltxns-tx-status-stack .label-default,
#rewards_tx_table .label-default,
#rewards_all_bills_table .label-default {
	background-color: #64748b !important;
	color: #fff !important;
}

/* Request Expired — distinct stone, high contrast */
.rewards-ops-table .rewards-redemption-status--expired,
.rewards-alltxns-tx-status-stack .rewards-redemption-status--expired,
#rewards_tx_table .rewards-redemption-status--expired {
	background-color: #78716c !important;
	color: #fff !important;
}

/* R30.83: bill status badges inherit the All Transactions label palette (label-warning/success/danger/default). */
.rewards-bill-status {
}

/* R30.83: All Bills — status badge sits under a bold Bill ID (All Businesses ID/meta pattern). */
.rewards-allbills-id-meta {
	margin-top: 6px;
}
.rewards-allbills-id-meta .label {
	display: inline-block;
	white-space: nowrap;
}

.rewards-alltxns-reward-cell {
	text-align: left;
	line-height: 1.45;
}

.rewards-alltxns-biz-cell {
	line-height: 1.45;
}

.rewards-alltxns-biz-link:hover,
.rewards-alltxns-biz-link:focus {
	text-decoration: underline;
	color: #337ab7;
}

.rewards-alltxns-biz-city {
	display: inline-block;
	margin-top: 2px;
	font-size: 12px;
}

.rewards-alltxns-biz-city .fa-map-marker {
	margin-right: 3px;
	opacity: 0.85;
}

.rewards-alltxns-txid-stack {
	line-height: 1.45;
}
.rewards-alltxns-txid-stack .rewards-tx-id-link {
	display: inline-block;
}
.rewards-alltxns-txid-stack .rewards-alltxns-tx-status-stack {
	margin-top: 2px;
}
#rewards_tx_table thead th.rewards-alltxns-col--tx-id {
	min-width: 150px;
}
#rewards_tx_table thead th .rewards-alltxns-col-hint {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 1.25;
	margin-top: 2px;
}
.rewards-alltxns-tx-status-stack {
	line-height: 1.45;
}
.rewards-alltxns-tx-status-stack .rewards-alltxns-tx-status-bill {
	display: inline-block;
	margin-top: 2px;
}
.rewards-alltxns-city-filter-wrap .typeahead__container,
.rewards-alltxns-business-filter-wrap .typeahead__container {
	width: 100%;
}
.rewards-alltxns-city-filter-wrap .rewards-alltxns-city-search,
.rewards-alltxns-business-filter-wrap .rewards-alltxns-business-search {
	height: 34px !important;
	width: 100%;
}
.rewards-alltxns-city-filter-wrap .typeahead__cancel-button,
.rewards-alltxns-business-filter-wrap .typeahead__cancel-button {
	top: 5px !important;
}

/* --- Rewards nav dropdowns (admin + biz) --- */
.rewards-nav__dropdown-toggle-xs {
	background: #fff;
}

.rewards-nav__icon-xs {
	font-size: 15px;
}

.rewards-nav__link-icon--list {
	color: #008000;
}

.rewards-nav__link-icon--exchange {
	color: #800080;
}

.rewards-nav__link-icon--building {
	color: #008080;
}

.rewards-nav__link-icon--plus {
	color: #c00;
}

.rewards-nav__link-icon--tags {
	color: #800080;
}

.rewards-nav__link-icon--plus-sky {
	color: #87ceeb;
}

.rewards-nav__link-icon--envelope {
	color: #00f;
}

.rewards-nav__link-icon--users {
	color: #c00;
}

.rewards-nav__link-icon--external {
	color: #008080;
}

.nav-buttons-holder .rewards-nav-add-business {
	margin-right: 8px;
}

/* --- Biz: all transactions toolbar --- */
.rewards-biz-tx-business-form {
	margin-bottom: 12px;
}

.rewards-biz-tx-business-select {
	min-width: 220px;
}

.rewards-biz-tx-col-toggle-row {
	margin-bottom: 10px;
}

.rewards-biz-tx-col-toggle-label {
	margin-right: 8px;
}

/* --- Biz: transaction detail (read-only AC view) --- */
.rewards-biz-tx-detail__title-status {
	margin-left: 8px;
	vertical-align: middle;
}

.rewards-biz-tx-detail__title-reward {
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
}

.rewards-biz-tx-detail__portlet {
	margin-bottom: 18px;
}

/* Requests & concerns — larger type, distinct heading, spaced from surrounding portlets */
#rewards-tx-requests.rewards-tx-requests-portlet,
#rewards-tx-requests.rewards-biz-tx-detail__portlet {
	margin-top: 28px;
	margin-bottom: 28px;
}
#rewards-tx-requests > .portlet-title {
	background: #F4C882 !important;
	background-color: #F4C882 !important;
	border-color: #F4C882 !important;
}
#rewards-tx-requests .portlet-title .caption,
#rewards-tx-requests.rewards-tx-requests-portlet > .portlet-title > .caption {
	color: #9a3412 !important;
	font-size: 16px;
	font-weight: 400 !important;
}
#rewards-tx-requests .portlet-title .caption i,
#rewards-tx-requests.rewards-tx-requests-portlet > .portlet-title > .caption i {
	color: #9a3412 !important;
	margin-right: 6px;
}
#rewards-tx-requests .portlet-title .caption > i {
	color: #7c2d12 !important;
}

/* Admin TX — internal note: full-width textarea, Save below */
.rewards-admin-tx-note-compose {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}
.rewards-admin-tx-note-compose textarea.form-control {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
#rewards-tx-requests .portlet-body {
	font-size: 15px;
	line-height: 1.5;
}
#rewards-tx-requests .rewards-tx-request-thread__who,
#rewards-tx-requests .rewards-tx-request-compose__title {
	font-size: 16px;
	color: #9a3412;
}
#rewards-tx-requests .rewards-tx-request-msg__author {
	font-size: 14px;
}
#rewards-tx-requests .rewards-tx-request-msg__body,
#rewards-tx-requests .rewards-tx-request-compose textarea,
#rewards-tx-requests .text-muted {
	font-size: 15px;
}

.rewards-tx-request-threads {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.rewards-tx-request-thread {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}
.rewards-tx-request-thread__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	background: #fff7ed;
	border-bottom: 1px solid #fed7aa;
}
.rewards-tx-request-thread__head .label {
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 3px;
	letter-spacing: 0.2px;
}
.rewards-tx-request-thread__head .label-warning {
	background: #f59e0b !important;
	color: #fff !important;
	border: 1px solid #d97706;
}
.rewards-tx-request-thread__who {
	min-width: 0;
	font-size: 14px;
	color: #9a3412;
}
.rewards-tx-request-thread__messages {
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.rewards-tx-request-msg {
	padding: 10px 12px;
	border-radius: 6px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	width: 88%;
	max-width: 640px;
	box-sizing: border-box;
}
.rewards-tx-request-msg--staff,
.rewards-tx-request-msg--open.rewards-tx-request-msg--staff {
	align-self: flex-start;
	background: #fde8e8;
	border-color: #f5c2c2;
}
.rewards-tx-request-msg--biz,
.rewards-tx-request-msg--open.rewards-tx-request-msg--biz {
	align-self: flex-start;
	background: #fff7ed;
	border-color: #fdba74;
}
.rewards-tx-request-msg--customer,
.rewards-tx-request-msg--open.rewards-tx-request-msg--customer {
	align-self: flex-end;
	background: #e8f4fc;
	border-color: #b6d9f0;
}
.rewards-tx-request-msg--reply.rewards-tx-request-msg--staff,
.rewards-tx-request-msg--close.rewards-tx-request-msg--staff {
	align-self: flex-start;
	background: #fde8e8;
	border-color: #f5c2c2;
}
.rewards-tx-request-msg--reply.rewards-tx-request-msg--biz,
.rewards-tx-request-msg--close.rewards-tx-request-msg--biz {
	align-self: flex-start;
	background: #fff7ed;
	border-color: #fdba74;
}
.rewards-tx-request-msg--reply.rewards-tx-request-msg--customer,
.rewards-tx-request-msg--close.rewards-tx-request-msg--customer {
	align-self: flex-end;
	background: #e8f4fc;
	border-color: #b6d9f0;
}
.rewards-tx-request-msg__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 6px 12px;
	margin-bottom: 6px;
}
.rewards-tx-request-msg__author {
	font-weight: 700;
	font-size: 13px;
	color: #0f172a;
}
.rewards-tx-request-msg__time {
	font-size: 12px;
	color: #64748b;
}
.rewards-tx-request-msg__body {
	font-size: 13px;
	line-height: 1.5;
	color: #334155;
	white-space: pre-wrap;
	word-break: break-word;
}
.rewards-tx-request-thread__foot {
	padding: 8px 12px 10px;
	border-top: 1px solid #f1f5f9;
	font-size: 12px;
}
.rewards-tx-request-compose {
	margin-top: 16px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.rewards-tx-request-compose__title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	color: #9a3412;
}
.rewards-tx-request-compose__actions {
	margin-top: 4px;
}
.rewards-tx-request-compose__actions .btn {
	margin-right: 6px;
	margin-bottom: 4px;
}
/* R30.78+ — Requests & concerns: Send = green + check; Close = red */
.rewards-tx-request-compose__actions .rewards-tx-req-send-btn,
.rewards-tx-request-compose__actions .rewards-tx-req-new-btn,
#rewards-tx-requests .rewards-tx-req-send-btn,
#rewards-tx-requests .rewards-tx-req-new-btn,
#rewardsAllTxnsReqReplyBtn.rewards-tx-req-send-btn {
	background: #26a65b !important;
	border-color: #1e8449 !important;
	color: #fff !important;
}
.rewards-tx-request-compose__actions .rewards-tx-req-send-btn i,
.rewards-tx-request-compose__actions .rewards-tx-req-new-btn i,
#rewards-tx-requests .rewards-tx-req-send-btn i,
#rewards-tx-requests .rewards-tx-req-new-btn i,
#rewardsAllTxnsReqReplyBtn.rewards-tx-req-send-btn i {
	margin-right: 4px;
}
.rewards-tx-request-compose__actions .rewards-tx-req-close-btn,
#rewards-tx-requests .rewards-tx-req-close-btn,
#rewardsAllTxnsReqCloseBtn.rewards-tx-req-close-btn {
	background: #e7505a !important;
	border-color: #c73a44 !important;
	color: #fff !important;
}
.rewards-tx-request-compose__actions .rewards-tx-req-close-btn i,
#rewards-tx-requests .rewards-tx-req-close-btn i,
#rewardsAllTxnsReqCloseBtn.rewards-tx-req-close-btn i {
	margin-right: 4px;
}

.rewards-biz-tx-detail__table th {
	width: 38%;
	background: #fafafa;
}

.rewards-tx-summary-table td,
.rewards-tx-summary-table td a,
.rewards-tx-summary__meaning {
	word-break: break-word;
	overflow-wrap: anywhere;
}

.rewards-biz-tx-detail__calc-rule {
	max-width: 720px;
	line-height: 1.5;
}

.rewards-biz-tx-bill-date--uploaded {
	color: #000;
}

.rewards-biz-tx-bill-date--approved {
	color: #27ae60;
	font-weight: 600;
}

.rewards-biz-tx-bill-date--rejected {
	color: #c0392b;
	font-weight: 600;
}

.rewards-biz-tx-detail__reject-reason {
	margin-top: 10px;
	padding: 10px 12px;
	background: #fdf3f2;
	border-left: 3px solid #c0392b;
}

.rewards-biz-tx-bill-preview__frame-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-top: 75%;
	overflow: hidden;
	background: #f5f5f5;
}

.rewards-biz-tx-bill-preview__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.rewards-biz-tx-bill-preview__img-wrap {
	overflow: auto;
	max-height: 560px;
	text-align: center;
	background: #fafafa;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.rewards-biz-tx-bill-preview__img {
	max-width: 100%;
	height: auto;
	transition: transform 0.15s ease-out;
}

/* Dedicated bill view page — show full bill, no cropped preview / open-full-view */
.rewards-bill-view-page .rewards-biz-tx-bill-preview__img-wrap {
	max-height: none;
	overflow: visible;
}

.rewards-bill-view-page .rewards-biz-tx-bill-preview__frame-wrap {
	padding-top: 0;
	min-height: 80vh;
	overflow: visible;
}

.rewards-bill-view-page .rewards-biz-tx-bill-preview__iframe {
	position: relative;
	min-height: 80vh;
	height: 80vh;
}

/* R30.78 — Fullscreen bill preview lightbox (Admin + Biz) — Bootstrap modal shell */
.rewards-bill-lightbox-modal.modal {
	z-index: 100200 !important;
}

.rewards-bill-lightbox-modal .modal-dialog.rewards-bill-lightbox-modal__dialog {
	width: 96vw;
	max-width: 96vw;
	margin: 12px auto;
}

.rewards-bill-lightbox-modal .modal-content.rewards-bill-lightbox-modal__shell {
	background: #111;
	color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.rewards-bill-lightbox-modal__header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	background: #1a1a1a !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding: 10px 14px;
}

.rewards-bill-lightbox-modal__header .modal-title {
	display: inline-block;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	margin: 0 8px 0 0;
	flex: 0 1 auto;
}

.rewards-bill-lightbox-modal__header .close {
	color: #fff;
	opacity: 0.85;
	text-shadow: none;
	order: 99;
	margin-left: auto;
}

.rewards-bill-lightbox-modal__actions {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.rewards-bill-lightbox-modal__body {
	padding: 0 !important;
	background: #0d0d0d;
	min-height: 75vh;
	max-height: calc(100vh - 70px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.rewards-bill-lightbox-modal__pdf {
	width: 100%;
	height: calc(100vh - 70px);
	min-height: 70vh;
}

.rewards-bill-lightbox-modal__pdf iframe {
	width: 100%;
	height: 100%;
	border: 0;
	background: #111;
}

.rewards-bill-lightbox-modal__img-wrap {
	text-align: center;
	padding: 16px;
	overflow: auto;
}

.rewards-bill-lightbox-modal__img-wrap img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	transition: transform 0.15s ease-out;
}

.rewards-bill-lightbox-modal__other {
	padding: 32px 20px;
	text-align: center;
	color: #ddd;
}

.rewards-bill-lightbox-modal__other a {
	color: #7eb8ff;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.rewards-bill-lightbox-modal .modal-dialog.rewards-bill-lightbox-modal__dialog {
		width: 100vw;
		max-width: 100vw;
		margin: 0;
	}

	.rewards-bill-lightbox-modal__body,
	.rewards-bill-lightbox-modal__pdf {
		min-height: calc(100vh - 96px);
		max-height: calc(100vh - 96px);
		height: calc(100vh - 96px);
	}
}

/* Legacy custom overlay (kept harmless if present) */
.rewards-bill-lightbox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100200;
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.92);
	color: #fff;
}

.rewards-bill-lightbox[hidden] {
	display: none !important;
}

.rewards-biz-tx-detail__actions {
	margin-top: 16px;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.rewards-tx-summary-table {
		table-layout: fixed;
	}
	.rewards-tx-summary-table th,
	.rewards-tx-summary-table td {
		vertical-align: top;
	}
	.rewards-tx-summary-table td {
		font-size: 13px;
	}
	.rewards-tx-summary__status {
		display: inline-block;
		max-width: 100%;
		white-space: normal;
	}
	.rewards-tx-summary__meaning {
		margin-top: 6px;
	}
	.rewards-biz-tx-bill-preview__frame-wrap {
		padding-top: 120%;
	}
}

/* --- DataTables: transaction user column + status labels --- */
.rewards-tx-user-cell__name {
	font-weight: 700;
	font-size: 13px;
}

.rewards-tx-user-cell__meta,
.rewards-tx-user-cell__email {
	font-size: 12px;
}

#rewards_tx_table .rewards-tx-user-cell__name {
	font-size: 15px;
}

#rewards_tx_table .rewards-tx-user-cell__meta,
#rewards_tx_table .rewards-tx-user-cell__email {
	font-size: 14px;
}

.rewards-tx-user-cell__meta {
	color: #555;
}

.rewards-tx-id-link {
	font-weight: 600;
}

.rewards-biz-tx-status-stack__bill {
	margin-top: 6px;
}

.rewards-biz-tx-status-stack__bill .text-muted {
	margin-right: 4px;
}

.rewards-admin-tx-detail__note {
	margin-bottom: 16px;
}

.rewards-admin-tx-detail__title-bill {
	margin-left: 8px;
	vertical-align: middle;
}

.rewards-admin-tx-detail__title-reward {
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
}

/* Fraud intelligence panel â€” tx detail header actions */
.rewards-fraud-review-panel.portlet.box.purple > .portlet-body {
	background: #fff;
}

.rewards-fraud-review-panel {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.rewards-fraud-review-panel .row-fluid:before,
.rewards-fraud-review-panel .row-fluid:after {
	display: table;
	content: " ";
}

.rewards-fraud-review-panel .row-fluid:after {
	clear: both;
}

.rewards-fraud-review-panel .row-fluid > [class*="col-"] {
	float: left;
	min-height: 1px;
	box-sizing: border-box;
}

.rewards-fraud-review-panel__section-title {
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e7ecf1;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.rewards-fraud-review-panel__summary-row {
	margin-bottom: 18px;
}

.rewards-fraud-review-panel__summary-row > [class*="col-"] {
	margin-bottom: 16px;
}

.rewards-fraud-review-form .form-group,
.rewards-fraud-case-form .form-group {
	margin-bottom: 12px;
}

.rewards-fraud-review-form .form-group > label,
.rewards-fraud-case-form .form-group > label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 12px;
	color: #555;
}

.rewards-fraud-review-form__actions,
.rewards-fraud-case-form__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
}

.rewards-fraud-review-form__actions .btn,
.rewards-fraud-case-form__actions .btn {
	float: none;
	margin: 0;
}

.rewards-fraud-case-workflow {
	margin-top: 16px;
	clear: both;
}

.rewards-fraud-case-workflow > [class*="col-"] {
	margin-bottom: 12px;
}

.rewards-fraud-case-workflow__panel {
	background: #fafbfc;
	border: 1px solid #e7ecf1;
	border-radius: 6px;
	padding: 16px 18px 14px;
	min-height: 100%;
	box-sizing: border-box;
}

.rewards-fraud-case-continuity-list,
.rewards-fraud-case-activity-list {
	margin: 0 0 12px;
	padding-left: 18px;
}

.rewards-fraud-case-activity-title {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
}

.rewards-fraud-case-activity-list {
	max-height: 200px;
	overflow: auto;
	margin-bottom: 0;
}

.rewards-fraud-case-form__msg {
	margin: 10px 0 0;
}

.rewards-fraud-review-tabs {
	margin-top: 4px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.rewards-fraud-review-tabs > li {
	float: none;
	display: inline-block;
}

.rewards-fraud-review-tabs > li > a {
	white-space: nowrap;
}

.rewards-fraud-review-panel__title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 12px;
	min-height: 44px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.rewards-fraud-review-panel__title .caption {
	float: none;
	flex: 1 1 auto;
	min-width: 180px;
	margin: 0;
	padding: 0;
	line-height: 1.35;
}

.rewards-fraud-review-panel__actions {
	float: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.rewards-fraud-review-panel__actions .btn {
	float: none;
	margin: 0;
	white-space: nowrap;
}

.rewards-fraud-review-panel__actions .btn.white {
	color: #555;
	border-color: rgba(255, 255, 255, 0.85);
	background: #fff;
}

.rewards-fraud-review-panel__actions .btn.white:hover,
.rewards-fraud-review-panel__actions .btn.white:focus {
	color: #333;
	background: #f7f7f7;
	border-color: #fff;
}

.rewards-fraud-review-tab-content {
	padding-top: 12px;
}

.rewards-fraud-activity-table th:nth-child(1),
.rewards-fraud-activity-table td:nth-child(1) {
	min-width: 170px;
	white-space: nowrap;
}

.rewards-fraud-activity-table th:nth-child(3),
.rewards-fraud-activity-table td:nth-child(3) {
	min-width: 120px;
	white-space: nowrap;
}

.rewards-fraud-signals-table th:nth-child(1),
.rewards-fraud-signals-table td:nth-child(1) {
	min-width: 220px;
	white-space: nowrap;
}

.rewards-fraud-signals-table th:nth-child(2),
.rewards-fraud-signals-table td:nth-child(2) {
	min-width: 78px;
	white-space: nowrap;
}

.rewards-fraud-signals-table th:nth-child(3),
.rewards-fraud-signals-table td:nth-child(3) {
	min-width: 72px;
	white-space: nowrap;
}

.rewards-fraud-signals-table th:nth-child(4),
.rewards-fraud-signals-table td:nth-child(4) {
	min-width: 80px;
	white-space: nowrap;
}

.rewards-fraud-signals-table:not(.rewards-fraud-signals-table--superseded) th:nth-child(5),
.rewards-fraud-signals-table:not(.rewards-fraud-signals-table--superseded) td:nth-child(5) {
	min-width: 140px;
	white-space: nowrap;
}

.rewards-fraud-signals-table--superseded th:nth-child(5),
.rewards-fraud-signals-table--superseded td:nth-child(5) {
	min-width: 140px;
	white-space: nowrap;
}

.rewards-fraud-signals-table--superseded th:nth-child(6),
.rewards-fraud-signals-table--superseded td:nth-child(6) {
	min-width: 140px;
	white-space: nowrap;
}

.rewards-biz-tx-actions-wrap {
	white-space: nowrap;
}

.rewards-biz-tx-flash-msg {
	margin-top: 12px;
}

.rewards-biz-redeem-wallet__main-portlet.portlet.box.blue > .portlet-body {
	background: #fff;
}

.rewards-biz-redeem-wallet__note {
	font-size: 12px;
	line-height: 1.5;
}

/* Redeem form: same horizontal rhythm as Add / Edit business (portlet-body + form-horizontal) */
.rewards-biz-redeem-wallet__form .form-group {
	position: relative;
}

.rewards-biz-redeem-wallet__form .rewards-biz-redeem-switch-business .rewards-biz-promote-suggest {
	left: 0;
	right: 0;
	width: 100%;
}

/* --- Rewards portlets: consistent outer + inner spacing --- */
.rewards-portlet-page > .alert {
	margin-bottom: 12px;
}

.rewards-portlet-page .portlet.box {
	margin-bottom: 20px;
}

.rewards-portlet-page .portlet.box > .portlet-body {
	padding: 16px 18px 20px;
}

.rewards-portlet-page .portlet.box > .portlet-body.form {
	padding: 16px 18px 20px;
}

.rewards-portlet-page .rewards-biz-tx-business-form {
	margin-bottom: 14px;
}

.rewards-portlet-page .rewards-biz-redeem-switch-business {
	margin-bottom: 14px;
}

/* --- Biz: Redeem â€” pick business (platform / staff) --- */
.rewards-biz-redeem-pick .portlet-body.form,
.rewards-biz-redeem-pick__body {
	padding: 20px 22px 22px !important;
}

.rewards-biz-redeem-pick__intro {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.55;
	font-size: 13px;
}

.rewards-biz-redeem-pick__form .form-group {
	margin-bottom: 20px;
}

.rewards-biz-redeem-pick__actions {
	margin: 4px 0 0;
	padding: 18px 0 2px;
	border-top: 1px solid #e8e8e8;
	background: transparent;
}

.rewards-biz-redeem-pick__actions .row {
	margin-left: 0;
	margin-right: 0;
}

.rewards-biz-redeem-pick__submit {
	min-width: 180px;
	padding: 8px 22px;
	font-size: 14px;
	font-weight: 600;
}

.rewards-biz-redeem-pick__submit i {
	margin-right: 6px;
}

.rewards-biz-redeem-pick__submit:disabled {
	opacity: 0.65;
}

/* --- Admin: Add / Edit category (matches business form shell) --- */
.rewards-add-edit-category__form .form-group {
	position: relative;
}

.rewards-add-edit-category__form .form-actions {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}

/* --- Admin: Add / Edit business --- */
.rewards-add-edit-business__form .portlet {
	margin-bottom: 18px;
}

.rewards-add-edit-business__categories {
	line-height: 2;
}

.rewards-add-edit-business__cat-label {
	margin-right: 12px;
	margin-bottom: 4px;
}

.rewards-add-edit-business__category-wrap .select2-container {
	width: 100% !important;
}

.rewards-add-edit-business__city-wrap .select2-container {
	width: 100% !important;
}

.rewards-add-edit-business__full-width-row {
	margin-top: 8px;
}

.rewards-add-edit-business__section-rule {
	margin-top: 8px;
	margin-bottom: 12px;
	border-top: 1px solid #e7ecf1;
}

.rewards-add-edit-business__section-title {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 14px 0;
	color: #555;
}

.rewards-add-edit-business__split-pair-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.rewards-add-edit-business__split-pair-row > [class*='col-'] {
	padding-left: 0;
	/* padding-right: 10px; */
}
.checkbox-inline + .checkbox-inline {
	margin-left: 0;
}
.rewards-add-edit-business__split-pair-row > [class*='col-']:last-child {
	padding-right: 0;
	/* padding-left: 10px; */
}

.rewards-add-edit-business__split-pair-col > .form-control {
	width: 100%;
}

.rewards-add-edit-business__split-pair-col > .control-label {
	float: none;
	width: auto;
	max-width: none;
	text-align: left;
	padding-top: 0;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	display: block;
}

.rewards-add-edit-business .has-error .rewards-add-edit-business__split-pair-col > .control-label,
.rewards-add-edit-business .form-group.has-error > .control-label {
	color: #a94442;
}

/* jQuery Validate + server-side field errors (Bootstrap danger) */
.rewards-add-edit-business .help-block.help-block-error,
.rewards-add-edit-business .has-error .help-block-error,
.rewards-add-edit-business span.help-block-error,
.rewards-add-edit-business span.text-danger,
.rewards-add-edit-business .rewards-logo-file-error,
.rewards-add-edit-business .rewards-sample-bill-file-error,
.rewards-add-edit-business .rewards-add-edit-business__description-error .help-block-error {
	color: #a94442 !important;
}

.rewards-add-edit-business__billing-section {
	margin-bottom: 4px;
}

/* R30.46 — keep $ / % input-groups on one row (mobile + tablet; desktop unchanged) */
@media (max-width: 991px) {
	.rewards-add-edit-business__split-pair-row > [class*='col-'] {
		float: none;
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.rewards-add-edit-business__split-pair-col .input-group {
		display: flex;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		border-collapse: separate;
	}

	.rewards-add-edit-business__split-pair-col .input-group .form-control {
		display: block !important;
		float: none !important;
		flex: 1 1 auto;
		width: auto !important;
		min-width: 0;
		box-sizing: border-box;
	}

	.rewards-add-edit-business__split-pair-col .input-group-addon {
		display: flex !important;
		align-items: center;
		justify-content: center;
		float: none !important;
		flex: 0 0 auto;
		width: auto;
		white-space: nowrap;
		box-sizing: border-box;
	}

	/* jQuery .toggle() uses inline display:none; do not keep hidden $/% addons in the flex row */
	.rewards-add-edit-business__split-pair-col .input-group-addon[style*="display: none"],
	.rewards-add-edit-business__split-pair-col .input-group-addon[style*="display:none"] {
		display: none !important;
	}
}

.rewards-add-edit-business__suggest {
	display: none;
	position: absolute;
	z-index: 10050;
	max-height: 260px;
	overflow-y: auto;
	width: 100%;
	max-width: 520px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border: 1px solid #ccc;
	margin-top: 2px;
}

.rewards-add-edit-business__form .rewards-add-edit-business__suggest .list-group-item {
	cursor: pointer;
}

.rewards-add-edit-business__form .form-group {
	position: relative;
}

.rewards-add-edit-business__form .form-actions {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}

.rewards-add-edit-business .bootstrap-timepicker-widget {
	z-index: 1060;
}

/* Owner user typeahead (parity with yellowpages/post) */
.rewards-add-edit-business .typeahead-result .avatar img {
	height: 26px;
	width: 26px;
}

.rewards-add-edit-business .search-auto-result {
	margin: 0;
	font-size: 16px;
}

.rewards-add-edit-business .typeahead-query .spinner {
	background-repeat: no-repeat !important;
	background-position: 100% !important;
}

.rewards-add-edit-business .avatar-holder {
	text-align: right;
}

.rewards-add-edit-business .typeahead-list {
	max-height: 400px;
	overflow: auto;
	background-clip: inherit !important;
}

.rewards-add-edit-business .typeahead__list {
	z-index: 1060;
}

.rewards-add-edit-business .typeahead__container.loading .typeahead__query:after,
.rewards-add-edit-business .typeahead__container.loading .typeahead__query:before {
	display: none !important;
}

.rewards-add-edit-business .user_template a {
	color: #000 !important;
}

/* --- Admin: platform dashboard (/rewardsadmin) --- */
.rewards-admin-dashboard--elegant {
	--rewards-admin-lavender: #ede9fe;
	--rewards-admin-peach: #fde2e4;
	--rewards-admin-sky: #e6f0ff;
	--rewards-admin-cream: #fff9db;
	--rewards-admin-ink: #1e293b;
	--rewards-admin-muted: #64748b;
	--rewards-admin-main-card-body-min-h: 200px;
	--rewards-admin-widget-min-h: 200px;
}

.rewards-admin-dashboard__kpi-row {
	margin-bottom: 16px;
}

.rewards-admin-dashboard__kpi-row > [class*="col-"] {
	margin-bottom: 12px;
	display: flex;
}

.rewards-admin-dashboard__kpi-row > [class*="col-"] > .rewards-kpi-tile,
.rewards-admin-dashboard__kpi-row > [class*="col-"] > a.rewards-kpi-tile {
	width: 100%;
}

.rewards-admin-dashboard--elegant .rewards-kpi-tile,
.rewards-admin-dashboard--elegant a.rewards-kpi-tile {
	border-radius: 14px !important;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
}

.rewards-kpi-tile,
a.rewards-kpi-tile {
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 128px;
	padding: 12px 14px 36px;
	border-radius: 12px !important;
	text-decoration: none !important;
	color: inherit;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.rewards-kpi-tile:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
}

.rewards-kpi-tile--static {
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.rewards-kpi-tile__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 40px;
	margin-bottom: 10px;
	flex-shrink: 0;
}

.rewards-kpi-tile__header-start {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

.rewards-kpi-tile__header .rewards-kpi-tile__badge {
	margin-top: 0;
	white-space: nowrap;
	font-size: 10px;
	line-height: 1.25;
	padding: 3px 7px;
}

.rewards-kpi-tile__body {
	flex: 1 1 auto;
	min-width: 0;
}

.rewards-kpi-tile__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.55);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.rewards-kpi-tile__spark {
	flex-shrink: 0;
	width: 72px;
	height: 26px;
	opacity: 0.9;
}

.rewards-kpi-tile__spark .rewards-admin-dashboard__sparkline {
	position: static;
	width: 72px;
	height: 26px;
}

.rewards-kpi-tile__label {
	margin: 0 0 6px;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.rewards-kpi-tile__value {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin: 0;
}

.rewards-kpi-tile__foot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.85;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background: rgba(255, 255, 255, 0.35);
}

.rewards-kpi-tile__foot .fa-angle-right {
	margin-left: 4px;
}

.rewards-kpi-tile__badge {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
}

.rewards-kpi-tile__badge--up {
	background: rgba(46, 125, 50, 0.15);
	color: #1b5e20;
}

.rewards-kpi-tile__badge--down {
	background: rgba(198, 40, 40, 0.12);
	color: #b71c1c;
}

.rewards-kpi-tile--businesses {
	background: #e3f2fd;
	border: 1px solid #90caf9;
}
.rewards-kpi-tile--businesses .rewards-kpi-tile__label { color: #1565c0; }
.rewards-kpi-tile--businesses .rewards-kpi-tile__value { color: #0d47a1; }
.rewards-kpi-tile--businesses .rewards-kpi-tile__icon { color: #1565c0; }
.rewards-kpi-tile--businesses .rewards-admin-dashboard__sparkline-line { stroke: #1976d2; }
.rewards-kpi-tile--businesses .rewards-admin-dashboard__sparkline-fill { fill: rgba(25, 118, 210, 0.2); }

.rewards-kpi-tile--transactions {
	background: #e8f5e9;
	border: 1px solid #81c784;
}
.rewards-kpi-tile--transactions .rewards-kpi-tile__label { color: #2e7d32; }
.rewards-kpi-tile--transactions .rewards-kpi-tile__value { color: #1b5e20; }
.rewards-kpi-tile--transactions .rewards-kpi-tile__icon { color: #2e7d32; }
.rewards-kpi-tile--transactions .rewards-admin-dashboard__sparkline-line { stroke: #388e3c; }
.rewards-kpi-tile--transactions .rewards-admin-dashboard__sparkline-fill { fill: rgba(56, 142, 60, 0.2); }

.rewards-kpi-tile--customers {
	background: #f3e5f5;
	border: 1px solid #ce93d8;
}
.rewards-kpi-tile--customers .rewards-kpi-tile__label { color: #7b1fa2; }
.rewards-kpi-tile--customers .rewards-kpi-tile__value { color: #4a148c; }
.rewards-kpi-tile--customers .rewards-kpi-tile__icon { color: #7b1fa2; }
.rewards-kpi-tile--customers .rewards-admin-dashboard__sparkline-line { stroke: #8e24aa; }
.rewards-kpi-tile--customers .rewards-admin-dashboard__sparkline-fill { fill: rgba(142, 36, 170, 0.18); }

.rewards-kpi-tile--earned {
	background: #fff8e1;
	border: 1px solid #ffd54f;
}
.rewards-kpi-tile--earned .rewards-kpi-tile__label { color: #f57f17; }
.rewards-kpi-tile--earned .rewards-kpi-tile__value { color: #e65100; }
.rewards-kpi-tile--earned .rewards-kpi-tile__icon { color: #f57f17; }
.rewards-kpi-tile--earned .rewards-admin-dashboard__sparkline-line { stroke: #fb8c00; }
.rewards-kpi-tile--earned .rewards-admin-dashboard__sparkline-fill { fill: rgba(251, 140, 0, 0.22); }

.rewards-kpi-tile--month {
	background: #e0f7fa;
	border: 1px solid #4dd0e1;
}
.rewards-kpi-tile--month .rewards-kpi-tile__label { color: #00838f; }
.rewards-kpi-tile--month .rewards-kpi-tile__value { color: #006064; }
.rewards-kpi-tile--month .rewards-kpi-tile__icon { color: #00838f; }
.rewards-kpi-tile--month .rewards-admin-dashboard__sparkline-line { stroke: #00acc1; }
.rewards-kpi-tile--month .rewards-admin-dashboard__sparkline-fill { fill: rgba(0, 172, 193, 0.2); }

.rewards-kpi-tile--bills {
	background: #fff3e0;
	border: 1px solid #ffb74d;
}
.rewards-kpi-tile--bills .rewards-kpi-tile__label { color: #ef6c00; }
.rewards-kpi-tile--bills .rewards-kpi-tile__value { color: #e65100; }
.rewards-kpi-tile--bills .rewards-kpi-tile__icon { color: #ef6c00; }
.rewards-kpi-tile--bills .rewards-admin-dashboard__sparkline-line { stroke: #f57c00; }
.rewards-kpi-tile--bills .rewards-admin-dashboard__sparkline-fill { fill: rgba(245, 124, 0, 0.2); }

.rewards-kpi-tile--pay {
	background: #fce4ec;
	border: 1px solid #f48fb1;
}
.rewards-kpi-tile--pay .rewards-kpi-tile__label { color: #ad1457; }
.rewards-kpi-tile--pay .rewards-kpi-tile__value { color: #880e4f; }
.rewards-kpi-tile--pay .rewards-kpi-tile__icon { color: #c2185b; }
.rewards-kpi-tile--pay .rewards-admin-dashboard__sparkline-line { stroke: #d81b60; }
.rewards-kpi-tile--pay .rewards-admin-dashboard__sparkline-fill { fill: rgba(216, 27, 96, 0.18); }

.rewards-kpi-tile--categories {
	background: #eceff1;
	border: 1px solid #90a4ae;
}
.rewards-kpi-tile--categories .rewards-kpi-tile__label { color: #455a64; }
.rewards-kpi-tile--categories .rewards-kpi-tile__value { color: #263238; }
.rewards-kpi-tile--categories .rewards-kpi-tile__icon { color: #546e7a; }
.rewards-kpi-tile--categories .rewards-admin-dashboard__sparkline-line { stroke: #607d8b; }
.rewards-kpi-tile--categories .rewards-admin-dashboard__sparkline-fill { fill: rgba(96, 125, 139, 0.2); }

.rewards-kpi-tile--pulse .rewards-kpi-tile__icon {
	animation: rewardsKpiPulse 1.4s ease-in-out infinite;
}

@keyframes rewardsKpiPulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.08); opacity: 0.85; }
}

.rewards-admin-dashboard__stat-row {
	margin-bottom: 18px;
}

.rewards-admin-dashboard__stat-link {
	display: block;
	text-decoration: none !important;
	margin-bottom: 12px;
}

.rewards-admin-dashboard__stat-link:hover {
	opacity: 0.95;
}

.rewards-admin-dashboard__stat-static {
	margin-bottom: 12px;
}

.rewards-admin-dashboard .dashboard-stat .visual {
	position: relative;
	overflow: hidden;
}

.rewards-admin-dashboard .dashboard-stat .visual .rewards-admin-dashboard__stat-icon {
	margin-left: -12px !important;
	font-size: 70px !important;
	line-height: 70px !important;
	opacity: 0.35;
}

.rewards-admin-dashboard__sparkline {
	position: absolute;
	right: 6px;
	bottom: 8px;
	width: 64px;
	height: 22px;
	z-index: 2;
	pointer-events: none;
}

.rewards-admin-dashboard__sparkline-line {
	fill: none;
	stroke: rgba(255, 255, 255, 0.95);
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke 0.2s;
}

.rewards-admin-dashboard__sparkline-fill {
	fill: rgba(255, 255, 255, 0.18);
	stroke: none;
}

.rewards-admin-dashboard__stat-link:hover .rewards-admin-dashboard__sparkline-line {
	stroke: #fff;
}

.rewards-admin-dashboard__stat-link:hover .rewards-admin-dashboard__sparkline-fill {
	fill: rgba(255, 255, 255, 0.28);
}

.rewards-admin-dashboard .dashboard-stat .details .number {
	padding-top: 18px !important;
	font-size: 26px;
}

.rewards-admin-dashboard__trend-body {
	padding: 12px 8px 8px;
}

.rewards-admin-dashboard__main-row .rewards-admin-dashboard__trend-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.rewards-admin-dashboard__trend-chart {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 4px;
	min-height: 140px;
	padding: 0 4px 4px;
}

.rewards-admin-dashboard__main-row .rewards-admin-dashboard__trend-chart {
	flex: 1 1 auto;
}

.rewards-admin-dashboard__trend-col {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 120px;
}

.rewards-admin-dashboard__trend-bar {
	width: 100%;
	max-width: 28px;
	margin-top: auto;
	background: linear-gradient(180deg, #4b8df8 0%, #2e6da4 100%);
	border-radius: 3px 3px 0 0;
	min-height: 4px;
}

.rewards-admin-dashboard__trend-label {
	font-size: 10px;
	color: #888;
	margin-top: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	text-align: center;
}

.rewards-admin-dashboard__top-list {
	margin: 0;
	padding: 0;
}

.rewards-admin-dashboard__top-list li {
	border-bottom: 1px solid #f0f0f0;
}

.rewards-admin-dashboard__top-list li:last-child {
	border-bottom: none;
}

.rewards-admin-dashboard__meta-list li {
	padding: 6px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.rewards-admin-dashboard__meta-list li:last-child {
	border-bottom: none;
}

.rewards-admin-dashboard__public-link {
	margin: 12px 0 0;
}

.rewards-admin-dashboard__recent-table {
	margin-bottom: 0;
}

.rewards-nav__link-icon--dashboard {
	color: #3598dc;
}

/* --- User: My Rewards (myrewards) --- */
.rewards-my-rewards__balance-card {
	background: linear-gradient(135deg, #1f6fb2 0%, #3598dc 55%, #5bc0de 100%);
	color: #fff;
	border-radius: 8px;
	padding: 18px 20px;
	margin-bottom: 18px;
	box-shadow: 0 3px 14px rgba(31, 111, 178, 0.28);
}

.rewards-my-rewards__balance-card--compact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 16px;
}

.rewards-my-rewards__balance-label {
	font-size: 13px;
	opacity: 0.92;
}

.rewards-my-rewards__balance-value {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

.rewards-my-rewards__balance-card p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.9);
}

/* My Rewards â€” Edit Profile sliderTabs (multi-page nav; _my_rewards_nav.php) */
.rewards-portlet-page #my-rewards-tabs.ui-slider-tabs,
.rewards-my-dashboard #my-rewards-tabs.ui-slider-tabs {
	margin-top: 15px;
	margin-bottom: 0;
}

/* Remove inline-block whitespace gaps between adjacent tabs */
.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-list,
.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-list {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
}

.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-list li,
.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-list li {
	font-size: 13px;
	margin: 0;
	padding: 0;
	float: none;
}

.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-list li a .fa,
.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-list li a .fa {
	margin-right: 6px;
}

.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-list li a .badge,
.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-list li a .badge {
	margin-left: 4px;
	font-size: 11px;
	font-weight: 600;
}

.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-content-container,
.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-content-container {
	padding: 10px;
	margin-bottom: 20px;
}

.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-content-container > .alert:first-child,
.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-content-container > .alert:first-child {
	margin-top: 0;
}

.rewards-my-tab-infographic {
	margin: 0 0 18px;
	padding: 14px 16px;
	background: linear-gradient(135deg, #f7fafc 0%, #eef5f9 100%);
	border: 1px solid #d9e6ef;
	border-radius: 4px;
}
.rewards-my-tab-infographic__title {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 600;
	color: #2c3e50;
}
.rewards-my-tab-infographic__steps {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.rewards-my-tab-infographic__step {
	flex: 1 1 120px;
	min-width: 110px;
	max-width: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding: 8px 6px;
	background: #fff;
	border: 1px solid #e1ebf2;
	border-radius: 4px;
}
.rewards-my-tab-infographic__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #3598dc;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}
.rewards-my-tab-infographic__icon {
	color: #3598dc;
	font-size: 18px;
	line-height: 1;
}
.rewards-my-tab-infographic__label {
	font-size: 12px;
	line-height: 1.35;
	color: #555;
}
.rewards-my-tab-infographic__arrow {
	display: flex;
	align-items: center;
	align-self: center;
	color: #9ab4c6;
	font-size: 18px;
	padding: 0 2px;
	list-style: none;
}
@media (max-width: 767px) {
	.rewards-my-tab-infographic__arrow {
		display: none;
	}
	.rewards-my-tab-infographic__step {
		flex: 1 1 calc(50% - 8px);
		max-width: none;
	}
}

.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-content-container .rewards-my-rewards__list-wrap {
	margin-top: 0;
}

.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-content-container .portlet.box.blue.margin-top-15,
.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-content-container .portlet.box.grey.margin-top-15,
.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-content-container .rewards-my-rewards__qr-card.margin-top-15 {
	margin-top: 0;
}

@media (max-width: 767px) {
	.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-list-container,
	.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-list-container {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-list,
	.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-list {
		white-space: nowrap;
	}

	.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-list li a,
	.rewards-my-dashboard #my-rewards-tabs .ui-slider-tabs-list li a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.rewards-my-rewards__qr-card {
	max-width: 480px;
	background: #fff;
	border: 1px solid #e7ecf1;
	border-radius: 10px;
	padding: 22px 24px 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.rewards-my-rewards__qr-card-title {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 600;
	color: #1f6fb2;
}

.rewards-my-rewards__qr-card-title .fa {
	margin-right: 6px;
}

.rewards-my-rewards__qr-intro {
	margin-bottom: 18px;
	text-align: left;
}

.rewards-my-rewards__qr-wrap {
	display: block;
	width: fit-content;
	margin: 0 auto 20px;
	padding: 12px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.rewards-my-rewards__qr-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.rewards-my-rewards__qr-payload {
	margin-bottom: 12px;
	text-align: left;
}

.rewards-my-rewards__qr-foot {
	margin: 0;
	text-align: left;
}

.rewards-upload-verify-timer-wrap {
	text-align: center;
	margin: 12px 0 16px;
}

.rewards-upload-verify-timer-label {
	display: block;
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}

.rewards-upload-verify-timer {
	display: block;
	font-size: 36px;
	line-height: 1.1;
	color: #3598dc;
	font-variant-numeric: tabular-nums;
}

.rewards-upload-verify-timer.text-danger {
	color: #e7505a;
}

.rewards-upload-verify-success {
	max-width: 520px;
	background: #f3faf6;
	border: 1px solid #c8e6d0;
	border-radius: 10px;
	padding: 28px 28px 22px;
	text-align: center;
	box-shadow: 0 2px 12px rgba(39, 174, 96, 0.08);
}

.rewards-upload-verify-success__icon {
	font-size: 48px;
	line-height: 1;
	color: #27ae60;
	margin-bottom: 12px;
}

.rewards-upload-verify-success__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 600;
	color: #1e8449;
}

.rewards-upload-verify-success__lead {
	margin: 0 0 8px;
	font-size: 15px;
	color: #2c3e50;
}

.rewards-upload-verify-success__helper {
	margin: 0 0 12px;
	font-size: 13px;
}

.rewards-upload-verify-success__redirect-note {
	margin: 0 0 4px;
	font-size: 12px;
	color: #7f8c8d;
}

#upload_verify_qr_panel.hide,
#upload_verify_pending_panel.hide,
.rewards-upload-verify-success.hide {
	display: none !important;
}

.rewards-my-rewards__qr-note {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.45;
	color: #555;
}

/* Upload summary: keep Processing status label inside the cell (no horizontal overflow) */
#upload_summary_portlet .table {
	table-layout: fixed;
	width: 100%;
}
#upload_summary_portlet .table th {
	width: 32%;
	vertical-align: top;
}
#upload_summary_portlet .table td {
	word-wrap: break-word;
	overflow-wrap: anywhere;
	max-width: 0;
}
#upload_summary_portlet #upload_summary_processing .label,
#upload_summary_portlet td .label {
	white-space: normal;
	display: inline-block;
	max-width: 100%;
	line-height: 1.35;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Metronic blue portlet on other My Rewards pages: keep body white */
.rewards-my-rewards .portlet.box.blue > .portlet-body {
	background: #fff;
}

/* Upload bill — one column rhythm; tighter field spacing */
.rewards-upload-bill-page .rewards_upload_bill_form {
	padding: 0;
}
.rewards-upload-bill-page .rewards_upload_bill_form .form-group {
	margin-top: 0;
	margin-bottom: 10px;
}
.rewards-upload-bill-page .rewards_upload_bill_form .control-label {
	margin-bottom: 4px;
	padding-top: 0;
	text-align: left;
}
.rewards-upload-bill-page .rewards_upload_bill_form .help-block {
	margin-top: 4px;
	margin-bottom: 0;
}
.rewards-upload-bill-page .rewards-upload-note-field {
	resize: none;
}
.rewards-upload-bill-page .rewards-upload-note-char-count {
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 12px;
	color: #888;
}
.rewards-upload-bill-page .rewards-upload-bill-actions {
	margin-top: 2px;
	margin-bottom: 0;
}
.rewards-upload-bill-page .rewards-upload-bill-actions .btn {
	margin-right: 6px;
}
.rewards-upload-bill-page .fileinput {
	max-width: 100%;
}
.rewards-upload-bill-page .fileinput-filename {
	display: inline-block;
	max-width: calc(100% - 130px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.rewards-upload-bill-page .rewards-upload-bill-preview {
	margin-top: 10px;
	max-width: 100%;
	min-width: 0;
}
.rewards-upload-bill-page .rewards-upload-bill-preview__frame {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: min(70vh, 560px);
	text-align: center;
	background: #fafafa;
	padding: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.rewards-upload-bill-page .rewards-upload-bill-preview__media {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.rewards-upload-bill-page canvas.rewards-upload-bill-preview__media {
	image-rendering: auto;
}
.rewards-upload-bill-page .rewards-upload-bill-preview__pdf-fallback {
	padding: 28px 12px;
	color: #666;
	font-size: 13px;
}
.rewards-upload-bill-page .rewards-upload-bill-preview__pdf-fallback .fa {
	display: block;
	font-size: 32px;
	margin-bottom: 8px;
	color: #c0392b;
}
@media (max-width: 767px) {
	.rewards-upload-bill-page .rewards-upload-bill-preview__frame {
		max-height: min(62vh, 480px);
		padding: 6px;
	}
	.rewards-upload-bill-page .fileinput-filename {
		max-width: calc(100% - 110px);
	}
}

/* User listings â€” match myclassifieds/user/list.php (search row + portlet table) */
/* Typography: same as common/user/template.php (Poppins 15px body, 14px inputs) */
.rewards-my-rewards__list-wrap--classifieds,
.rewards-my-rewards__list-wrap--classifieds .rewards-my-rewards__search-form,
.rewards-my-rewards__list-wrap--classifieds .rewards-my-rewards__list-portlet--classifieds,
.rewards-my-rewards__list-wrap--classifieds table.dataTable,
.rewards-my-rewards__list-wrap--classifieds .dataTables_length,
.rewards-my-rewards__list-wrap--classifieds .dataTables_paginate,
.rewards-my-rewards__list-wrap--classifieds .dataTables_info {
	font-family: 'Poppins', sans-serif;
}

.rewards-my-rewards__list-wrap--classifieds table.dataTable tbody td {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.rewards-my-rewards__list-wrap {
	margin-top: 0;
}

.rewards-portlet-page #my-rewards-tabs .ui-slider-tabs-content-container .rewards-my-rewards__list-wrap {
	margin-top: 0;
}

.rewards-my-rewards__search-form.form-horizontal.row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 8px;
}

.rewards-my-rewards__search-form.form-horizontal.row .col-md-2 .form-control {
	width: 100%;
}

.rewards-my-rewards__search-form.form-horizontal.row > .buttons {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.rewards-my-rewards__search-form.form-horizontal.row > .buttons .btn {
	margin-right: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1401px) {
	.rewards-my-rewards__list-wrap .buttons {
		padding: 29px 0 6px 0;
	}
}

.rewards-my-rewards__list-portlet .portlet-body.rewards-my-rewards__list-body {
	background: #fff;
	padding: 12px 15px 15px;
}

.rewards-my-rewards__list-intro {
	margin: 0 0 12px;
}

.rewards-my-rewards__list-portlet table.dataTable {
	margin-top: 0 !important;
}

/* Classifieds listing header (pink/beige) â€” fallback if classifieds-custom.css absent */
.rewards-my-rewards__list-portlet--classifieds table.display.table-bordered thead > tr > th,
.rewards-my-rewards__list-portlet--classifieds table.dataTable.table-bordered thead > tr > th,
.rewards-my-rewards__list-portlet--classifieds table.dataTable thead th,
.rewards-my-rewards__list-portlet--classifieds table.dataTable thead .sorting,
.rewards-my-rewards__list-portlet--classifieds table.dataTable thead .sorting_asc,
.rewards-my-rewards__list-portlet--classifieds table.dataTable thead .sorting_desc,
.rewards-my-rewards__list-portlet--classifieds table.dataTable thead .sorting_disabled {
	background: #f9ecec !important;
	background-color: #f9ecec !important;
	color: #333 !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border-color: #e8d4d4 !important;
	vertical-align: middle;
}

.rewards-my-rewards__list-wrap--classifieds .dataTables_length label,
.rewards-my-rewards__list-wrap--classifieds .dataTables_paginate {
	font-size: 14px;
	font-weight: 400;
}

.rewards-my-rewards__list-portlet .dataTables_length,
.rewards-my-rewards__list-portlet .dataTables_paginate {
	margin-top: 10px;
}

/* My Rewards listings — S.No + Actions column sizing (match myclassifieds) */
.rewards-my-rewards-list-table:not(.rewards-my-bills-table).rewards-my-rewards-list-table--has-actions thead th:first-child,
.rewards-my-rewards-list-table:not(.rewards-my-bills-table).rewards-my-rewards-list-table--has-actions tbody td.rewards-my-list-col-sno,
.rewards-my-rewards-list-table:not(.rewards-my-bills-table) thead th:first-child,
.rewards-my-rewards-list-table:not(.rewards-my-bills-table) tbody td.rewards-my-list-col-sno {
	width: 80px;
	min-width: 80px;
	max-width: 96px;
	text-align: center;
	white-space: nowrap;
}

.rewards-my-rewards-list-table.rewards-my-rewards-list-table--has-actions thead th:last-child,
.rewards-my-rewards-list-table.rewards-my-rewards-list-table--has-actions tbody td.rewards-my-list-col-actions {
	min-width: 50px;
	width: 8%;
	white-space: nowrap;
	vertical-align: middle;
}

.rewards-my-rewards-list-table .rewards-my-list-row-actions .btn.red.btn-xs {
	padding: 4px 8px;
}

.rewards-my-rewards-list-table .rewards-my-list-row-actions .dropdown-menu {
	min-width: 160px;
}

.rewards-my-rewards-list-table .rewards-my-list-row-actions .dropdown-menu > li > a {
	padding: 6px 14px;
}

/* My Rewards — Transactions tab (my_rewards_tx_table) */
#my_rewards_tx_table.rewards-my-tx-table thead th,
#my_rewards_tx_table.rewards-my-tx-table tbody td {
	text-align: left !important;
	vertical-align: middle;
}

#my_rewards_tx_table.rewards-my-tx-table thead th:first-child,
#my_rewards_tx_table.rewards-my-tx-table tbody td.rewards-my-list-col-sno {
	width: 48px;
	min-width: 48px;
	max-width: 48px;
	text-align: left !important;
}

#my_rewards_tx_table.rewards-my-tx-table thead th:last-child,
#my_rewards_tx_table.rewards-my-tx-table tbody td.rewards-my-list-col-actions {
	text-align: left !important;
}

#my_rewards_tx_table.rewards-my-tx-table .label {
	display: inline-block;
	text-align: left;
}

/* My bills — simplified customer grid (R22.4c) */
#my_rewards_bills_table.rewards-my-bills-table thead th,
#my_rewards_bills_table.rewards-my-bills-table tbody td {
	padding: 6px 8px;
	vertical-align: middle;
	line-height: 1.35;
	text-align: left;
}
#my_rewards_bills_table.rewards-my-bills-table thead th:nth-child(1),
#my_rewards_bills_table.rewards-my-bills-table tbody td:nth-child(1) {
	white-space: nowrap;
	text-align: left;
	max-width: 20px;
}
#my_rewards_bills_table.rewards-my-bills-table .rewards-my-bills-id {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#my_rewards_bills_table.rewards-my-bills-table thead th:nth-child(2),
#my_rewards_bills_table.rewards-my-bills-table tbody td:nth-child(2) {
	max-width: 320px;
}
#my_rewards_bills_table.rewards-my-bills-table .rewards-my-bills-business {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
#my_rewards_bills_table.rewards-my-bills-table thead th:nth-child(3),
#my_rewards_bills_table.rewards-my-bills-table tbody td:nth-child(3) {
	white-space: nowrap;
}
#my_rewards_bills_table.rewards-my-bills-table thead th:nth-child(4),
#my_rewards_bills_table.rewards-my-bills-table tbody td:nth-child(4) {
	width: 10%;
	white-space: nowrap;
}
#my_rewards_bills_table.rewards-my-bills-table thead th:nth-child(5),
#my_rewards_bills_table.rewards-my-bills-table tbody td:nth-child(5) {
	width: 7%;
	max-width: 200px;
}
#my_rewards_bills_table.rewards-my-bills-table thead th:nth-child(5) .label,
#my_rewards_bills_table.rewards-my-bills-table tbody td:nth-child(5) .label {
	font-size: 12px;
	line-height: 1.3;
	white-space: normal;
	display: inline-block;
}
#my_rewards_bills_table.rewards-my-bills-table thead th:nth-child(6),
#my_rewards_bills_table.rewards-my-bills-table tbody td:nth-child(6) {
	max-width: 120px;
	word-break: break-all;
}
#my_rewards_bills_table.rewards-my-bills-table thead th:nth-child(7),
#my_rewards_bills_table.rewards-my-bills-table tbody td.rewards-my-list-col-actions {
	min-width: 50px;
	width: 8%;
}
#my_rewards_bills_table.rewards-my-bills-table .rewards-my-list-row-actions .btn.red.btn-xs {
	padding: 3px 7px;
	font-size: 12px;
}

@media (max-width: 767px) {
	.rewards-my-rewards__search-form.form-horizontal.row {
		text-align: left;
	}
	.rewards-my-rewards__search-form.form-horizontal.row > [class*="col-"] {
		width: 100%;
		float: none;
		padding-left: 15px;
		padding-right: 15px;
	}

	.rewards-my-rewards__search-form.form-horizontal.row > .buttons {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 15px 10px;
		text-align: left;
	}
	.rewards-my-rewards__search-form.form-horizontal.row > .buttons .btn {
		margin-left: 0;
		float: none;
	}
	#my_rewards_bills_table td.dataTables_empty {
		text-align: center !important;
	}
	.rewards-my-rewards__balance-card--compact {
		flex-direction: column;
		align-items: flex-start;
	}
	.rewards-my-rewards__balance-card--compact .btn {
		margin-top: 8px;
	}
}

.rewards-my-rewards__fav-grid {
	margin-top: 10px;
}

.rewards-my-rewards__fav-card {
	border: 1px solid #e7ecf1;
	border-radius: 6px;
	padding: 14px;
	margin-bottom: 15px;
	min-height: 120px;
	background: #fafbfc;
}

.rewards-my-rewards__fav-logo {
	max-width: 64px;
	max-height: 64px;
	margin-bottom: 8px;
	border-radius: 4px;
}

.rewards-my-rewards__request-block {
	margin-bottom: 12px;
}

.rewards-my-rewards__bill-modal-body {
	padding: 0;
	overflow: auto;
}

/* --- My Rewards dashboard (card home) --- */
.rewards-my-dashboard {
	--rewards-dash-lavender: #ede9fe;
	--rewards-dash-peach: #fde2e4;
	--rewards-dash-sky: #e6f0ff;
	--rewards-dash-cream: #fff9db;
	--rewards-dash-ink: #1e293b;
	--rewards-dash-muted: #64748b;
}

.rewards-my-dashboard #my-rewards-tabs.ui-slider-tabs {
	margin-top: 10px;
}

.rewards-my-dashboard__page-title {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}

.rewards-my-dashboard__breadcrumb {
	margin-bottom: 0;
}

.rewards-my-dashboard__welcome {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 8px 0 6px;
	padding: 18px 22px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--rewards-dash-sky) 0%, #f0f4ff 55%, #fff 100%);
	border: 1px solid rgba(37, 99, 235, 0.08);
	box-shadow: 0 4px 18px rgba(37, 99, 235, 0.08);
}

.rewards-my-dashboard__welcome-title {
	margin: 0 0 4px;
	font-size: 24px;
	font-weight: 700;
	color: var(--rewards-dash-ink);
}

.rewards-my-dashboard__welcome-sub {
	margin: 0;
	font-size: 14px;
	color: var(--rewards-dash-muted);
}

.rewards-my-dashboard__welcome-qr {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #fff;
	color: #2563eb !important;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(37, 99, 235, 0.12);
	border: 1px solid rgba(37, 99, 235, 0.15);
	flex-shrink: 0;
}

.rewards-my-dashboard__welcome-qr:hover {
	background: #2563eb;
	color: #fff !important;
	text-decoration: none;
}

/* Top row: Businesses + Reward transactions + NRIPage Rewards (equal height) */
.rewards-my-dashboard__hero-row {
	display: grid;
	grid-template-columns: 1fr 1fr minmax(240px, 300px);
	gap: 16px;
	align-items: stretch;
	margin-bottom: 18px;
}

.rewards-my-dashboard__hero-row > .rewards-my-dashboard__milestone,
.rewards-my-dashboard__hero-row > .rewards-my-dashboard__balance-card {
	height: 100%;
	margin-bottom: 0;
}

.rewards-my-dashboard__hero-row > .rewards-my-dashboard__milestone {
	display: flex;
	flex-direction: column;
}

.rewards-my-dashboard__hero-row > .rewards-my-dashboard__milestone .rewards-my-dashboard__milestone-cta {
	margin-top: auto;
	align-self: flex-start;
}

.rewards-my-dashboard__hero-row > .rewards-my-dashboard__balance-card {
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	padding: 20px 18px 18px;
	border-radius: 16px;
}

.rewards-my-dashboard__hero-row .rewards-my-dashboard__balance-icon {
	margin-bottom: 10px;
}

.rewards-my-dashboard__hero-row .rewards-my-dashboard__balance-body {
	flex: 1 1 auto;
}

.rewards-my-dashboard__hero-row .rewards-my-dashboard__activate-btn {
	margin-top: auto;
	align-self: flex-start;
}

/* Widgets: 3 per row on desktop, 2 on tablet, 1 on mobile */
.rewards-my-dashboard__widgets-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	align-items: stretch;
}

.rewards-my-dashboard__widgets-row > * {
	height: 100%;
	margin-bottom: 0 !important;
}

.rewards-my-dashboard__widgets-row .rewards-my-dashboard__widget,
.rewards-my-dashboard__widgets-row .rewards-my-dashboard__member-card,
.rewards-my-dashboard__widgets-row .rewards-my-dashboard__callout,
.rewards-my-dashboard__widgets-row .rewards-my-dashboard__promo {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.rewards-my-dashboard__widgets-row .rewards-my-dashboard__widget {
	margin-bottom: 0;
}

.rewards-my-dashboard__widgets-row .rewards-my-dashboard__widget-foot,
.rewards-my-dashboard__widgets-row .rewards-my-dashboard__widget-link,
.rewards-my-dashboard__widgets-row .rewards-my-dashboard__callout-link {
	margin-top: auto;
}

.rewards-my-dashboard__widgets-row .rewards-my-dashboard__earn-list {
	flex: 1 1 auto;
}

@media (max-width: 1199px) {
	.rewards-my-dashboard__widgets-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.rewards-my-dashboard__hero-row {
		grid-template-columns: 1fr 1fr;
	}

	.rewards-my-dashboard__hero-row > .rewards-my-dashboard__balance-card {
		grid-column: 1 / -1;
	}

	.rewards-my-dashboard__welcome {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.rewards-my-dashboard__hero-row {
		grid-template-columns: 1fr;
	}

	.rewards-my-dashboard__hero-row > .rewards-my-dashboard__balance-card {
		grid-column: auto;
	}

	.rewards-my-dashboard__widgets-row {
		grid-template-columns: 1fr;
	}
}

.rewards-my-dashboard__milestone-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 18px;
}

@media (max-width: 640px) {
	.rewards-my-dashboard__milestone-row {
		grid-template-columns: 1fr;
	}
}

.rewards-my-dashboard__milestone {
	position: relative;
	border-radius: 16px;
	padding: 20px 18px 18px;
	box-shadow: 0 6px 22px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.65);
	overflow: hidden;
}

.rewards-my-dashboard__milestone--lavender {
	background: linear-gradient(160deg, #f5f3ff 0%, var(--rewards-dash-lavender) 100%);
}

.rewards-my-dashboard__milestone--peach {
	background: linear-gradient(160deg, #fff5f5 0%, var(--rewards-dash-peach) 100%);
}

/* Vibrant color snippets (reference: lifetime / champion / welcome / prime) */
.rewards-my-dashboard__milestone--snippet-lifetime {
	background: linear-gradient(165deg, #4c1d95 0%, #7c3aed 38%, #c026d3 72%, #e11d48 100%);
	border: none;
	box-shadow: 0 12px 32px rgba(124, 58, 237, 0.35);
	color: #fff;
}

.rewards-my-dashboard__milestone--snippet-sunset {
	background: linear-gradient(165deg, #c2410c 0%, #ea580c 40%, #f97316 65%, #fb7185 100%);
	border: none;
	box-shadow: 0 12px 32px rgba(234, 88, 12, 0.32);
	color: #fff;
}

.rewards-my-dashboard__milestone--snippet-lifetime .rewards-my-dashboard__milestone-label,
.rewards-my-dashboard__milestone--snippet-sunset .rewards-my-dashboard__milestone-label {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	padding-right: 58px;
}

.rewards-my-dashboard__milestone-sub {
	margin: 0 0 14px;
	font-size: 13px;
	opacity: 0.88;
	line-height: 1.35;
}

.rewards-my-dashboard__milestone--snippet-lifetime .rewards-my-dashboard__milestone-sub,
.rewards-my-dashboard__milestone--snippet-sunset .rewards-my-dashboard__milestone-sub {
	color: rgba(255, 255, 255, 0.85);
}

.rewards-my-dashboard__milestone-track {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 6px;
}

.rewards-my-dashboard__milestone-track-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	opacity: 0.9;
}

.rewards-my-dashboard__milestone-track-nums {
	font-size: 12px;
	font-weight: 600;
	opacity: 0.95;
}

.rewards-my-dashboard__milestone--snippet-lifetime .rewards-my-dashboard__milestone-bar,
.rewards-my-dashboard__milestone--snippet-sunset .rewards-my-dashboard__milestone-bar {
	background: rgba(255, 255, 255, 0.25);
}

.rewards-my-dashboard__milestone--snippet-lifetime .rewards-my-dashboard__milestone-bar-fill--blue,
.rewards-my-dashboard__milestone--snippet-sunset .rewards-my-dashboard__milestone-bar-fill--orange {
	background: linear-gradient(90deg, #93c5fd 0%, #e9d5ff 50%, #fda4af 100%);
}

.rewards-my-dashboard__milestone--snippet-lifetime .rewards-my-dashboard__milestone-cta,
.rewards-my-dashboard__milestone--snippet-sunset .rewards-my-dashboard__milestone-cta {
	background: rgba(255, 255, 255, 0.95);
	color: #4c1d95 !important;
	border: none;
}

.rewards-my-dashboard__milestone--snippet-sunset .rewards-my-dashboard__milestone-cta {
	color: #9a3412 !important;
}

.rewards-my-dashboard__milestone--snippet-lifetime .rewards-my-dashboard__milestone-badge,
.rewards-my-dashboard__milestone--snippet-sunset .rewards-my-dashboard__milestone-badge {
	background: rgba(255, 255, 255, 0.22);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.rewards-my-dashboard__milestone--snippet-lifetime .rewards-my-dashboard__milestone-pct,
.rewards-my-dashboard__milestone--snippet-sunset .rewards-my-dashboard__milestone-pct {
	color: #fff;
}

.rewards-my-dashboard__milestone-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(145deg, #fbbf24, #f59e0b);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
}

.rewards-my-dashboard__milestone-badge--warm {
	background: linear-gradient(145deg, #fb923c, #ea580c);
	box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
}

.rewards-my-dashboard__milestone-pct {
	font-size: 13px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
}

.rewards-my-dashboard__milestone-label {
	margin: 0 0 8px;
	padding-right: 58px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #5b21b6;
}

.rewards-my-dashboard__milestone--peach .rewards-my-dashboard__milestone-label {
	color: #9f1239;
}

.rewards-my-dashboard__milestone-value {
	margin: 0 0 12px;
	font-size: 14px;
	color: var(--rewards-dash-muted);
}

.rewards-my-dashboard__milestone-value strong {
	font-size: 32px;
	font-weight: 800;
	color: var(--rewards-dash-ink);
	line-height: 1;
	margin-right: 4px;
}

.rewards-my-dashboard__milestone-bar {
	height: 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	margin-bottom: 14px;
}

.rewards-my-dashboard__milestone-bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	transition: width 0.45s ease;
}

.rewards-my-dashboard__milestone-bar-fill--blue {
	background: linear-gradient(90deg, #3b82f6, #6366f1);
}

.rewards-my-dashboard__milestone-bar-fill--orange {
	background: linear-gradient(90deg, #fb923c, #f97316);
}

.rewards-my-dashboard__milestone-cta {
	border-radius: 999px;
	font-weight: 600;
	padding: 7px 16px;
	background: #fff;
	color: var(--rewards-dash-ink) !important;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.rewards-my-dashboard__milestone-cta:hover {
	background: var(--rewards-dash-ink);
	color: #fff !important;
	border-color: var(--rewards-dash-ink);
}

.rewards-my-dashboard__search-card {
	background: #fff;
	border-radius: 16px;
	padding: 20px 20px 14px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.07);
	border: 1px solid #eef2f7;
}

.rewards-my-dashboard__search-card--top {
	margin-bottom: 20px;
	background: linear-gradient(180deg, #fffefb 0%, #fef7ed 48%, #fff8f1 100%);
	border: 1px solid #fde8d4;
	box-shadow: 0 10px 32px rgba(251, 146, 60, 0.12);
}

.rewards-my-dashboard__search-card--top .rewards-my-dashboard__search-input {
	background: #fff;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.rewards-my-dashboard__search-card--top .rewards-my-dashboard__results-head {
	border-bottom-color: #f5e6d8;
}

.rewards-my-dashboard__search-wrap {
	position: relative;
	margin-bottom: 16px;
}

.rewards-my-dashboard__search-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
	font-size: 15px;
}

.rewards-my-dashboard__search-input {
	width: 100%;
	border: none;
	border-radius: 999px;
	padding: 12px 40px 12px 40px;
	font-size: 15px;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.rewards-my-dashboard__search-input:focus {
	outline: none;
	box-shadow: inset 0 0 0 2px #2563eb;
}

.rewards-my-dashboard__search-clear {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	font-size: 22px;
	line-height: 1;
	color: #999;
	padding: 4px 8px;
}

.rewards-my-dashboard__results-head {
	border-bottom: 1px solid #eef2f7;
	margin-bottom: 4px;
	padding-bottom: 8px;
}

.rewards-my-dashboard__results-title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--rewards-dash-ink);
}

.rewards-my-dashboard__results-title .fa {
	color: #2563eb;
	margin-right: 6px;
}

.rewards-my-dashboard__result-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 8px;
	border-radius: 10px;
	color: #222;
	text-decoration: none;
	transition: background 0.15s ease;
}

.rewards-my-dashboard__result-row:hover {
	background: #f8fafc;
	text-decoration: none;
	color: #222;
}

.rewards-my-dashboard__result-logo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.rewards-my-dashboard__result-logo--ph {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e8e4dc;
	color: #666;
	font-size: 16px;
}

.rewards-my-dashboard__result-body {
	flex: 1;
	min-width: 0;
}

.rewards-my-dashboard__result-title {
	display: block;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rewards-my-dashboard__result-sub {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 2px;
}

.rewards-my-dashboard__dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
	vertical-align: middle;
	margin-right: 2px;
}

.rewards-my-dashboard__result-chevron {
	color: #aaa;
	flex-shrink: 0;
}

.rewards-my-dashboard__empty {
	margin: 8px 0;
	font-size: 13px;
}

.rewards-my-dashboard__balance-card {
	display: flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg, #fff 0%, var(--rewards-dash-sky) 100%);
	border-radius: 14px;
	padding: 16px;
	box-shadow: 0 4px 18px rgba(37, 99, 235, 0.1);
	border: 1px solid rgba(37, 99, 235, 0.1);
	margin-bottom: 12px;
}

.rewards-my-dashboard__balance-card--snippet-champion {
	background: #fff;
	border: 1px solid #eef2f7;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}

.rewards-my-dashboard__balance-card--snippet-champion .rewards-my-dashboard__balance-amount {
	color: #16a34a;
}

.rewards-my-dashboard__balance-card--snippet-champion .rewards-my-dashboard__activate-btn {
	background: #111;
	border-color: #111;
	color: #fff !important;
	border-radius: 999px;
	padding: 8px 18px;
}

.rewards-my-dashboard__balance-card--snippet-champion .rewards-my-dashboard__activate-btn:hover {
	background: #333;
	border-color: #333;
}

.rewards-my-dashboard__balance-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: linear-gradient(135deg, #fef3c7, #fde68a);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #b45309;
	flex-shrink: 0;
}

.rewards-my-dashboard__balance-body {
	flex: 1;
	min-width: 0;
}

.rewards-my-dashboard__balance-name {
	font-weight: 700;
	font-size: 15px;
	color: #111;
}

.rewards-my-dashboard__balance-offer {
	margin-top: 4px;
}

.rewards-my-dashboard__balance-amount {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: var(--rewards-dash-ink);
	line-height: 1.2;
}

.rewards-my-dashboard__balance-caption {
	display: block;
	font-size: 12px;
	color: var(--rewards-dash-muted);
}

.rewards-my-dashboard__balance-was {
	display: block;
	font-size: 11px;
	color: #94a3b8;
	margin-top: 2px;
}

.rewards-my-dashboard__activate-btn {
	background: #2563eb;
	color: #fff !important;
	border-radius: 999px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	border: none;
	flex-shrink: 0;
	box-shadow: 0 2px 10px rgba(37, 99, 235, 0.25);
}

.rewards-my-dashboard__activate-btn:hover {
	background: #1d4ed8;
	color: #fff !important;
}

/* Sidebar widgets (goals, earn, tips) */
.rewards-my-dashboard__widget {
	border-radius: 14px;
	padding: 16px 16px 14px;
	margin-bottom: 12px;
	box-shadow: 0 3px 14px rgba(15, 23, 42, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.8);
	min-height: 100%;
}

.rewards-my-dashboard__widget--goals {
	background: linear-gradient(160deg, #fff 0%, #f5f3ff 100%);
	border-color: #e9e5ff;
	box-shadow: 0 4px 16px rgba(124, 58, 237, 0.08);
}

.rewards-my-dashboard__widget--earn {
	background: linear-gradient(160deg, #fffef5 0%, var(--rewards-dash-cream) 100%);
}

.rewards-my-dashboard__widget--tips {
	background: linear-gradient(160deg, #fff5f8 0%, #fce7f3 100%);
}

.rewards-my-dashboard__widget-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.rewards-my-dashboard__widget-icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.rewards-my-dashboard__widget-icon--target {
	background: #fff7ed;
	color: #ea580c;
}

.rewards-my-dashboard__widget-icon--gift {
	background: #fef9c3;
	color: #ca8a04;
}

.rewards-my-dashboard__widget-icon--bulb {
	background: #fce7f3;
	color: #db2777;
}

.rewards-my-dashboard__widget-title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--rewards-dash-ink);
}

.rewards-my-dashboard__widget-metric {
	margin: 0 0 10px;
	font-size: 13px;
	color: var(--rewards-dash-muted);
}

.rewards-my-dashboard__widget-metric strong {
	display: block;
	font-size: 26px;
	font-weight: 800;
	color: var(--rewards-dash-ink);
	line-height: 1.1;
}

.rewards-my-dashboard__widget-bar {
	height: 10px;
	border-radius: 999px;
	background: #f1f5f9;
	overflow: hidden;
	margin-bottom: 8px;
}

.rewards-my-dashboard__widget-bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #fb923c, #f97316);
	transition: width 0.4s ease;
}

.rewards-my-dashboard__widget-foot {
	margin: 0;
	font-size: 12px;
	color: var(--rewards-dash-muted);
}

.rewards-my-dashboard__earn-list,
.rewards-my-dashboard__tips-list {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #475569;
	line-height: 1.55;
}

.rewards-my-dashboard__earn-list li {
	margin-bottom: 6px;
}

.rewards-my-dashboard__earn-list .fa {
	color: #ca8a04;
	margin-right: 6px;
	width: 14px;
	text-align: center;
}

.rewards-my-dashboard__tips-list {
	padding-left: 18px;
	list-style: disc;
}

.rewards-my-dashboard__tips-list li {
	margin-bottom: 4px;
}

.rewards-my-dashboard__widget-link {
	font-size: 13px;
	font-weight: 600;
	color: #2563eb !important;
	text-decoration: none;
}

.rewards-my-dashboard__widget-link:hover {
	text-decoration: underline;
}

.rewards-my-dashboard__callout {
	display: block;
	border-radius: 12px;
	padding: 14px 16px;
	margin-bottom: 12px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #9a3412;
	text-decoration: none;
}

.rewards-my-dashboard__callout:hover {
	text-decoration: none;
	color: #7c2d12;
	background: #ffedd5;
}

.rewards-my-dashboard__callout-badge {
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #dc2626;
	color: #fff;
	padding: 3px 8px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.rewards-my-dashboard__callout-text {
	margin: 0 0 6px;
	font-size: 13px;
}

.rewards-my-dashboard__callout-link {
	font-size: 12px;
	font-weight: 600;
}

.rewards-my-dashboard__promo {
	display: flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(90deg, #1e40af 0%, #3b82f6 100%);
	border-radius: 12px;
	padding: 14px 16px;
	margin-bottom: 12px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.rewards-my-dashboard__promo--welcome {
	background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #312e81 100%);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.35);
	border-radius: 14px;
}

.rewards-my-dashboard__promo:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.95;
}

.rewards-my-dashboard__promo--alert {
	background: linear-gradient(90deg, #92400e 0%, #d97706 100%);
}

.rewards-my-dashboard__promo-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.rewards-my-dashboard__promo-icon--gift {
	background: rgba(255, 255, 255, 0.2);
}

.rewards-my-dashboard__promo-text {
	flex: 1;
}

.rewards-my-dashboard__promo-text strong {
	display: block;
	font-size: 14px;
}

.rewards-my-dashboard__promo-text span {
	display: block;
	font-size: 12px;
	opacity: 0.88;
}

.rewards-my-dashboard__promo-cta {
	opacity: 0.9;
}

.rewards-my-dashboard__member-card {
	background: #fff;
	border-radius: 16px;
	padding: 18px 18px 16px;
	color: var(--rewards-dash-ink);
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.07);
	border: 1px solid #eef2f7;
}

.rewards-my-dashboard__member-card--snippet-prime {
	background:
		radial-gradient(ellipse 80% 60% at 100% 0%, rgba(56, 189, 248, 0.12) 0%, transparent 55%),
		linear-gradient(155deg, #121218 0%, #1a1a24 45%, #0a0a0e 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
	color: #fff;
}

.rewards-my-dashboard__member-card--snippet-prime .rewards-my-dashboard__member-head {
	color: rgba(255, 255, 255, 0.75);
}

.rewards-my-dashboard__member-card--snippet-prime .rewards-my-dashboard__member-head .fa-user {
	color: #38bdf8;
}

.rewards-my-dashboard__member-card--snippet-prime .rewards-my-dashboard__member-chip {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #7dd3fc;
}

.rewards-my-dashboard__member-card--snippet-prime .rewards-my-dashboard__member-chip:hover {
	background: #0ea5e9;
	color: #fff;
}

.rewards-my-dashboard__member-card--snippet-prime .rewards-my-dashboard__stat-label {
	color: rgba(255, 255, 255, 0.45);
}

.rewards-my-dashboard__member-card--snippet-prime .rewards-my-dashboard__stat-value {
	color: #fff;
}

.rewards-my-dashboard__member-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: 600;
	color: var(--rewards-dash-muted);
}

.rewards-my-dashboard__member-head .fa-user {
	color: #2563eb;
	margin-right: 4px;
}

.rewards-my-dashboard__member-chip {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #dbeafe;
	background: #eff6ff;
	color: #2563eb;
}

.rewards-my-dashboard__member-chip:hover {
	background: #2563eb;
	color: #fff;
}

.rewards-my-dashboard__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 12px;
	position: relative;
}

.rewards-my-dashboard__stat-label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #94a3b8;
	margin-bottom: 4px;
}

.rewards-my-dashboard__stat-value {
	display: block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	color: var(--rewards-dash-ink);
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero {
	border-radius: 14px;
	background: linear-gradient(135deg, var(--rewards-admin-sky) 0%, #f0f4ff 55%, #fff 100%);
	color: var(--rewards-admin-ink);
	border: 1px solid rgba(37, 99, 235, 0.1);
	box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-kicker {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #2563eb;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-title {
	color: var(--rewards-admin-ink);
	font-weight: 700;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-sub,
.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-sub strong {
	color: var(--rewards-admin-muted);
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__delta--up {
	background: #dcfce7;
	color: #166534;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__delta--down {
	background: #fee2e2;
	color: #991b1b;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-theme-btn,
.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-pdf-btn,
.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-btn {
	background: #fff !important;
	color: #2563eb !important;
	border: 1px solid rgba(37, 99, 235, 0.2) !important;
	box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-btn--primary {
	background: #2563eb !important;
	color: #fff !important;
	border-color: #2563eb !important;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-btn:hover,
.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-theme-btn:hover,
.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-pdf-btn:hover {
	background: #eff6ff !important;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__hero-btn--primary:hover {
	background: #1d4ed8 !important;
	color: #fff !important;
}

.rewards-admin-dashboard__callout {
	display: block;
	border-radius: 12px;
	padding: 14px 16px;
	margin-bottom: 14px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #9a3412;
	text-decoration: none;
}

.rewards-admin-dashboard__callout:hover {
	text-decoration: none;
	color: #7c2d12;
	background: #ffedd5;
}

.rewards-admin-dashboard__callout-badge {
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #dc2626;
	color: #fff;
	padding: 3px 8px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.rewards-admin-dashboard__callout-text {
	margin: 0 0 6px;
	font-size: 13px;
}

.rewards-admin-dashboard__callout-link {
	font-size: 12px;
	font-weight: 600;
}

.rewards-admin-dashboard__milestone-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 18px;
}

@media (max-width: 991px) {
	.rewards-admin-dashboard__milestone-row {
		grid-template-columns: 1fr;
	}
}

.rewards-admin-dashboard__milestone {
	position: relative;
	border-radius: 16px;
	padding: 20px 18px 18px;
	box-shadow: 0 6px 22px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.65);
}

.rewards-admin-dashboard__milestone--lavender {
	background: linear-gradient(160deg, #f5f3ff 0%, var(--rewards-admin-lavender) 100%);
}

.rewards-admin-dashboard__milestone--peach {
	background: linear-gradient(160deg, #fff5f5 0%, var(--rewards-admin-peach) 100%);
}

.rewards-admin-dashboard__milestone--sky {
	background: linear-gradient(160deg, #f8fbff 0%, var(--rewards-admin-sky) 100%);
}

.rewards-admin-dashboard__milestone-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(145deg, #3b82f6, #2563eb);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.rewards-admin-dashboard__milestone-badge--warm {
	background: linear-gradient(145deg, #fb923c, #ea580c);
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
}

.rewards-admin-dashboard__milestone-badge--sky {
	background: linear-gradient(145deg, #38bdf8, #0ea5e9);
}

.rewards-admin-dashboard__milestone-label {
	margin: 0 0 8px;
	padding-right: 50px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #5b21b6;
}

.rewards-admin-dashboard__milestone--peach .rewards-admin-dashboard__milestone-label {
	color: #9f1239;
}

.rewards-admin-dashboard__milestone--sky .rewards-admin-dashboard__milestone-label {
	color: #0369a1;
}

.rewards-admin-dashboard__milestone-value {
	margin: 0 0 10px;
	font-size: 13px;
	color: var(--rewards-admin-muted);
}

.rewards-admin-dashboard__milestone-value strong {
	font-size: 30px;
	font-weight: 800;
	color: var(--rewards-admin-ink);
	margin-right: 4px;
}

.rewards-admin-dashboard__milestone-bar {
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.75);
	overflow: hidden;
}

.rewards-admin-dashboard__milestone-bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #fb923c, #f97316);
}

.rewards-admin-dashboard__milestone-cta {
	border-radius: 999px;
	font-weight: 600;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	color: var(--rewards-admin-ink) !important;
}

.rewards-admin-dashboard__milestone-delta {
	display: inline-block;
	margin-top: 4px;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.rewards-admin-dashboard__milestone-delta--up {
	background: #dcfce7;
	color: #166534;
}

.rewards-admin-dashboard__milestone-delta--down {
	background: #fee2e2;
	color: #991b1b;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__quick-chips a {
	background: #fff;
	border-color: #e2e8f0;
	color: var(--rewards-admin-muted);
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
	border-radius: 999px;
	font-weight: 600;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__quick-chips a:hover {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__card.portlet {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
	border: 1px solid #e8edf4;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__card.portlet > .portlet-body {
	background: #fff;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__card--rank > .portlet-body {
	padding: 12px 14px 14px;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__main-row .rewards-admin-dashboard__card--rank > .portlet-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__main-row .rewards-admin-dashboard__empty {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.rewards-admin-dashboard__top-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 8px;
	border-radius: 10px;
	color: inherit;
	text-decoration: none !important;
	transition: background 0.15s ease;
}

.rewards-admin-dashboard__top-item:hover {
	background: #f8fafc;
}

.rewards-admin-dashboard__top-item--rank1 {
	background: linear-gradient(90deg, #fffbeb 0%, #fff 100%);
}

.rewards-admin-dashboard__top-item--rank2 {
	background: linear-gradient(90deg, #f8fafc 0%, #fff 100%);
}

.rewards-admin-dashboard__top-item--rank3 {
	background: linear-gradient(90deg, #fff7ed 0%, #fff 100%);
}

.rewards-admin-dashboard__top-rank {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e2e8f0;
	color: #475569;
	font-size: 12px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rewards-admin-dashboard__top-item--rank1 .rewards-admin-dashboard__top-rank {
	background: linear-gradient(145deg, #fbbf24, #f59e0b);
	color: #fff;
}

.rewards-admin-dashboard__top-item--rank2 .rewards-admin-dashboard__top-rank {
	background: linear-gradient(145deg, #94a3b8, #64748b);
	color: #fff;
}

.rewards-admin-dashboard__top-item--rank3 .rewards-admin-dashboard__top-rank {
	background: linear-gradient(145deg, #fb923c, #ea580c);
	color: #fff;
}

.rewards-admin-dashboard__top-item-body {
	flex: 1;
	min-width: 0;
}

.rewards-admin-dashboard__top-name {
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: var(--rewards-admin-ink);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rewards-admin-dashboard__top-count {
	display: block;
	font-size: 11px;
	color: var(--rewards-admin-muted);
	margin-bottom: 4px;
}

.rewards-admin-dashboard__top-progress {
	display: block;
	height: 5px;
	border-radius: 999px;
	background: #f1f5f9;
	overflow: hidden;
}

.rewards-admin-dashboard__top-progress-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #3b82f6, #6366f1);
	transition: width 0.7s cubic-bezier(0.34, 1.1, 0.64, 1);
}

.rewards-admin-dashboard__top-chevron {
	color: #cbd5e1;
	flex-shrink: 0;
}

.rewards-admin-dashboard__widget {
	border-radius: 14px;
	padding: 16px;
	margin-bottom: 12px;
	box-shadow: 0 3px 14px rgba(15, 23, 42, 0.06);
	border: 1px solid #eef2f7;
}

.rewards-admin-dashboard__widget--goals {
	background: #fff;
}

.rewards-admin-dashboard__widget--tips {
	background: linear-gradient(160deg, #fff5f8 0%, #fce7f3 100%);
	border-color: #fce7f3;
}

.rewards-admin-dashboard__widget--glance {
	background: linear-gradient(160deg, #fffef5 0%, var(--rewards-admin-cream) 100%);
	border-color: #fef9c3;
}

.rewards-admin-dashboard__widget-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.rewards-admin-dashboard__widget-icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.rewards-admin-dashboard__widget-icon--target {
	background: #fff7ed;
	color: #ea580c;
}

.rewards-admin-dashboard__widget-icon--bulb {
	background: #fce7f3;
	color: #db2777;
}

.rewards-admin-dashboard__widget-icon--info {
	background: #fef9c3;
	color: #ca8a04;
}

.rewards-admin-dashboard__widget-title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--rewards-admin-ink);
}

.rewards-admin-dashboard__widget-metric {
	margin: 0 0 10px;
	font-size: 13px;
	color: var(--rewards-admin-muted);
}

.rewards-admin-dashboard__widget-metric strong {
	display: block;
	font-size: 24px;
	font-weight: 800;
	color: var(--rewards-admin-ink);
	line-height: 1.1;
}

.rewards-admin-dashboard__widget-bar {
	height: 10px;
	border-radius: 999px;
	background: #f1f5f9;
	overflow: hidden;
	margin-bottom: 8px;
}

.rewards-admin-dashboard__widget-bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #fb923c, #f97316);
}

.rewards-admin-dashboard__widget-foot {
	margin: 0;
	font-size: 12px;
	color: var(--rewards-admin-muted);
}

.rewards-admin-dashboard__tips-list {
	margin: 0;
	padding-left: 18px;
	font-size: 13px;
	color: #475569;
	line-height: 1.55;
}

.rewards-admin-dashboard__tips-list li {
	margin-bottom: 4px;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__meta-list li {
	padding: 8px 0;
	border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
	font-size: 13px;
	color: #475569;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__meta-list li:last-child {
	border-bottom: none;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__meta-list li i {
	width: 18px;
	color: #2563eb;
	margin-right: 6px;
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__public-link {
	margin: 10px 0 0;
	font-size: 12px;
	color: var(--rewards-admin-muted);
}

.rewards-admin-dashboard--elegant .rewards-admin-dashboard__side-col .portlet {
	margin-bottom: 0;
}

.rewards-admin-dashboard__main-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 24px;
}

.rewards-admin-dashboard__widget-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 18px;
}

.rewards-admin-dashboard__widget-row > [class*="col-"] {
	display: flex;
	flex-direction: column;
	float: none;
	margin-bottom: 12px;
}

.rewards-admin-dashboard__widget-row .rewards-admin-dashboard__widget {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 0;
	min-height: var(--rewards-admin-widget-min-h, 200px);
}

.rewards-admin-dashboard__widget-row .rewards-admin-dashboard__widget-foot,
.rewards-admin-dashboard__widget-row .rewards-admin-dashboard__widget--glance .rewards-admin-dashboard__public-link {
	margin-top: auto;
}

.rewards-admin-dashboard__widget-row .rewards-admin-dashboard__tips-list,
.rewards-admin-dashboard__widget-row .rewards-admin-dashboard__widget--glance .rewards-admin-dashboard__meta-list {
	flex: 1 1 auto;
}

@media (min-width: 992px) {
	.rewards-admin-dashboard__widget-row > .col-md-4 {
		width: 33.33333333%;
	}

	.rewards-admin-dashboard__widget-row > [class*="col-"] {
		margin-bottom: 0;
	}
}

.rewards-admin-dashboard__main-row > [class*="col-"] {
	display: flex;
	flex-direction: column;
	float: none;
}

.rewards-admin-dashboard__main-row .rewards-admin-dashboard__card.portlet {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	margin-bottom: 0;
}

.rewards-admin-dashboard__main-row .rewards-admin-dashboard__card.portlet > .portlet-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: var(--rewards-admin-main-card-body-min-h, 200px);
}

@media (min-width: 992px) {
	.rewards-admin-dashboard__main-row > .col-md-8 {
		width: 66.66666667%;
	}

	.rewards-admin-dashboard__main-row > .col-md-4 {
		width: 33.33333333%;
	}
}

.rewards-admin-dashboard__table-cta {
	border-radius: 999px;
	background: #2563eb !important;
	border-color: #2563eb !important;
	color: #fff !important;
	font-weight: 600;
	padding: 7px 18px;
}

.rewards-admin-dashboard__table-cta:hover {
	background: #1d4ed8 !important;
	border-color: #1d4ed8 !important;
}

/* Dark hero toggle still applies when user picks dark theme */
.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero {
	color: #fff;
}

.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero-kicker {
	color: #93c5fd;
}

.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero-title,
.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero-sub,
.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero-sub strong {
	color: #fff;
}

.rewards-admin-dashboard__hero {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	padding: 20px 22px;
	border-radius: 8px;
	background: linear-gradient(135deg, #1f6fb2 0%, #3598dc 45%, #5bc0de 100%);
	color: #fff;
	box-shadow: 0 4px 18px rgba(31, 111, 178, 0.35);
	transition: background 0.35s ease, box-shadow 0.35s ease;
}

/* Dark hero â€” manual toggle */
.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero {
	background: linear-gradient(135deg, #0f1419 0%, #1a2332 40%, #2d3a4f 100%) !important;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero-theme-btn,
.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero-pdf-btn,
.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero-btn {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
}

.rewards-admin-dashboard[data-hero-theme="dark"] .rewards-admin-dashboard__hero-btn--primary {
	background: #3b82f6 !important;
	border-color: #3b82f6 !important;
}

/* Light hero â€” force classic blue (overrides OS dark) */
.rewards-admin-dashboard[data-hero-theme="light"] .rewards-admin-dashboard__hero {
	background: linear-gradient(135deg, #1f6fb2 0%, #3598dc 45%, #5bc0de 100%);
	box-shadow: 0 4px 18px rgba(31, 111, 178, 0.35);
	border: none;
}

/* Auto: match OS dark preference when not forced light */
@media (prefers-color-scheme: dark) {
	.rewards-admin-dashboard[data-hero-theme="auto"] .rewards-admin-dashboard__hero {
		background: linear-gradient(135deg, #121820 0%, #1e2a3a 45%, #2f4055 100%);
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
		border: 1px solid rgba(255, 255, 255, 0.05);
	}
}

.rewards-admin-dashboard__hero-theme-btn,
.rewards-admin-dashboard__hero-pdf-btn {
	background: rgba(255, 255, 255, 0.15) !important;
	color: #fff !important;
}

.rewards-admin-dashboard__hero-theme-btn:hover,
.rewards-admin-dashboard__hero-pdf-btn:hover {
	background: rgba(255, 255, 255, 0.28) !important;
	color: #fff !important;
}

.rewards-admin-dashboard__hero-pdf-btn {
	font-weight: 600;
}

.rewards-admin-dashboard__hero-title {
	margin: 0 0 6px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.rewards-admin-dashboard__hero-sub {
	margin: 0;
	font-size: 14px;
	opacity: 0.95;
	color: #fff;
}

.rewards-admin-dashboard__hero-sub strong {
	color: #fff;
}

.rewards-admin-dashboard__hero-wave {
	display: inline-block;
	margin-left: 4px;
	animation: rewards-dashboard-wave 2s ease-in-out infinite;
}

@keyframes rewards-dashboard-wave {
	0%, 100% { transform: rotate(0deg); }
	25% { transform: rotate(14deg); }
	75% { transform: rotate(-8deg); }
}

.rewards-admin-dashboard__hero-dot {
	opacity: 0.7;
	margin: 0 4px;
}

.rewards-admin-dashboard__hero-actions .btn {
	margin-left: 6px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.rewards-admin-dashboard__delta {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
}

.rewards-admin-dashboard__delta--up {
	background: rgba(255, 255, 255, 0.22);
	color: #e8ffe8;
}

.rewards-admin-dashboard__delta--down {
	background: rgba(0, 0, 0, 0.15);
	color: #ffe8e8;
}

.rewards-admin-dashboard__action-alert {
	border-radius: 6px;
	margin-bottom: 14px;
}

.rewards-admin-dashboard__action-alert-btn {
	margin-top: -2px;
}

.rewards-admin-dashboard__quick-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.rewards-admin-dashboard__quick-chips a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 20px;
	background: #f4f6f9;
	border: 1px solid #e0e6ed;
	color: #555;
	font-size: 13px;
	text-decoration: none !important;
	transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
}

.rewards-admin-dashboard__quick-chips a:hover {
	background: #3598dc;
	border-color: #3598dc;
	color: #fff;
	transform: translateY(-1px);
}

.rewards-admin-dashboard__quick-chips a i {
	font-size: 12px;
}

.rewards-admin-dashboard__animate-in {
	animation: rewards-dashboard-fade-up 0.55s ease both;
}

.rewards-admin-dashboard__animate-in--delay {
	animation-delay: 0.12s;
}

.rewards-admin-dashboard__animate-in--delay2 {
	animation-delay: 0.22s;
}

@keyframes rewards-dashboard-fade-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.rewards-admin-dashboard__stat-link--pulse .rewards-admin-dashboard__stat-icon {
	animation: rewards-dashboard-pulse-icon 2s ease-in-out infinite;
}

@keyframes rewards-dashboard-pulse-icon {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.85; transform: scale(1.06); }
}

.rewards-admin-dashboard__stat-badge {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 7px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.25);
}

.rewards-admin-dashboard__stat-badge--up {
	color: #fff;
}

.rewards-admin-dashboard__stat-badge--down {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}

.rewards-admin-dashboard__portlet-pill {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-right: 8px;
}

.rewards-admin-dashboard__trend-bar {
	transition: height 0.55s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.rewards-admin-dashboard__trend-col {
	position: relative;
	cursor: default;
}

.rewards-admin-dashboard__trend-col.is-hovered .rewards-admin-dashboard__trend-bar {
	filter: brightness(1.12);
	box-shadow: 0 -2px 8px rgba(46, 109, 164, 0.45);
}

.rewards-admin-dashboard__trend-tip {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(0.9);
	opacity: 0;
	font-size: 11px;
	font-weight: 700;
	color: #2e6da4;
	background: #fff;
	border: 1px solid #c5d9ef;
	border-radius: 4px;
	padding: 2px 5px;
	white-space: nowrap;
	transition: opacity 0.15s, transform 0.15s;
	pointer-events: none;
	z-index: 2;
}

.rewards-admin-dashboard__trend-col.is-hovered .rewards-admin-dashboard__trend-tip {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

.rewards-admin-dashboard__top-list a {
	display: block;
	padding: 10px 4px;
	text-decoration: none !important;
}

.rewards-admin-dashboard__top-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 4px;
}

.rewards-admin-dashboard__top-name {
	font-weight: 600;
	color: #333;
}

.rewards-admin-dashboard__top-count {
	font-size: 12px;
	color: #888;
}

.rewards-admin-dashboard__top-progress {
	height: 6px;
	margin: 0;
	background: #eef2f7;
}

.rewards-admin-dashboard__top-progress-fill {
	transition: width 0.7s cubic-bezier(0.34, 1.1, 0.64, 1);
}

.rewards-admin-dashboard__meta-list li {
	padding: 8px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.rewards-admin-dashboard__meta-list li i {
	width: 18px;
	margin-right: 6px;
}

.rewards-admin-dashboard__empty {
	text-align: center;
	padding: 28px 12px;
	color: #999;
}

.rewards-admin-dashboard__empty i {
	font-size: 36px;
	margin-bottom: 8px;
	opacity: 0.4;
}

.rewards-admin-dashboard__empty--compact {
	padding: 16px 8px;
}

.rewards-admin-dashboard__empty--compact i {
	font-size: 28px;
}

.rewards-admin-dashboard__recent-row {
	transition: background 0.15s;
}

.rewards-admin-dashboard__recent-table tbody tr:hover {
	background: #f5f9fc !important;
}

.rewards-admin-dashboard__type-pill {
	font-size: 11px;
	padding: 3px 8px;
}

.rewards-admin-dashboard__time-ago {
	color: #666;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

@media (max-width: 767px) {
	.rewards-admin-dashboard__hero {
		padding: 16px;
	}
	.rewards-admin-dashboard__hero-title {
		font-size: 20px;
	}
	.rewards-admin-dashboard__hero-actions {
		width: 100%;
	}
	.rewards-admin-dashboard__hero-actions .btn {
		margin-left: 0;
		margin-right: 6px;
	}
}

/* â€”â€” Public /rewards listing & detail (Hot Deals layout) â€”â€” */
.rewards-public-page.main.ecommerce,
.rewards-public-detail-page.main.ecommerce {
	padding: 0;
}
.top_navigation .menu > li.active > a,
.top_navigation .menu > li.active > a:hover {
	background: #111;
	color: #fff;
	border-radius: 4px;
}

.rewards-public-page__breadcrumb {
	margin: 12px 0 0;
	background: transparent;
}

.rewards-public-page__location-line {
	margin: 8px 0 12px;
	font-size: 16px;
	font-weight: 600;
	color: #c0392b;
}

/* Public listing/detail filters â€” match Hot Deals classified search bar */
.rewards-public-filters-wrap.shadow-box {
	padding: 10px 18px;
	margin-bottom: 14px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.rewards-public-filters--listing {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	align-items: stretch;
}
.rewards-public-filters__cat-col {
	padding-left: 0;
	padding-right: 10px;
	min-width: 168px;
	/* Listing + view search bar: hide category dropdown (sidebar/category URLs remain) */
	display: none !important;
}
.rewards-public-filters__category-group {
	width: 100%;
	margin-bottom: 0;
	display: table;
	border-collapse: separate;
	background-color: #784a76;
}
.rewards-public-filters__category-addon {
	background: #784a76 !important;
	border-color: #784a76 !important;
	color: #fff !important;
	min-width: 40px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.rewards-public-filters__category-select {
	border: none !important;
	border-left: 0 !important;
	min-height: 38px;
	height: 38px;
	font-size: 13px !important;
	font-weight: 600;
	background-color: #784a76 !important;
	color: #fff !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 28px;
	padding-left: 4px;
}
.rewards-public-filters__category-select:focus {
	outline: none;
	background-color: #6a3f68 !important;
	color: #fff !important;
}
.rewards-public-filters__category-select option {
	background: #fff;
	color: #333;
}
.rewards-public-filters__search-wrap {
	position: relative;
	width: 100%;
}
.rewards-public-filters__search-wrap .rewards-public-filters__search-input {
	padding-right: 36px;
}
.rewards-public-filters__search-clear {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	font-size: 20px;
	line-height: 1;
	color: #999;
	padding: 4px 8px;
	cursor: pointer;
}
.rewards-public-filters__search-clear:hover,
.rewards-public-filters__search-clear:focus {
	color: #666;
	outline: none;
}
.rewards-public-filters__search-clear--hidden {
	display: none;
}
.rewards-public-filters__search-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 4px;
	padding-right: 4px;
}
.rewards-public-filters__search-row .rewards-public-filters__search-col {
	flex: 1 1 200px;
	min-width: 0;
	padding-right: 0;
}
.rewards-public-filters__search-input {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #ddd;
}
.rewards-public-filters__submit {
	min-height: 42px;
	height: 42px;
	font-size: 14px;
	font-weight: 600;
	margin-left: 9px;
	float: left;
	padding: 0 14px;
	white-space: nowrap;
	background: #4B8DF8 !important;
	border-color: #4B8DF8 !important;
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}
.rewards-public-filters__submit:hover,
.rewards-public-filters__submit:focus {
	background: #1d4ed8 !important;
	border-color: #1d4ed8 !important;
}
.rewards-public-filters__clear {
	min-height: 42px;
	height: 42px;
	font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
	float: left;
	padding: 0 12px;
	white-space: nowrap;
}
.rewards-public-filters__clear--hidden {
	display: none !important;
}
@media (min-width: 992px) {
	.rewards-public-filters--listing {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.rewards-public-filters__cat-col {
		flex: 0 0 18%;
		max-width: 220px;
		width: auto;
	}
	.rewards-public-filters__search-row {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
	}
}
@media (max-width: 991px) {
	.rewards-public-filters-wrap.shadow-box {
		padding: 10px 12px;
	}
	.rewards-public-filters__cat-col {
		margin-bottom: 10px;
		padding-right: 0;
		min-width: 0;
		width: 100%;
	}
	.rewards-public-filters__search-row {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.rewards-public-filters__submit {
		margin-left: 0;
		margin-top: 8px;
		width: 100%;
	}
}

.rewards-public-page {
	padding: 0;
}

/* Buzz all-cities listing layout (scoped) */
.rewards-public-page .page-header-inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}
.rewards-public-page .page-header-inline .filters-btn {
	padding: 6px 14px;
	border-radius: 7px !important;
	font-size: 16px;
	float: none;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #3b5998;
	color: #fff;
	border: none;
}
.rewards-public-page .result-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	padding: 20px 10px;
	margin: 0 0 15px;
	border-radius: 10px !important;
	background: #fff;
	color: #333;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	width: 100%;
}
.rewards-public-page #rewardsPublicGrid.result-grid {
	padding: 0 4px 12px;
	box-shadow: none;
	border: 0;
	background: transparent;
}
.rewards-public-page .result-grid h4 {
	flex: 0 0 100%;
	margin: 0 0 10px;
}
.rewards-public-page .page-col {
	width: 49%;
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px) {
	.rewards-public-page .page-col {
		width: 100%;
	}
}
.rewards-public-page .result-card.user-pages {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 15px 10px;
	text-decoration: none;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 15px !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	transition: all 0.2s ease;
	width: 100%;
	height: 100%;
	color: inherit;
}
.rewards-public-page .result-card.user-pages:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	text-decoration: none;
	color: inherit;
}
.rewards-public-page .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	object-fit: cover;
	margin-right: 10px;
	min-width: 40px;
	flex-shrink: 0;
}
.rewards-public-page .meta {
	min-width: 0;
	overflow: hidden;
	flex: 1;
}
.rewards-public-page .meta strong {
	display: block;
	font-size: 16px;
	line-height: 1.3;
}
.rewards-public-page .meta small {
	font-size: 13px;
	color: #888;
}
.rewards-public-page .page-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 6px;
}
.rewards-public-categories-page__mobile-ads {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.rewards-public-page .page-label {
	font-size: 13px;
	padding: 2px 7px;
	border-radius: 6px !important;
	background: #eef2f7;
	color: #555;
	white-space: nowrap;
}
.rewards-public-listing-card__discount {
	font-size: 13px;
	margin-top: 6px;
	font-weight: 600;
	color: #2e7d32;
}
.rewards-public-loading {
	text-align: center;
	padding: 12px;
}

.rewards-public-sidebar.scrollable-sidebar {
	padding-right: 8px;
}
.rewards-public-sidebar__similar .widget_title h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 400;
}
.rewards-public-sidebar__similar .widget_title h3 a {
	color: #222;
}
.rewards-public-sidebar-list {
	margin: 0;
	padding: 0;
}
.rewards-public-sidebar-list > li {
	margin-bottom: 12px;
}
.rewards-public-sidebar-list > li:last-child {
	margin-bottom: 0;
}
.rewards-public-sidebar-item {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #333;
}
.rewards-public-sidebar-item:hover {
	text-decoration: none;
	color: #c0392b;
}
.rewards-public-sidebar-item__thumb {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 8px !important;
	overflow: hidden;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rewards-public-sidebar-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rewards-public-sidebar-item__initials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}
.rewards-public-sidebar-item__name {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rewards-public-filters-modal.fb-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
}
.rewards-public-filters-modal.fb-modal.active {
	display: block;
}
.rewards-public-filters-modal .fb-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}
.rewards-public-filters-modal .fb-modal-card {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 360px;
	max-width: calc(100% - 24px);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 12px !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
}
.rewards-public-filters-modal .fb-modal-header,
.rewards-public-filters-modal .fb-modal-body,
.rewards-public-filters-modal .fb-modal-footer {
	padding: 12px 16px;
}
.rewards-public-filters-modal .fb-modal-header {
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rewards-public-filters-modal .fb-modal-header h4 {
	margin: 0;
}
.rewards-public-filters-modal .fb-close {
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}
.rewards-public-filters-modal .fb-modal-footer {
	border-top: 1px solid #eee;
}

.rewards-public-page__header {
	margin-bottom: 20px;
}
.rewards-public-page__h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}
.rewards-public-filters {
	margin-bottom: 16px;
}
.rewards-public-filters__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 8px;
}
@media (min-width: 992px) {
	.rewards-public-filters__actions {
		margin-top: 0;
	}
}
.rewards-public-results-meta {
	margin-bottom: 16px;
}
.rewards-public-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}
.rewards-public-card {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.15s, transform 0.15s;
	overflow: hidden;
}
.rewards-public-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}
.rewards-public-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}
.rewards-public-card__link:hover {
	text-decoration: none;
	color: inherit;
}
.rewards-public-card__logo {
	width: 100%;
	height: 140px;
	object-fit: cover;
	background: #f5f5f5;
}
.rewards-public-card__logo--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bbb;
	font-size: 42px;
}
.rewards-public-card__body {
	padding: 14px 14px 16px;
	flex: 1;
}
.rewards-public-card__badge {
	margin-bottom: 6px;
}
.rewards-public-card__title {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}
.rewards-public-card__city {
	font-size: 13px;
	margin-bottom: 8px;
}
.rewards-public-card__discount {
	font-size: 14px;
	font-weight: 600;
	color: #2a7a2a;
	margin-bottom: 6px;
}
.rewards-public-card__hd {
	font-size: 12px;
	color: #888;
}
.rewards-public-load-more-wrap {
	margin-top: 24px;
}
.rewards-public-empty {
	padding: 32px 12px;
	text-align: center;
}
.rewards-public-detail {
	padding: 20px 15px 40px;
}
.rewards-public-detail__back {
	margin-bottom: 16px;
}
.rewards-public-detail__logo {
	max-width: 160px;
	border-radius: 6px;
	border: 1px solid #eee;
}
.rewards-public-detail__logo--placeholder {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #bbb;
	border-radius: 6px;
}
.rewards-public-detail__title {
	margin: 8px 0 10px;
	font-size: 26px;
	font-weight: 600;
}
.rewards-public-detail__discount {
	margin-bottom: 12px;
	color: #2a7a2a;
}
.rewards-public-detail__section {
	margin-top: 28px;
}
.rewards-public-detail__section h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
.rewards-public-detail__description {
	line-height: 1.6;
}
.rewards-public-detail__steps {
	padding-left: 20px;
}
.rewards-public-detail__social a {
	margin-right: 8px;
}

/* --- Public reward / listing layout (Hot Dealsâ€“style grid) --- */
.rewards-public-detail-page .col-lg-10.card-padding,
.rewards-public-page .col-lg-10.card-padding {
	padding-left: 15px;
	padding-right: 15px;
}
.rewards-public-detail-page .col-lg-10 > .col-lg-9,
.rewards-market-detail-page .col-lg-10 > .col-lg-9,
.rewards-public-page .col-lg-10 > .col-lg-9 {
	float: left;
	width: 75%;
	padding-left: 15px;
	padding-right: 15px;
}
.rewards-public-detail-page .col-lg-10 > .col-lg-3,
.rewards-market-detail-page .col-lg-10 > .col-lg-3,
.rewards-public-page .col-lg-10 > .col-lg-3 {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.rewards-public-detail-page .col-lg-10::after,
.rewards-market-detail-page .col-lg-10::after,
.rewards-public-page .col-lg-10::after {
	content: '';
	display: table;
	clear: both;
}
.rewards-public-detail-page .article_content.bordered-box.card,
.rewards-public-page .article_content.bordered-box.card {
	padding: 15px 18px 20px;
	background: #fff;
}
.rewards-public-detail-page .adv-holder,
.rewards-public-page .adv-holder {
	margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	/*
	 * R30.63 follow-up — /rewards/categories still used the generic ipaddiv flex
	 * wrapper, so tablet view-ad blocks shrank to intrinsic image size. Force the
	 * Rewards categories tablet ads to occupy the full available width like the
	 * fixed /rewards listing page.
	 */
	.rewards-public-categories-page__mobile-ads .ipaddiv,
	.rewards-public-categories-page__mobile-ads .ads-row,
	.rewards-public-categories-page__mobile-ads .ads-row .layout_post_2,
	.rewards-public-categories-page__mobile-ads .ad-box,
	.rewards-public-categories-page__mobile-ads .ad-inner {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		box-sizing: border-box;
	}

	.rewards-public-categories-page__mobile-ads .ipaddiv {
		display: block;
	}

	.rewards-public-categories-page__mobile-ads .ad-img-cls {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
}
.rewards-public-detail__trending-title {
	font-size: 20px;
	margin: 0 0 12px;
	font-weight: 600;
}
.rewards-public-filters--compact {
	margin-bottom: 0;
}
.rewards-public-detail-card__status,
.rewards-public-detail-card__type {
	margin-right: 6px;
	vertical-align: middle;
}
.rewards-public-detail-page .breadcrumb {
	margin-bottom: 8px;
}
/* FA5 Free solid (\f105) only renders at 900 and looks too heavy; use a thin unicode chevron like FA4 */
.rewards-public-detail-page .breadcrumb > li + li::before,
.rewards-public-page .breadcrumb > li + li::before,
.rewards-market-page .breadcrumb > li + li::before,
.rewards-market-detail-page .breadcrumb > li + li::before {
	content: "\203A" !important;
	font-family: inherit;
	font-weight: 400;
	font-size: inherit;
	color: #000;
}
.rewards-market-detail-hero.article_content.bordered-box.card {
	padding: 15px 18px 20px;
	background: #fcfcfc;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border: none !important;
	margin-top: 10px;
}
.rewards-market-detail-hero__meta {
	display: block;
	margin-bottom: 5px;
}
.rewards-market-detail-hero__cat-btn {
	font-size: 18px;
	border-radius: 5px !important;
	padding: 6px 14px;
	line-height: 1.3;
}
.rewards-market-detail-hero__cat-btn a,
.rewards-market-detail-hero__cat-btn span {
	color: #fff;
	text-decoration: none;
}
.rewards-market-detail-hero__cat-btn a:hover,
.rewards-market-detail-hero__cat-btn a:focus {
	color: #fff;
	text-decoration: none;
}
.rewards-market-detail-hero__title-wrap {
	margin-top: 5px;
}
.rewards-market-detail-hero__title-wrap .title-text {
	margin: 0;
}
.rewards-market-detail-hero__discount {
	margin-top: 5px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #e02222;
}
.rewards-market-detail-hero__discount .homepage-title1,
.rewards-market-detail-hero__discount strong {
	color: #e02222 !important;
	font-size: inherit;
}
.rewards-market-detail-hero__discount-badge {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.rewards-market-detail-hero__discount-total {
	color: #e02222;
	font-weight: 700;
}
.rewards-market-detail-hero__discount-word {
	color: #e02222;
	font-weight: 700;
}
.rewards-market-detail-hero__breadcrumb {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding-left: 0;
	background: transparent;
}
.rewards-market-detail-hero__share-row {
	margin-top: 12px;
	margin-bottom: 0;
	clear: both;
}
.rewards-market-detail-hero__share-bar {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
}
/* Email Friend partial also outputs #emailfriendbox modal — keep it out of the flex row */
.rewards-market-detail-hero__share-bar > #emailfriendbox.modal {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}
.rewards-market-detail-hero__share-bar > #emailfriendbox.modal.in,
.rewards-market-detail-hero__share-bar > #emailfriendbox.modal.show {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: auto !important;
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
	z-index: 1050;
}
.rewards-market-detail-hero__share-bar .copy_url {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding-left: 0;
}
.rewards-market-detail-hero__share-bar .btn,
.rewards-market-detail-hero__share-bar .email-friend-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 5px;
	white-space: nowrap;
	width: auto !important;
	height: 32px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	padding: 0 12px !important;
	margin: 0 !important;
	line-height: 1 !important;
	box-sizing: border-box;
	flex: 0 0 auto;
	color: #000 !important;
	font-size: 12px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	border-radius: 3px;
}
.rewards-market-detail-hero__share-bar .btn i,
.rewards-market-detail-hero__share-bar .email-friend-button i {
	display: inline-block;
	margin: 0 !important;
	color: #000 !important;
	font-size: 14px;
	line-height: 1;
}
.rewards-market-detail-hero__share-bar .btn span,
.rewards-market-detail-hero__share-bar .email-friend-button span {
	display: inline;
	color: #000 !important;
	font-size: 14px;
}
.rewards-market-detail-hero__share-bar .share-buttons,
.rewards-market-detail-hero__share-bar .jssocials {
	display: inline-flex !important;
	align-items: center;
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 1;
}
.rewards-market-detail-hero__share-bar .jssocials-shares {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: nowrap !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 8px;
}
.rewards-market-detail-hero__share-bar .jssocials-share {
	display: inline-flex !important;
	align-items: center;
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
.rewards-market-detail-hero__share-bar .jssocials-share-link {
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	min-height: 32px !important;
	max-width: 32px !important;
	max-height: 32px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	line-height: 1 !important;
	font-size: 15px !important;
	border-radius: 3px;
}
.rewards-market-detail-hero__share-bar .jssocials-share-link i {
	line-height: 1 !important;
	margin: 0 !important;
}
.rewards-market-detail-hero__share-bar .jssocials-share-instagram .jssocials-share-link {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
	color: #fff !important;
}
.rewards-market-detail-hero__share-bar .jssocials-share-instagram .jssocials-share-link:hover {
	opacity: 0.92;
	color: #fff !important;
}
.rewards-market-detail-hero__share-bar .jssocials-share-instagram .jssocials-share-link i {
	color: #fff !important;
}
.rewards-public-detail__discount {
	color: #e02222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.rewards-public-share-toolbar {
	margin-top: 4px;
	margin-bottom: 0;
}
.rewards-public-share-toolbar__actions {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.rewards-public-share-toolbar__actions .btn {
	margin-left: 4px;
}
.rewards-public-share-toolbar__social {
	display: inline-block;
	vertical-align: middle;
}
.rewards-public-share-toolbar__social .share-buttons {
	display: inline-block;
	vertical-align: middle;
}
.rewards-public-detail-body__logo-wrap {
	float: right;
	width: 200px;
	max-width: 40%;
	margin: 0 0 16px 20px;
}
.rewards-public-detail-body__logo-wrap img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	border-radius: 6px;
}
@media (max-width: 991px) {
	.rewards-public-detail-page .col-lg-10 > .col-lg-9,
	.rewards-market-detail-page .col-lg-10 > .col-lg-9,
	.rewards-public-page .col-lg-10 > .col-lg-9 {
		width: 100%;
		float: none;
	}
}
.rewards-public-detail-dl dt {
	width: 120px;
}
.rewards-public-detail__map-wrap {
	margin-top: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
}
.rewards-public-detail__map {
	width: 100%;
	min-height: 280px;
	border: 0;
}
.rewards-public-detail-discount-list {
	padding-left: 18px;
}
.rewards-public-hotdeals__item {
	margin-bottom: 16px;
}
.rewards-public-hotdeals__link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.rewards-public-hotdeals__img {
	margin-bottom: 8px;
	border-radius: 4px;
	border: 1px solid #eee;
}
.rewards-public-hotdeals__title {
	display: block;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.35;
}
.rewards-public-hotdeals__price {
	display: block;
	color: #c0392b;
	font-weight: 600;
	margin-top: 4px;
}
.rewards-public-not-found,
.rewards-public-load-error {
	padding: 48px 15px;
	text-align: center;
}

/* â€”â€” Public marketplace listing (Option A) â€”â€” */
.rewards-market-page__container {
	padding-top: 8px;
	padding-bottom: 32px;
}
.rewards-market-page .rewards-market-page__shell > .row {
	margin-left: 0;
	margin-right: 0;
}
.rewards-market-page__breadcrumb {
	margin: 12px 0 16px;
	background: transparent;
}
.rewards-market-hero {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: linear-gradient(135deg, #e6f0ff 0%, #f0f4ff 55%, #fff 100%);
	color: #1e293b;
	border: 1px solid rgba(37, 99, 235, 0.08);
	box-shadow: 0 4px 18px rgba(37, 99, 235, 0.08);
}
.rewards-market-hero__title {
	margin: 0 0 6px;
	font-size: 28px;
	font-weight: 700;
	color: #1e293b;
}
.rewards-market-hero__subtitle {
	margin: 0;
	font-size: 15px;
	color: #64748b;
	max-width: 520px;
}
.rewards-market-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.rewards-market-hero__stat {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.1);
	color: #1d4ed8;
	font-size: 14px;
	font-weight: 600;
}
.rewards-market-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}
.rewards-market-chip {
	border: 1px solid #d0d5dd;
	background: #fff;
	color: #333;
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.rewards-market-chip:hover,
.rewards-market-chip.is-active {
	background: #3949ab;
	border-color: #3949ab;
	color: #fff;
}
.rewards-market-page__shell {
	padding-left: 15px;
	padding-right: 15px;
}
.rewards-market-top-row {
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.rewards-market-top-row::before,
.rewards-market-top-row::after {
	display: none;
}
.rewards-market-top-row > [class*='col-'] {
	float: none;
}
.rewards-market-main {
	padding-left: 0;
	padding-right: 12px;
}
.rewards-market-page .rewards-market-top-row > .rewards-market-ads.adv-holder {
	padding-left: 8px;
	padding-right: 0;
	margin-top: 0;
	align-self: flex-start;
}
@media (min-width: 1200px) {
	.rewards-market-top-row > .col-lg-10 {
		width: 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.rewards-market-top-row > .col-lg-2 {
		width: 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
}
@media (max-width: 1199px) {
	.rewards-market-top-row {
		display: block;
	}
	.rewards-market-top-row > [class*='col-'] {
		width: 100%;
		max-width: 100%;
	}
	.rewards-market-main {
		padding-right: 0;
	}
}
/* Promo banner above similar listings */
.rewards-market-main .rewards-promo-banner {
	margin-top: 32px;
	margin-bottom: 0;
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(105deg, #1565c0 0%, #1e88e5 38%, #42a5f5 72%, #90caf9 100%);
	box-shadow: 0 10px 28px rgba(21, 101, 192, 0.28);
}
.rewards-promo-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 32px;
	min-height: 168px;
}
.rewards-promo-banner__copy {
	flex: 1 1 55%;
	min-width: 0;
	color: #fff;
}
.rewards-promo-banner__eyebrow {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	opacity: 0.92;
}
.rewards-promo-banner__eyebrow .fa {
	margin-right: 6px;
}
.rewards-promo-banner__title {
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.rewards-promo-banner__text {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.95);
	max-width: 520px;
}
.rewards-promo-banner__text strong {
	color: #fff;
	font-weight: 700;
}
.rewards-promo-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.rewards-promo-banner__btn {
	border-radius: 8px !important;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 18px;
	border: none;
	text-decoration: none;
}
.rewards-promo-banner__btn--primary {
	background: #fff !important;
	color: #1565c0 !important;
}
.rewards-promo-banner__btn--primary:hover {
	background: #f5f5f5 !important;
	color: #0d47a1 !important;
	text-decoration: none;
}
.rewards-promo-banner__btn--ghost {
	background: rgba(255, 255, 255, 0.15) !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
}
.rewards-promo-banner__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.28) !important;
	color: #fff !important;
	text-decoration: none;
}
.rewards-promo-banner__visual {
	flex: 0 1 42%;
	max-width: 320px;
	position: relative;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rewards-promo-banner__orb {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
}
.rewards-promo-banner__orb--1 {
	width: 120px;
	height: 120px;
	right: 10%;
	top: 5%;
}
.rewards-promo-banner__orb--2 {
	width: 80px;
	height: 80px;
	right: 0;
	bottom: 10%;
}
.rewards-promo-banner__card-stack {
	position: relative;
	width: 200px;
	height: 130px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(4px);
}
.rewards-promo-banner__float-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #fff;
	color: #1565c0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.rewards-promo-banner__float-icon--store {
	left: -12px;
	top: 28px;
}
.rewards-promo-banner__float-icon--gift {
	right: -10px;
	top: 8px;
	color: #ef6c00;
}
.rewards-promo-banner__float-icon--wallet {
	right: 24px;
	bottom: -8px;
	color: #2e7d32;
}
.rewards-promo-banner__badge {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	padding: 6px 14px;
	border-radius: 999px;
	background: #fff;
	color: #1565c0;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
	.rewards-promo-banner__inner {
		flex-direction: column;
		text-align: center;
		padding: 24px 20px;
	}
	.rewards-promo-banner__copy {
		flex: 1 1 auto;
	}
	.rewards-promo-banner__text {
		margin-left: auto;
		margin-right: auto;
	}
	.rewards-promo-banner__actions {
		justify-content: center;
	}
	.rewards-promo-banner__visual {
		max-width: 100%;
		margin-top: 8px;
	}
}
@media (max-width: 575px) {
	.rewards-promo-banner__title {
		font-size: 22px;
	}
	.rewards-promo-banner__actions {
		flex-direction: column;
		width: 100%;
	}
	.rewards-promo-banner__btn {
		width: 100%;
	}
}

/* Similar listings â€” KPI-style panel (screenshot reference) */
.rewards-market-main .rewards-similar-panel {
	margin-top: 20px;
	margin-top: 32px;
	margin-bottom: 8px;
	padding: 28px 22px 24px;
	border-radius: 14px;
	background: linear-gradient(165deg, #0d0f18 0%, #151929 45%, #1c2138 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
	clear: both;
}
.rewards-similar-panel__header {
	text-align: center;
	margin-bottom: 22px;
}
.rewards-similar-panel__title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.01em;
}
.rewards-similar-panel__title::after {
	content: '';
	display: block;
	width: 52px;
	height: 3px;
	margin: 12px auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, #f9a825, #ef6c00);
}
.rewards-similar-panel__subtitle {
	margin: 14px 0 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
}
.rewards-similar-panel__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}
@media (max-width: 1199px) {
	.rewards-similar-panel__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 991px) {
	.rewards-similar-panel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575px) {
	.rewards-similar-panel__grid {
		grid-template-columns: 1fr;
	}
}
.rewards-similar-panel__card {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 88px;
	padding: 14px 16px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none;
	color: #fff;
	transition: background 0.18s, border-color 0.18s, transform 0.18s;
}
.rewards-similar-panel__card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(249, 168, 37, 0.45);
	transform: translateY(-2px);
	text-decoration: none;
	color: #fff;
}
.rewards-similar-panel__media {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(249, 168, 37, 0.12);
	border: 1px solid rgba(249, 168, 37, 0.25);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.rewards-similar-panel__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rewards-similar-panel__initials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.rewards-similar-panel__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.rewards-similar-panel__name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rewards-similar-panel__meta {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.62);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 767px) {
	.rewards-market-main .rewards-similar-panel {
		padding: 20px 14px 18px;
	}
	.rewards-similar-panel__media {
		flex: 0 0 64px;
		width: 64px;
		height: 64px;
	}
}
.rewards-market-featured {
	margin-bottom: 18px;
}
.rewards-market-featured__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.rewards-market-featured__title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.rewards-market-featured__nav {
	display: flex;
	gap: 6px;
}
.rewards-market-featured__btn {
	width: 34px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	color: #555;
	cursor: pointer;
	line-height: 1;
}
.rewards-market-featured__btn:hover {
	background: #f5f5f5;
}
.rewards-market-featured__track-wrap {
	overflow: hidden;
}
.rewards-market-featured__track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 4px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.rewards-market-featured__track::-webkit-scrollbar {
	display: none;
}
.rewards-market-featured__card {
	flex: 0 0 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 14px 10px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e8eaed;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: #333;
	transition: transform 0.15s, box-shadow 0.15s;
	position: relative;
}
.rewards-market-featured__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #333;
}
.rewards-market-featured__logo {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f2f5;
	margin-bottom: 8px;
}
.rewards-market-featured__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.rewards-market-featured__ph {
	font-size: 28px;
	color: #90a4ae;
}
.rewards-market-featured__name {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rewards-market-featured__badge {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 10px;
	font-weight: 700;
	padding: 3px 7px;
	border-radius: 6px;
	z-index: 1;
}
.rewards-market-filters {
	position: sticky;
	top: 0;
	z-index: 20;
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e8eaed;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.rewards-market-filters__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.rewards-market-filters__search {
	position: relative;
	flex: 1 1 200px;
	min-width: 160px;
}
.rewards-market-filters__search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
	pointer-events: none;
}
.rewards-market-filters__search .form-control {
	padding-left: 34px;
	min-height: 38px;
}
.rewards-market-filters__field {
	flex: 0 1 160px;
	min-width: 130px;
}
.rewards-market-filters__field--sort {
	flex: 0 1 150px;
}
.rewards-market-filters__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-left: auto;
}
.rewards-market-results__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 14px;
}
.rewards-market-results__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.rewards-market-results__meta {
	margin: 0;
	font-size: 14px;
}
.rewards-market-main .rewards-market-hero {
	margin-bottom: 18px;
}
.rewards-market-main .rewards-market-hero__title {
	color: #1e293b;
}
.rewards-market-main .rewards-market-hero__subtitle {
	color: #64748b;
}
.rewards-lp-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
}
@media (max-width: 767px) {
	.rewards-lp-grid {
		grid-template-columns: 1fr;
	}
}
.rewards-lp-card {
	background: #fff;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.rewards-lp-card.is-open {
	border-color: #90caf9;
	box-shadow: 0 4px 14px rgba(21, 101, 192, 0.12);
}
.rewards-lp-card__toggle {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	text-align: left;
	cursor: pointer;
}
.rewards-lp-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 14px;
}
.rewards-lp-card__media {
	flex: 0 0 72px;
}
.rewards-lp-card__logo {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.rewards-lp-card__logo--ph {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}
.rewards-lp-card__summary {
	flex: 1;
	min-width: 0;
}
.rewards-lp-card__title {
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: #222;
}
.rewards-lp-card__cat {
	margin: 0 0 6px;
	font-size: 13px;
	color: #666;
}
.rewards-lp-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: center;
}
.rewards-lp-card__hd-count {
	font-size: 12px;
	color: #e65100;
	font-weight: 600;
}
.rewards-lp-card__chevron {
	flex: 0 0 24px;
	color: #888;
	transition: transform 0.2s;
}
.rewards-lp-card.is-open .rewards-lp-card__chevron {
	transform: rotate(180deg);
}
.rewards-lp-card__panel {
	border-top: 1px solid #eee;
	padding: 12px 14px 14px;
	background: #fafbfc;
}
.rewards-lp-hotdeals__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.rewards-lp-hotdeals__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}
.rewards-lp-hotdeals__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
@media (max-width: 575px) {
	.rewards-lp-hotdeals__list {
		grid-template-columns: 1fr;
	}
}
.rewards-lp-hotdeals__item {
	display: flex;
	gap: 10px;
	padding: 8px;
	border: 1px solid #e8eaed;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	color: #333;
}
.rewards-lp-hotdeals__item:hover {
	border-color: #90caf9;
	text-decoration: none;
	color: #1565c0;
}
.rewards-lp-hotdeals__thumb {
	flex: 0 0 64px;
	height: 64px;
	border-radius: 6px;
	overflow: hidden;
	background: #f5f5f5;
}
.rewards-lp-hotdeals__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rewards-lp-hotdeals__img-ph {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #bbb;
	font-size: 22px;
}
.rewards-lp-hotdeals__item-title {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}
.rewards-lp-hotdeals__price {
	display: block;
	font-size: 12px;
	color: #c0392b;
	font-weight: 600;
	margin-top: 4px;
}
.rewards-lp-hotdeals__empty {
	margin: 0;
}
.rewards-market-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
}
@media (max-width: 1199px) {
	.rewards-market-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 991px) {
	.rewards-market-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575px) {
	.rewards-market-grid {
		grid-template-columns: 1fr;
	}
}
.rewards-market-card {
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e8eaed;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	transition: transform 0.15s, box-shadow 0.15s;
}
.rewards-market-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.rewards-market-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.rewards-market-card__link:hover {
	text-decoration: none;
	color: inherit;
}
.rewards-market-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: #f0f2f5;
	overflow: hidden;
}
.rewards-market-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rewards-market-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
.rewards-market-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 6px;
	color: #fff;
	line-height: 1.2;
}
.rewards-market-card__badge--gold {
	background: linear-gradient(135deg, #f9a825, #ef6c00);
}
.rewards-market-card__badge--green {
	background: linear-gradient(135deg, #43a047, #2e7d32);
}
.rewards-market-card__badge--purple {
	background: linear-gradient(135deg, #7e57c2, #5e35b1);
}
.rewards-market-card__body {
	padding: 12px 14px 14px;
}
.rewards-market-card__title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	color: #222;
	line-height: 1.3;
}
.rewards-market-card__cat,
.rewards-market-card__city {
	margin: 0 0 4px;
	font-size: 12px;
	color: #666;
}
.rewards-market-card__city i {
	margin-right: 4px;
	color: #c0392b;
}
.rewards-market-card__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}
.rewards-market-card__pill {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 3px 8px;
	border-radius: 4px;
}
.rewards-market-card__pill--earn {
	background: #e8f5e9;
	color: #2e7d32;
}
.rewards-market-card__pill--deals {
	background: #fff3e0;
	color: #e65100;
}
.rewards-market-card__pill--soon {
	background: #eceff1;
	color: #546e7a;
}
.rewards-market-loading {
	text-align: center;
	padding: 16px;
}
.rewards-market-load-more {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.rewards-market-hero {
		padding: 20px 16px;
	}
	.rewards-market-hero__title {
		font-size: 22px;
	}
	.rewards-market-filters__actions {
		width: 100%;
		margin-left: 0;
	}
	.rewards-market-main {
		padding-left: 0;
		padding-right: 0;
	}
}

/* â€”â€” Public business detail (marketplace layout) â€”â€” */
.rewards-market-detail-page .rewards-market-page__container {
	padding-top: 8px;
}
.rewards-market-detail__notice {
	border-radius: 10px;
	margin-bottom: 16px;
}
.rewards-market-detail-hero {
	margin-bottom: 20px;
	padding: 18px 22px;
	border-radius: 14px;
	background: #fff;
	color: #1e293b;
	border: 1px solid rgba(37, 99, 235, 0.08);
	box-shadow: 0 4px 18px rgba(37, 99, 235, 0.08);
}
.rewards-market-detail-hero__main {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 0;
}
.rewards-market-detail-hero__logo {
	flex: 0 0 150px;
	width: 150px;
	height: 150px;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	border: 2px solid rgba(37, 99, 235, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rewards-market-detail-hero__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}
.rewards-market-detail-hero__logo-ph {
	font-size: 32px;
	font-weight: 700;
	color: #2563eb;
}
.rewards-market-detail-hero__copy {
	flex: 1 1 0%;
	min-width: 0;
}
.rewards-market-detail-hero__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	max-width: 100%;
}
.rewards-market-detail-hero__title {
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.rewards-market-detail-hero__fav.btn-danger {
	background: #e53935;
	border-color: #e53935;
	color: #fff;
}
.rewards-market-detail-hero__fav.btn-danger:hover,
.rewards-market-detail-hero__fav.btn-danger:focus {
	background: #d32f2f;
	border-color: #d32f2f;
	color: #fff;
}
.rewards-market-detail-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}
.rewards-market-detail-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	background: rgba(37, 99, 235, 0.1);
	color: #1d4ed8;
}
.rewards-market-detail-hero__badge--active {
	background: rgba(67, 160, 71, 0.15);
	color: #2e7d32;
}
.rewards-market-detail-hero__badge--soon {
	background: rgba(0, 0, 0, 0.06);
	color: #555;
}
.rewards-market-detail-hero__badge--type {
	background: rgba(255, 193, 7, 0.2);
	color: #8a6d00;
}
.rewards-market-detail-hero__badge--loc i {
	margin-right: 2px;
}
.rewards-market-detail-hero__discount {
	margin-top: 5px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #e02222;
}
.rewards-market-detail-hero__discount .homepage-title1,
.rewards-market-detail-hero__discount strong {
	color: #e02222 !important;
	font-size: inherit;
}
.rewards-market-detail-hero__discount-badge {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.rewards-market-detail-hero__discount-total {
	color: #e02222;
	font-weight: 700;
}
.rewards-market-detail-hero__discount-word {
	color: #e02222;
	font-weight: 700;
}
.rewards-market-detail-hero__share {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
}
.rewards-market-detail-hero__share.jssocials {
	margin: 0;
	display: inline-flex;
	align-items: center;
}
.rewards-market-detail-hero__share .jssocials-shares {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.rewards-market-detail-hero__share .jssocials-share {
	margin: 0;
}
.rewards-market-detail-hero__share .jssocials-share-link {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px;
	min-height: 38px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box;
	line-height: 1 !important;
	font-size: 16px;
}
.rewards-market-detail-hero__share .jssocials-share-instagram .jssocials-share-link {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	color: #fff !important;
}
.rewards-market-detail-hero__share .jssocials-share-instagram .jssocials-share-link:hover {
	opacity: 0.92;
	color: #fff !important;
}
.rewards-market-detail__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 18px;
	align-items: start;
	margin-bottom: 28px;
}
@media (max-width: 991px) {
	.rewards-market-detail__grid {
		grid-template-columns: 1fr;
	}
	/* Mobile/tablet stacked: Contact & location above About (desktop 2-col unchanged) */
	.rewards-market-detail__sidebar {
		order: -1;
	}
}
.rewards-market-detail-card {
	margin-bottom: 18px;
	padding: 20px 22px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e8eaed;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.rewards-market-detail-card--hashtags {
	margin-bottom: 18px;
}
.rewards-market-detail-hashtags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}
.rewards-market-detail-hashtags__tag {
	display: inline-block;
	color: #5AA7FF;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.4;
}
.rewards-market-detail-hashtags__tag:hover,
.rewards-market-detail-hashtags__tag:focus {
	color: #2266cc;
	text-decoration: underline;
}
.rewards-market-detail-card--details {
	padding: 0;
	overflow: hidden;
	border-radius: 4px;
	border-color: #a892cc;
	box-shadow: none;
}
.rewards-market-detail-card--details > .rewards-market-detail-card__title {
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	background: #662d91;
	border-bottom: 0;
}
.rewards-market-detail-card--details > .rewards-market-detail-card__title .fa {
	margin-right: 8px;
	color: #fff;
}
.rewards-market-detail-card--details .rewards-market-detail-discount-list {
	margin: 0;
	padding: 15px 20px 15px 36px;
	background: #fff;
}
.rewards-market-detail-card__title {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 700;
	color: #222;
}
.rewards-market-detail-card__title .fa {
	margin-right: 8px;
	color: #e65100;
}
.rewards-market-detail-card--cta {
	background: linear-gradient(165deg, #faf8fc 0%, #f3eef8 100%);
	border-color: #e1d5ec;
}
.rewards-market-detail__description {
	font-size: 15px;
	line-height: 1.6;
	color: #444;
}
/* R30.8 — About card rich text (CKEditor output) */
.rewards-market-detail__description--rich {
	color: #222;
	line-height: 1.8;
	font-size: 16px;
}
.rewards-market-detail__description--rich p {
	margin: 0 0 16px;
}
.rewards-market-detail__description--rich p:last-child {
	margin-bottom: 0;
}
.rewards-market-detail__description--rich h1,
.rewards-market-detail__description--rich h2,
.rewards-market-detail__description--rich h3,
.rewards-market-detail__description--rich h4,
.rewards-market-detail__description--rich h5,
.rewards-market-detail__description--rich h6 {
	font-weight: 600;
	margin: 0 0 12px;
	color: #222;
	line-height: 1.35;
}
.rewards-market-detail__description--rich ul,
.rewards-market-detail__description--rich ol {
	margin: 0 0 15px 22px;
	padding: 0;
}
.rewards-market-detail__description--rich li {
	margin-bottom: 6px;
}
.rewards-market-detail__description--rich a {
	color: #2563eb;
	text-decoration: none;
}
.rewards-market-detail__description--rich a:hover {
	text-decoration: underline;
}
.rewards-market-detail__description--rich blockquote {
	margin: 0 0 16px;
	padding: 10px 16px;
	border-left: 4px solid #e5e7eb;
	color: #374151;
}
.rewards-market-detail__description--rich table {
	width: 100%;
	max-width: 100%;
	margin: 0 0 16px;
	border-collapse: collapse;
	font-size: 15px;
}
.rewards-market-detail__description--rich th,
.rewards-market-detail__description--rich td {
	border: 1px solid #e5e7eb;
	padding: 8px 10px;
	text-align: left;
}
.rewards-market-detail__description--rich img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 16px;
}
.rewards-market-detail__steps {
	margin: 0 0 16px;
	padding-left: 20px;
	line-height: 1.6;
}
.rewards-market-detail-how__heading {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 600;
	color: #222;
	line-height: 1.35;
}
.rewards-market-detail-how__heading:not(:first-child) {
	margin-top: 20px;
}
.rewards-market-detail-how .rewards-market-detail__steps:last-child {
	margin-bottom: 0;
}
.rewards-market-detail-how .rewards-market-detail__steps a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 600;
}
.rewards-market-detail-how .rewards-market-detail__steps a:hover {
	text-decoration: underline;
}
.rewards-market-detail-dl {
	margin: 0;
}
.rewards-market-detail-dl dt {
	font-weight: 600;
	color: #555;
	margin-top: 10px;
}
.rewards-market-detail-dl dt:first-child {
	margin-top: 0;
}
.rewards-market-detail-dl dd {
	margin-bottom: 4px;
	color: #333;
}
.rewards-market-detail__sidebar .rewards-market-detail-card__title {
	font-size: 18px;
	margin-bottom: 10px;
}
.rewards-market-detail__sidebar .rewards-market-detail-dl dt {
	font-size: 12px;
	margin-top: 8px;
}
.rewards-market-detail__sidebar .rewards-market-detail-dl dd {
	font-size: 14px;
	line-height: 1.45;
	margin-bottom: 2px;
	word-break: break-word;
}
.rewards-market-detail__sidebar .rewards-market-detail-dl dd a {
	font-size: 14px;
}
/* R30.8 — Contact & location card */
.rewards-market-detail-contact {
	margin: 0;
}
.rewards-market-detail-contact__row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
}
.rewards-market-detail-contact__row:last-child {
	margin-bottom: 0;
}
.rewards-market-detail-contact__icon {
	flex: 0 0 22px;
	width: 22px;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 2px;
}
.rewards-market-detail-contact__icon--location { color: #ef4444; }
.rewards-market-detail-contact__icon--clock { color: #0ea5e9; }
.rewards-market-detail-contact__icon--user { color: #10b981; }
.rewards-market-detail-contact__icon--phone { color: #22c55e; }
.rewards-market-detail-contact__icon--phone > .fa-phone {
	display: inline-block;
	transform: scaleX(-1);
}
.rewards-market-detail-contact__icon--email { color: #6366f1; }
.rewards-market-detail-contact__body {
	flex: 1;
	min-width: 0;
}
.rewards-market-detail-contact__label {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	margin-bottom: 4px;
	line-height: 1.3;
}
.rewards-market-detail-contact__value {
	font-size: 16px;
	color: #111;
	line-height: 1.7;
	word-break: break-word;
}
.rewards-market-detail-contact__value a {
	color: #111;
	text-decoration: none;
}
.rewards-market-detail-contact__value a:hover {
	color: #2563eb;
	text-decoration: underline;
}
.rewards-market-detail__website-btn .rewards-market-detail__website-btn-ext {
	font-size: 11px;
	margin-left: 4px;
	opacity: 0.85;
}
.rewards-market-detail__link-row {
	margin: 12px 0 0;
}
.rewards-market-detail__social-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}
.rewards-market-detail__social-grid--count-1 .rewards-market-detail-social-btn,
.rewards-market-detail__social-grid--count-3 .rewards-market-detail-social-btn:nth-child(3) {
	grid-column: 1 / -1;
}
.rewards-market-detail-social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.15s ease, transform 0.15s ease;
}
.rewards-market-detail-social-btn:hover,
.rewards-market-detail-social-btn:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	transform: translateY(-1px);
}
.rewards-market-detail-social-btn--facebook { background: #1877F2; }
.rewards-market-detail-social-btn--instagram {
	background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF);
}
.rewards-market-detail-social-btn--twitter { background: #000; }
.rewards-market-detail-social-btn--youtube { background: #FF0000; }
.rewards-market-detail-social-btn--linkedin { background: #0A66C2; }
.rewards-market-detail__social {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.rewards-market-detail__social a {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 6px;
	background: #f5f5f5;
	font-size: 13px;
	font-weight: 600;
	color: #3949ab;
	text-decoration: none;
}
.rewards-market-detail__social a:hover {
	background: #ede7f6;
	text-decoration: none;
}
.rewards-market-detail__map-wrap {
	margin-top: 16px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e8eaed;
}
.rewards-market-detail__map--js {
	width: 100%;
	height: 250px;
	min-height: 200px;
	background: #f0f0f0;
}
.rewards-market-detail__map-link {
	margin: 10px 0 0;
	padding: 0 12px 12px;
	font-size: 13px;
}
.rewards-market-detail__map-link a {
	color: #3949ab;
	font-weight: 600;
	text-decoration: none;
}
.rewards-market-detail__map-link a:hover {
	text-decoration: underline;
}
.rewards-market-detail__map {
	display: block;
	width: 100%;
	height: 220px;
	border: 0;
}
.rewards-market-detail-discount-list {
	margin: 0;
	padding-left: 18px;
	font-size: 17px;
	line-height: 1.65;
	list-style: disc;
}
.rewards-market-detail-discount-list > li {
	margin-bottom: 10px;
}
.rewards-market-detail-discount-list > li:last-child {
	margin-bottom: 0;
}
.rewards-market-detail-hotdeals {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
@media (max-width: 575px) {
	.rewards-market-detail-hotdeals {
		grid-template-columns: 1fr;
	}
}
.rewards-market-detail-hotdeals__item {
	display: flex;
	gap: 12px;
	padding: 12px;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	background: #fafbfc;
	text-decoration: none;
	color: #333;
	transition: border-color 0.15s, box-shadow 0.15s;
}
.rewards-market-detail-hotdeals__item:hover {
	border-color: #90caf9;
	box-shadow: 0 4px 12px rgba(21, 101, 192, 0.1);
	text-decoration: none;
	color: #1565c0;
}
.rewards-market-detail-hotdeals__media {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 8px;
	overflow: hidden;
	background: #eee;
}
.rewards-market-detail-hotdeals__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rewards-market-detail-hotdeals__ph {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #bbb;
	font-size: 24px;
}
.rewards-market-detail-hotdeals__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.rewards-market-detail-hotdeals__name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}
.rewards-market-detail-hotdeals__price {
	font-size: 13px;
	font-weight: 700;
	color: #c0392b;
}
.rewards-market-detail-trending {
	margin-top: 8px;
	padding: 24px 0 8px;
	border-top: 1px solid #e8eaed;
}
.rewards-market-detail-trending__title {
	margin: 0 0 18px;
	font-size: 22px;
	font-weight: 700;
	color: #222;
}
.rewards-market-detail-trending__grid .rewards-market-grid {
	margin: 0;
}

/* Detail page search uses the shared filters bar; hide hero-only search icon so it does not sit above the input. */
.rewards-market-detail-page .rewards-public-filters__search-icon,
.rewards-public-detail-page .rewards-public-filters__search-icon {
	display: none !important;
}
.rewards-market-detail-page .rewards-public-filters__search-wrap,
.rewards-public-detail-page .rewards-public-filters__search-wrap {
	position: relative;
	display: block;
	width: 100%;
}
.rewards-market-detail-page .rewards-public-filters__search-input,
.rewards-public-detail-page .rewards-public-filters__search-input {
	padding-left: 12px !important;
}
.rewards-market-detail-page .rewards-public-filters__actions,
.rewards-public-detail-page .rewards-public-filters__actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 8px;
	margin: 0;
}
.rewards-market-detail-page .rewards-public-filters__actions #search_button,
.rewards-public-detail-page .rewards-public-filters__actions #search_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	white-space: nowrap;
	margin: 0;
}
.rewards-market-detail-page .rewards-public-filters__actions #search_button .rewards-public-filters__search-btn-icon,
.rewards-public-detail-page .rewards-public-filters__actions #search_button .rewards-public-filters__search-btn-icon {
	margin: 0;
	font-size: 14px;
	line-height: 1;
}

.rewards-market-results__grid .rewards-public-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 48px 20px;
	font-size: 15px;
	color: #666;
	background: #fafbfc;
	border-radius: 12px;
	border: 1px dashed #d0d5dd;
}
.rewards-market-loading-msg {
	padding: 32px 16px;
}
@media (max-width: 767px) {
	.rewards-market-detail-hero {
		padding: 18px 16px;
	}
	.rewards-market-detail-hero__main {
		flex-direction: column;
		gap: 14px;
		margin-bottom: 14px;
	}
	/* R30.1 — mobile hero: full-width banner (matches Trending card 16:9 media) */
	.rewards-market-detail-hero__logo {
		flex: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: 12px;
		border-width: 1px;
		background: #fff;
	}
	.rewards-market-detail-hero__logo img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: top center;
	}
	.rewards-market-detail-hero__logo-ph {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 48px;
	}
	.rewards-market-detail-hero__share-row {
		margin-top: 10px;
	}
	.rewards-market-detail-hero__share-bar {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 6px;
		max-width: 100%;
		box-sizing: border-box;
	}
	.rewards-market-detail-hero__share-bar .btn,
	.rewards-market-detail-hero__share-bar .email-friend-button {
		padding: 0 10px !important;
		font-size: 11px;
	}
	.rewards-market-detail-hero__share-bar .jssocials-shares {
		flex-wrap: wrap !important;
		gap: 6px;
	}
	/* R30.8 — social buttons full width on mobile */
	.rewards-market-detail__social-grid {
		grid-template-columns: 1fr;
	}
	.rewards-market-detail__social-grid .rewards-market-detail-social-btn {
		grid-column: 1 / -1;
		width: 100%;
	}
}

/* R30.1 — Public business detail: mobile/tablet search + container polish */
@media (max-width: 767px) {
	.rewards-market-detail-page .col-lg-10.card-padding,
	.rewards-public-detail-page .col-lg-10.card-padding {
		padding-left: 10px;
		padding-right: 10px;
	}
	.rewards-market-detail-page .col-lg-10 > .col-lg-9,
	.rewards-public-detail-page .col-lg-10 > .col-lg-9 {
		padding-left: 4px;
		padding-right: 4px;
	}
	.rewards-market-detail-page .rewards-public-filters-wrap.shadow-box,
	.rewards-public-detail-page .rewards-public-filters-wrap.shadow-box {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		padding: 12px 14px;
		overflow: hidden;
	}
	.rewards-market-detail-page .rewards-public-filters--listing,
	.rewards-public-detail-page .rewards-public-filters--listing {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		width: 100%;
		max-width: 100%;
	}
	.rewards-market-detail-page .rewards-public-filters__cat-col,
	.rewards-market-detail-page .rewards-public-filters__search-col,
	.rewards-market-detail-page .rewards-public-filters__submit,
	.rewards-public-detail-page .rewards-public-filters__cat-col,
	.rewards-public-detail-page .rewards-public-filters__search-col,
	.rewards-public-detail-page .rewards-public-filters__submit {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		flex: none;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		float: none;
	}
	.rewards-market-detail-page .rewards-public-filters__category-group,
	.rewards-public-detail-page .rewards-public-filters__category-group {
		display: flex;
		width: 100%;
	}
	.rewards-market-detail-page .rewards-public-filters__search-input,
	.rewards-public-detail-page .rewards-public-filters__search-input {
		width: 100%;
		box-sizing: border-box;
	}
	.rewards-market-detail-page .rewards-public-filters__submit,
	.rewards-public-detail-page .rewards-public-filters__submit {
		margin-left: 0;
		margin-top: 0;
		box-sizing: border-box;
		height: 42px;
		min-height: 42px;
		background: #2563eb !important;
		border-color: #2563eb !important;
		box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
		font-size: 14px;
		font-weight: 600;
		padding: 0 14px;
		flex: 1 1 auto;
		width: auto;
		max-width: none;
		float: none;
	}
	.rewards-market-detail-page .rewards-public-filters__actions,
	.rewards-public-detail-page .rewards-public-filters__actions {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 8px;
		width: 100%;
		margin: 0;
	}
	.rewards-market-detail-page .rewards-public-filters__clear,
	.rewards-public-detail-page .rewards-public-filters__clear {
		flex: 0 0 auto;
		margin: 0;
		float: none;
		height: 42px;
		min-height: 42px;
	}
	.rewards-market-detail-page .rewards-public-filters__clear--hidden,
	.rewards-public-detail-page .rewards-public-filters__clear--hidden {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.rewards-market-detail-page .rewards-public-filters-wrap.shadow-box,
	.rewards-public-detail-page .rewards-public-filters-wrap.shadow-box {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 12px 14px;
	}
	.rewards-market-detail-page .rewards-public-filters--listing,
	.rewards-public-detail-page .rewards-public-filters--listing {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px 14px;
		width: 100%;
	}
	.rewards-market-detail-page .rewards-public-filters__cat-col,
	.rewards-public-detail-page .rewards-public-filters__cat-col {
		flex: 0 0 100%;
		width: 100%;
		max-width: none;
		min-width: 0;
		margin-bottom: 0;
		padding-right: 0;
	}
	.rewards-market-detail-page .rewards-public-filters__search-col,
	.rewards-public-detail-page .rewards-public-filters__search-col {
		flex: 1 1 200px;
		min-width: 0;
		width: auto;
		padding-right: 0;
	}
	.rewards-market-detail-page .rewards-public-filters__submit,
	.rewards-public-detail-page .rewards-public-filters__submit {
		flex: 0 0 auto;
		width: auto;
		min-width: 120px;
		max-width: 100%;
		margin-left: 0;
		margin-top: 0;
		float: none;
		height: 42px;
		min-height: 42px;
		background: #2563eb !important;
		border-color: #2563eb !important;
		box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
		font-size: 14px;
		font-weight: 600;
		padding: 0 14px;
	}
}

/* R30.2 — Public business detail: desktop search width + action toolbar */
@media (min-width: 992px) {
	.rewards-market-detail-page .rewards-public-filters--listing,
	.rewards-public-detail-page .rewards-public-filters--listing {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}
	.rewards-market-detail-page .rewards-public-filters__cat-col,
	.rewards-public-detail-page .rewards-public-filters__cat-col {
		display: none !important;
	}
	.rewards-market-detail-page .rewards-public-filters__search-col,
	.rewards-public-detail-page .rewards-public-filters__search-col {
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
		padding-right: 0;
	}
	.rewards-market-detail-page .rewards-public-filters__search-input,
	.rewards-public-detail-page .rewards-public-filters__search-input {
		width: 100%;
	}
	.rewards-market-detail-page .rewards-public-filters__category-group,
	.rewards-public-detail-page .rewards-public-filters__category-group {
		height: 42px;
	}
	.rewards-market-detail-page .rewards-public-filters__category-select,
	.rewards-public-detail-page .rewards-public-filters__category-select {
		height: 42px;
		min-height: 42px;
	}
	.rewards-market-detail-page .rewards-public-filters__submit,
	.rewards-public-detail-page .rewards-public-filters__submit {
		flex: 0 0 auto;
		width: auto;
		min-width: 120px;
		max-width: 140px;
		margin-left: 0;
		float: none;
		height: 42px;
		min-height: 42px;
		align-self: stretch;
		background: #4B8DF8 !important;
		border-color: #4B8DF8 !important;
		box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
		font-size: 14px;
		font-weight: 600;
		padding: 0 14px;
	}
	.rewards-market-detail-page .rewards-public-filters__clear,
	.rewards-public-detail-page .rewards-public-filters__clear {
		flex: 0 0 auto;
		height: 42px;
		min-height: 42px;
		margin-left: 0;
		float: none;
		font-size: 14px;
		font-weight: 600;
		padding: 0 12px;
	}
	.rewards-market-detail-page .rewards-public-filters__actions,
	.rewards-public-detail-page .rewards-public-filters__actions {
		flex: 0 0 auto;
		display: flex;
		align-items: stretch;
		gap: 8px;
		margin: 0;
		float: none;
	}
	.rewards-market-detail-page .rewards-public-filters-wrap.shadow-box,
	.rewards-public-detail-page .rewards-public-filters-wrap.shadow-box {
		width: 100%;
		box-sizing: border-box;
	}
}

/* R20.1 â€” Business approval panel */
.rewards-biz-approval-portlet .rewards-biz-approval-blockers {
	margin: 8px 0 0 18px;
	padding: 0;
}
.rewards-biz-approval-portlet .rewards-biz-approval-blockers li {
	margin-bottom: 4px;
}
.rewards-tx-activity-portlet .rewards-tx-activity-table th {
	white-space: nowrap;
}
.rewards-nri-approval-portlet .rewards-nri-approval-blockers {
	margin: 8px 0 0 18px;
	padding: 0;
}
.rewards-nri-approval-portlet .rewards-nri-approval-blockers li {
	margin-bottom: 4px;
}

/* R20.6 / R20.6.1 — Executive journey tracker + decision dashboard */
/* R30.77 — Transaction Detail: journey full-width + equal summary cards row */
.rewards-admin-tx-detail__hero {
	margin-bottom: 16px;
}
.rewards-tx-detail-journey-row {
	margin-bottom: 12px;
}
.rewards-tx-detail-summary-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 16px;
}
.rewards-tx-detail-summary-row__col {
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.rewards-tx-detail-summary-row__col > .portlet,
.rewards-tx-detail-summary-row .rewards-tx-detail-card,
.rewards-tx-detail-summary-row .rewards-tx-summary-portlet,
.rewards-tx-detail-summary-row .rewards-reward-credit-portlet,
.rewards-tx-detail-summary-row .rewards-tx-bill-details-portlet,
.rewards-tx-detail-summary-row .rewards-tx-business-details-portlet {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.rewards-tx-detail-summary-row .portlet > .portlet-title {
	min-height: 42px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.rewards-tx-detail-summary-row .portlet > .portlet-title > .caption {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.3;
}
.rewards-tx-detail-summary-row .portlet > .portlet-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 10px 12px 8px;
	min-height: 0;
}
.rewards-tx-detail-summary-row .portlet > .portlet-body > .table {
	margin-bottom: 0;
}
.rewards-admin-tx-detail__hero--equal {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.rewards-admin-tx-detail__hero--equal > .rewards-admin-tx-detail__hero-col {
	display: flex;
}
.rewards-admin-tx-detail__hero .portlet {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 0;
}
.rewards-admin-tx-detail__hero--journey-top {
	margin-bottom: 12px;
}
.rewards-admin-tx-detail__hero--summary-credit > .rewards-admin-tx-detail__hero-col .portlet-body {
	flex: 1 1 auto;
}
.rewards-admin-tx-detail__hero--approvals {
	margin-bottom: 16px;
	align-items: flex-start;
}
.rewards-admin-tx-detail__hero--approvals > .rewards-admin-tx-detail__hero-col {
	display: block;
}
.rewards-admin-tx-detail__hero--approvals > .rewards-admin-tx-detail__hero-col .portlet {
	flex: none;
	display: block;
	height: auto;
	margin-bottom: 0;
}
.rewards-admin-tx-detail__hero--approvals .rewards-biz-approval-portlet,
.rewards-admin-tx-detail__hero--approvals .rewards-nri-approval-portlet {
	background: #fff;
}
.rewards-admin-tx-detail__hero--approvals .rewards-biz-approval-portlet > .portlet-body,
.rewards-admin-tx-detail__hero--approvals .rewards-nri-approval-portlet > .portlet-body {
	background: #fff;
}
.rewards-decision-dashboard__col .portlet:not(.rewards-risk-summary-portlet) {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 0;
}
.rewards-decision-dashboard__col .rewards-risk-summary-portlet {
	flex: 0 0 auto;
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	align-self: flex-start;
}
.rewards-risk-summary-portlet.portlet.box {
	height: auto;
	min-height: 0;
}
.rewards-tx-journey-portlet .portlet-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	padding: 8px 10px;
	min-height: 0;
}
.rewards-tx-journey-portlet--tracker-only .portlet-body {
	justify-content: center;
	align-items: center;
}
.rewards-tx-journey-portlet .rewards-tx-tracker {
	align-self: center;
	width: 100%;
}
.rewards-tx-journey-portlet--tracker-only .rewards-tx-tracker {
	align-self: center;
}
.rewards-tx-journey__reward-meta {
	margin-top: 14px;
	margin-bottom: 0;
	width: 100%;
}
.rewards-tx-journey__reward-meta th {
	width: 32%;
	vertical-align: top;
}
.rewards-tx-summary-portlet .portlet-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 10px 12px 8px;
	min-height: 0;
}
.rewards-tx-summary-portlet .rewards-tx-summary-table {
	margin-bottom: 0;
}

/* Transaction Summary — compact approve / override actions (UI only) */
.rewards-tx-summary-actions {
	margin-top: 14px;
	padding: 12px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #f8fafc;
	box-sizing: border-box;
	width: 100%;
}
.rewards-tx-summary-actions--biz {
	border-color: #f59e0b;
	background: #fffbeb;
}
.rewards-tx-summary-actions--nri {
	border-color: #60a5fa;
	background: #eff6ff;
}
.rewards-tx-summary-actions--in-portlet {
	margin-top: 0;
}
.rewards-tx-summary-actions__label {
	display: block;
	margin: 0 0 6px;
	font-weight: 600;
	color: #334155;
}
.rewards-tx-summary-actions__note {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.rewards-tx-summary-actions__reject {
	margin-bottom: 10px;
}
.rewards-tx-summary-actions__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}
.rewards-tx-summary-actions__msg {
	margin: 10px 0 0;
}
.rewards-tx-summary-actions__hint {
	margin: 0 0 10px;
}
.rewards-tx-tracker {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	gap: 2px;
	padding: 0;
	margin: 0;
}
.rewards-tx-tracker__step {
	flex: 1 1 0;
	min-width: 0;
	max-width: none;
	text-align: center;
}
.rewards-tx-tracker__node-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	min-height: 26px;
}
.rewards-tx-tracker__node {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50% !important;
	border: 2px solid #b5c0cc;
	background: #fff;
	color: #b5c0cc;
	font-size: 11px;
	position: relative;
	z-index: 2;
}
.rewards-tx-tracker__node--success {
	border-color: #3c9c63;
	background: #3c9c63;
	color: #fff;
}
.rewards-tx-tracker__node--warning {
	border-color: #f0ad4e;
	background: #f0ad4e;
	color: #fff;
}
.rewards-tx-tracker__node--danger {
	border-color: #d9534f;
	background: #d9534f;
	color: #fff;
}
.rewards-tx-tracker__node--secondary {
	border-color: #b5c0cc;
	background: #f4f6f8;
	color: #95a5a6;
}
.rewards-tx-tracker__node-dot {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b5c0cc;
}
.rewards-tx-tracker__rail {
	position: absolute;
	left: calc(50% + 13px);
	right: calc(-50% + 13px);
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background: #dce3ec;
	z-index: 1;
}
.rewards-tx-tracker__rail--success { background: #3c9c63; }
.rewards-tx-tracker__rail--warning { background: #f0ad4e; }
.rewards-tx-tracker__rail--danger { background: #d9534f; }
.rewards-tx-tracker__label {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 2px;
}
.rewards-tx-tracker__badge {
	font-size: 10px;
	padding: 2px 7px;
}
.rewards-tx-tracker__time {
	font-size: 9px;
	line-height: 1.25;
	margin-top: 2px;
}
.rewards-tx-tracker__time-date,
.rewards-tx-tracker__time-clock {
	display: block;
}
.rewards-tx-summary-table th {
	width: 42%;
	font-size: 13px;
	padding: 5px 8px !important;
}
.rewards-tx-summary-table td {
	font-size: 13px;
	padding: 5px 8px !important;
}
.rewards-tx-summary-table .rewards-tx-summary__status {
	font-size: 12px;
}
.rewards-tx-summary-table .rewards-tx-summary__meaning {
	font-size: 12px;
	line-height: 1.35;
}
.rewards-risk-summary-portlet .portlet-body {
	padding: 28px 20px;
	display: block;
	flex: none;
	height: auto;
	min-height: 0;
}
.rewards-risk-summary__kpis {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
	width: auto;
}
.rewards-risk-summary__kpis > [class*="col-"] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
}
.rewards-risk-kpi {
	text-align: center;
	padding: 0;
	width: 100%;
	height: auto;
	border-right: 1px solid #e8ecef;
}
.rewards-risk-summary__kpis > [class*="col-"]:last-child .rewards-risk-kpi {
	border-right: 0;
}
.rewards-risk-kpi__value {
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}
.rewards-risk-kpi__value small {
	font-size: 18px;
	font-weight: 400;
	color: #95a5a6;
}
.rewards-risk-kpi__value--low { color: #3c9c63; }
.rewards-risk-kpi__value--medium { color: #f0ad4e; }
.rewards-risk-kpi__value--high { color: #d9534f; }
.rewards-risk-kpi__badge {
	font-size: 13px;
	font-weight: 600;
	padding: 6px 10px;
	display: inline-block;
	margin-bottom: 6px;
	max-width: 100%;
	white-space: normal;
	line-height: 1.25;
}
.rewards-risk-kpi__label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #7f8c9a;
	line-height: 1.25;
}
.rewards-risk-kpi__hint {
	font-size: 10px;
	line-height: 1.3;
	margin-top: 4px;
}
.rewards-fraud-review-panel--r206 .rewards-fraud-review-tabs--r206 > li > a {
	font-weight: 600;
}
.rewards-fraud-review-panel--r206 .rewards-fraud-review-tab-content {
	padding-top: 14px;
}
.rewards-fraud-evidence-subtabs > li > a,
.rewards-fraud-audit-subtabs > li > a {
	font-size: 12px;
	padding: 6px 12px;
}
.rewards-fraud-merged-timeline th {
	white-space: nowrap;
}
.rewards-fraud-merged-timeline .label-primary {
	background-color: #1F8A84 !important;
	color: #fff !important;
}
.rewards-fraud-merged-timeline .label-info {
	background-color: #3b82f6 !important;
	color: #fff !important;
}

/* Decision dashboard rows */
.rewards-decision-dashboard {
	margin-bottom: 16px;
}
.rewards-decision-dashboard__row {
	margin-bottom: 12px;
}
.rewards-decision-dashboard__row:last-child {
	margin-bottom: 0;
}
.rewards-decision-dashboard__row--equal {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.rewards-decision-dashboard__row--risk-review {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.rewards-decision-dashboard__row--equal > .rewards-decision-dashboard__col {
	display: flex;
}
.rewards-decision-dashboard__row--risk-review > .rewards-decision-dashboard__col {
	display: block;
}
.rewards-manual-review-portlet .portlet-body,
.rewards-score-breakdown-portlet .portlet-body,
.rewards-active-signals-portlet .portlet-body {
	padding: 10px 12px;
}
.rewards-manual-review-portlet .portlet-body {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rewards-fraud-review-form--compact {
	width: 100%;
	margin: 0;
}
.rewards-fraud-review-form--compact .rewards-fraud-review-form__group {
	margin-bottom: 8px;
}
.rewards-fraud-review-form--compact label {
	font-size: 11px;
	margin-bottom: 3px;
}
.rewards-fraud-review-form--compact .form-control {
	font-size: 12px;
}
.rewards-fraud-review-form--compact textarea.form-control {
	resize: vertical;
	min-height: 52px;
	max-height: 72px;
}
.rewards-fraud-review-form__actions {
	margin-top: 4px;
}
.rewards-fraud-review-form__actions .btn-block + .btn-block {
	margin-top: 6px;
}
.rewards-fraud-review-form__msg {
	margin: 4px 0 0;
	font-size: 11px;
}

/* Score breakdown â€” single-line compact rows */
.rewards-score-breakdown__row {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 3px;
}
.rewards-score-breakdown__row:last-of-type {
	margin-bottom: 0;
}
.rewards-score-breakdown__label {
	flex: 0 0 68px;
	font-size: 11px;
	font-weight: 600;
}
.rewards-score-breakdown__progress {
	flex: 1 1 auto;
	height: 8px;
	margin: 0;
	background: #ecf0f3;
	border-radius: 3px;
	min-width: 0;
}
.rewards-score-breakdown__progress .progress-bar {
	line-height: 8px;
	border-radius: 3px;
}
.rewards-score-breakdown__pts {
	flex: 0 0 42px;
	text-align: right;
	font-size: 10px;
	font-variant-numeric: tabular-nums;
	color: #555;
	white-space: nowrap;
}
.rewards-score-breakdown__range {
	flex: 0 0 46px;
	font-size: 8px;
	padding: 2px 4px;
	text-align: center;
	white-space: nowrap;
}
.rewards-score-breakdown__total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
	padding: 6px 10px;
	background: #f4f6f8;
	border-radius: 3px;
	font-size: 12px;
}

/* Active signals â€” compact */
.rewards-active-signals__hint {
	margin-bottom: 6px;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 1.3;
}
.rewards-active-signals__list {
	margin: 0;
}
.rewards-active-signals__item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px 0;
	border-bottom: 1px solid #eef1f4;
}
.rewards-active-signals__item:last-child {
	border-bottom: 0;
}
.rewards-active-signals__pts {
	min-width: 26px;
	text-align: center;
	font-size: 10px;
	padding: 2px 5px;
	flex-shrink: 0;
}
.rewards-active-signals__text {
	flex: 1 1 auto;
	font-size: 11px;
	line-height: 1.3;
	min-width: 0;
}
.rewards-active-signals__severity {
	font-size: 9px;
	padding: 2px 5px;
	flex-shrink: 0;
}
.rewards-active-signals__link-wrap {
	margin: 6px 0 0;
	text-align: right;
}
.rewards-active-signals__view-all {
	font-size: 11px;
	font-weight: 600;
}
.rewards-tx-summary-technical {
	margin-top: 8px;
	padding-top: 6px;
	border-top: 1px solid #e8ecef;
}
.rewards-tx-summary-technical__toggle {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
}
.rewards-fraud-overview-intro {
	margin: 0;
	line-height: 1.5;
	font-size: 12px;
}
.rewards-risk-summary__routing-alert {
	margin-bottom: 10px;
	padding: 7px 10px;
	font-size: 12px;
}

@media (max-width: 991px) {
	.rewards-tx-detail-summary-row__col {
		flex: 1 1 50%;
		max-width: 50%;
		margin-bottom: 12px;
	}
	.rewards-tx-detail-summary-row--count-3 .rewards-tx-detail-summary-row__col:last-child {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.rewards-admin-tx-detail__hero--equal > .rewards-admin-tx-detail__hero-col {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	.rewards-admin-tx-detail__hero--equal > .rewards-admin-tx-detail__hero-col + .rewards-admin-tx-detail__hero-col {
		margin-top: 12px;
	}
	/*
	 * Workflow Journey — vertical timeline on tablet/mobile.
	 * Horizontal wrap left connector rails sticking past the card edge.
	 */
	.rewards-tx-journey-portlet .portlet-body {
		align-items: stretch;
		justify-content: flex-start;
		overflow: hidden;
		padding: 12px 12px 4px;
	}
	.rewards-tx-tracker {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		width: 100%;
		max-width: 100%;
	}
	.rewards-tx-tracker__step {
		flex: 0 0 auto;
		display: grid;
		grid-template-columns: 28px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		column-gap: 12px;
		row-gap: 2px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		text-align: left;
		padding: 0 0 14px;
		box-sizing: border-box;
	}
	.rewards-tx-tracker__step:last-child {
		padding-bottom: 4px;
	}
	.rewards-tx-tracker__node-wrap {
		grid-column: 1;
		grid-row: 1 / -1;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		margin-bottom: 0;
		min-height: 100%;
		width: 28px;
	}
	.rewards-tx-tracker__rail {
		left: 50%;
		right: auto;
		top: 26px;
		bottom: -14px;
		width: 2px;
		height: auto;
		margin-top: 0;
		margin-left: -1px;
	}
	.rewards-tx-tracker__label {
		grid-column: 2;
		grid-row: 1;
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 0;
		padding-top: 3px;
		word-break: break-word;
	}
	.rewards-tx-tracker__badge {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
		font-size: 9px;
		padding: 2px 6px;
	}
	.rewards-tx-tracker__time {
		grid-column: 2;
		grid-row: 3;
		font-size: 10px;
		margin-top: 0;
	}
	.rewards-tx-tracker__time-date,
	.rewards-tx-tracker__time-clock {
		display: inline;
	}
	.rewards-tx-tracker__time-clock::before {
		content: ' · ';
	}
	.rewards-decision-dashboard__row--equal > .rewards-decision-dashboard__col + .rewards-decision-dashboard__col,
	.rewards-decision-dashboard__row--risk-review > .rewards-decision-dashboard__col + .rewards-decision-dashboard__col {
		margin-top: 12px;
	}
	.rewards-risk-kpi {
		border-right: 0;
		border-bottom: 1px solid #e8ecef;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.rewards-risk-summary__kpis > [class*="col-"]:nth-child(odd) .rewards-risk-kpi {
		border-right: 1px solid #e8ecef;
	}
	.rewards-risk-summary__kpis > [class*="col-"]:nth-last-child(-n+2) .rewards-risk-kpi {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.rewards-tx-detail-summary-row__col,
	.rewards-tx-detail-summary-row--count-3 .rewards-tx-detail-summary-row__col:last-child {
		flex: 1 1 100%;
		max-width: 100%;
		margin-bottom: 12px;
	}
	.rewards-tx-detail-summary-row__col:last-child {
		margin-bottom: 0;
	}
	.rewards-admin-tx-detail__actions-portlet #rewardsAdminTxActivityNoteBtn {
		display: block;
		margin-top: 10px;
		margin-left: 0 !important;
	}
	.rewards-fraud-intelligence-advanced .rewards-fraud-technical-readonly__audit {
		display: none;
	}
	.rewards-score-breakdown__range {
		display: none;
	}
}

/* R21.3 â€” Fraud status display badges */
.rewards-fraud-status-display {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}
.rewards-fraud-status-display__label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 6px;
}
.rewards-fraud-status-display__badge,
.rewards-risk-summary__fraud-status-badge {
	font-size: 13px;
	padding: 6px 12px;
	display: inline-block;
}
.rewards-risk-summary__fraud-status {
	margin-bottom: 12px;
}
.rewards-risk-summary__fraud-status-time {
	margin-left: 8px;
}
.label.rewards-fraud-status--cleared {
	background-color: #26a69a;
}
.label.rewards-fraud-status--flagged {
	background-color: #e7505a;
}
.label.rewards-fraud-status--cleared-by-analyst {
	background-color: #3598dc;
}
.label.rewards-fraud-status--blocked {
	background-color: #8b0000;
}
.label.rewards-fraud-status--under-review {
	background-color: #e87e04;
}
.rewards-tx-tracker__node--danger {
	background-color: #e7505a;
	border-color: #e7505a;
	color: #fff;
}
.rewards-fraud-lock-admin-detail {
	margin-bottom: 14px;
}

/* R22 â€” Simplified workflow presentation */
.rewards-fraud-intelligence-advanced__toggle {
	color: #fff;
	text-decoration: none;
}
.rewards-fraud-intelligence-advanced__toggle:hover,
.rewards-fraud-intelligence-advanced__toggle:focus {
	color: #f0f0f0;
	text-decoration: none;
}
.rewards-fraud-intelligence-advanced__intro {
	margin-bottom: 16px;
}
.rewards-fraud-intelligence-advanced__body .rewards-decision-dashboard {
	margin-top: 0;
}
.rewards-tx-summary__meaning {
	margin-top: 6px;
}
.rewards-tx-summary-table th {
	width: 42%;
}


/* R22.5 â€” My Rewards dashboard (loyalty-style home, Reference B) */
.rewards-dash-v2 {
	--dash-blue: #2563eb;
	--dash-blue-dark: #1d4ed8;
	--dash-purple: #7c3aed;
	--dash-ink: #1e293b;
	--dash-muted: #64748b;
	--dash-border: #e8edf3;
	--dash-radius: 16px;
	--dash-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
	font-family: 'Poppins', sans-serif;
}

.rewards-dash-v2__alert-banner {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 12px 0 0;
	padding: 12px 16px;
	border-radius: 12px;
	background: #fff8e6;
	border: 1px solid #f5d78e;
	color: #7a5b00;
	text-decoration: none;
}

.rewards-dash-v2__alert-banner:hover {
	text-decoration: none;
	color: #5c4300;
	background: #fff3d6;
}

.rewards-dash-v2__alert-banner .fa-angle-right {
	margin-left: auto;
}

/* Section 1 — Hero box (greeting + actions + points + progress) */
.rewards-dash-v2__hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-top: 14px;
	padding: 4px 2px 8px;
}

.rewards-dash-v2__hero-box {
	margin-top: 14px;
	margin-bottom: 20px;
	padding: 22px 22px 20px;
	border-radius: var(--dash-radius, 16px);
	background: linear-gradient(160deg, #f5f9ff 0%, #eef4ff 42%, #f8fbff 100%);
	border: 1px solid #d9e6f5;
	box-shadow: var(--dash-shadow, 0 8px 24px rgba(15, 23, 42, 0.06));
}

.rewards-dash-v2__hero-box .rewards-dash-v2__hero-copy {
	margin-bottom: 18px;
}

.rewards-dash-v2__hero-title {
	margin: 0 0 8px;
	font-size: 30px;
	font-weight: 700;
	color: var(--dash-ink);
	line-height: 1.2;
}

.rewards-dash-v2__wave {
	font-size: 28px;
	vertical-align: middle;
}

.rewards-dash-v2__hero-sub {
	margin: 0;
	max-width: 640px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--dash-muted);
}

.rewards-dash-v2__hero-actions-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}

.rewards-dash-v2__hero-actions-grid .rewards-dash-v2__quick-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 68px;
	padding: 10px 8px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
	color: var(--dash-ink) !important;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.rewards-dash-v2__hero-actions-grid .rewards-dash-v2__quick-card .fa {
	font-size: 18px;
	color: #2563eb;
}

.rewards-dash-v2__hero-actions-grid .rewards-dash-v2__quick-card:hover {
	border-color: #bfd4ff;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
	text-decoration: none;
}

.rewards-dash-v2__hero-box .rewards-dash-v2__hero-points {
	margin-top: 0;
	margin-bottom: 16px;
}

.rewards-dash-v2__kpi--available {
	background: #eff6ff;
	border-color: #bfdbfe;
}

.rewards-dash-v2__kpi--earned {
	background: #ecfdf5;
	border-color: #bbf7d0;
}

.rewards-dash-v2__kpi--redeemed {
	background: #fff7ed;
	border-color: #fed7aa;
}

.rewards-dash-v2__hero-box .rewards-dash-v2__progress-card--in-hero {
	margin: 0;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: none;
}

@media (max-width: 991px) {
	.rewards-dash-v2__hero-actions-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.rewards-dash-v2__hero-box {
		padding: 16px 14px;
	}
	.rewards-dash-v2__hero-actions-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.rewards-dash-v2__hero-box .rewards-dash-v2__kpi-row--3 {
		grid-template-columns: 1fr;
	}
}

.rewards-dash-v2__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	flex-shrink: 0;
	padding-top: 6px;
}

.rewards-dash-v2__hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid #d7dee8;
	background: #fff;
	color: var(--dash-ink) !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: var(--dash-shadow);
}

.rewards-dash-v2__hero-btn:hover {
	text-decoration: none;
	border-color: #bfd4ff;
	color: var(--dash-blue) !important;
}

.rewards-dash-v2__hero-btn--primary {
	background: var(--dash-blue);
	border-color: var(--dash-blue);
	color: #fff !important;
}

.rewards-dash-v2__hero-btn--primary:hover {
	background: var(--dash-blue-dark);
	border-color: var(--dash-blue-dark);
	color: #fff !important;
}

/* Sections 2 + 3 — unified wallet / membership card */
.rewards-dash-v2__top-cards {
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	gap: 16px;
	margin-top: 12px;
	margin-bottom: 20px;
}

.rewards-dash-v2__top-cards--single {
	grid-template-columns: 1fr;
}

.rewards-dash-v2__member-card--unified {
	min-height: 0;
	padding: 24px 24px 20px;
}

.rewards-dash-v2__member-card--unified .rewards-dash-v2__wallet-watermark {
	position: absolute;
	right: 18px;
	top: 42%;
	transform: translateY(-50%);
	font-size: 100px;
	opacity: 0.08;
	pointer-events: none;
	z-index: 0;
}

.rewards-dash-v2__member-footer--unified {
	align-items: center;
	margin-bottom: 4px;
}

.rewards-dash-v2__member-points--primary strong {
	font-size: 34px;
	line-height: 1.05;
	font-weight: 700;
}

.rewards-dash-v2__wallet-hero-actions--unified {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 18px;
}

.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: stretch;
	gap: 12px;
}

.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-card {
	width: 100%;
	max-width: none;
	min-width: 0;
	min-height: 0;
	height: 62px;
	padding: 8px 6px;
	gap: 4px;
	border-radius: 12px !important;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 18px rgba(11, 18, 32, 0.18);
}

.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-card .fa {
	font-size: 18px;
	line-height: 1;
}

.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-card span {
	line-height: 1.2;
	font-size: 12px;
	white-space: normal;
}

.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-card:hover {
	border-color: #fff;
	box-shadow: 0 10px 22px rgba(11, 18, 32, 0.28);
}

.rewards-dash-v2__wallet-hero {
	position: relative;
	overflow: hidden;
	padding: 26px 26px 22px;
	border-radius: 20px;
	background: linear-gradient(135deg, #4f46e5 0%, #2563eb 42%, #7c3aed 100%);
	color: #fff;
	box-shadow: 0 14px 36px rgba(79, 70, 229, 0.32);
	min-height: 220px;
	display: flex;
	flex-direction: column;
}

.rewards-dash-v2__wallet-watermark {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 120px;
	opacity: 0.12;
	pointer-events: none;
}

.rewards-dash-v2__wallet-hero-body {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	flex: 1 1 auto;
}

.rewards-dash-v2__wallet-label {
	display: block;
	font-size: 13px;
	opacity: 0.9;
	margin-bottom: 8px;
}

.rewards-dash-v2__wallet-label .fa-info-circle {
	margin-left: 4px;
	opacity: 0.75;
	cursor: help;
}

.rewards-dash-v2__wallet-value {
	display: block;
	font-size: 36px;
	line-height: 1.05;
	font-weight: 700;
}

.rewards-dash-v2__wallet-value--money {
	font-size: 30px;
}

.rewards-dash-v2__wallet-hero-actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.rewards-dash-v2__wallet-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.rewards-dash-v2__wallet-action:hover {
	background: rgba(255, 255, 255, 0.24);
	color: #fff !important;
	text-decoration: none;
}

.rewards-dash-v2__wallet-action--solid {
	background: #fff;
	border-color: #fff;
	color: var(--dash-blue) !important;
}

.rewards-dash-v2__wallet-action--solid:hover {
	background: #f8fafc;
	color: var(--dash-blue-dark) !important;
}

/* Digital membership card */
.rewards-dash-v2__member-card {
	position: relative;
	overflow: hidden;
	padding: 22px 22px 18px;
	border-radius: 18px;
	background: linear-gradient(145deg, #0b1220 0%, #172554 48%, #1e3a8a 100%);
	color: #fff;
	box-shadow: none;
	min-height: 220px;
}

.rewards-dash-v2__member-card-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.08), transparent 42%),
		radial-gradient(circle at 10% 90%, rgba(37, 99, 235, 0.25), transparent 50%);
	pointer-events: none;
}

.rewards-dash-v2__member-card-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}

.rewards-dash-v2__member-brand {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	opacity: 0.92;
}

.rewards-dash-v2__member-chip {
	width: 38px;
	height: 28px;
	border-radius: 6px;
	background: linear-gradient(135deg, #fbbf24, #d97706);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.rewards-dash-v2__member-number {
	position: relative;
	z-index: 1;
	margin: 0 0 24px;
	font-size: 17px;
	letter-spacing: 0.14em;
	font-weight: 500;
	font-variant-numeric: tabular-nums;
}

.rewards-dash-v2__member-footer {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.rewards-dash-v2__member-holder-name {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rewards-dash-v2__member-since {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	opacity: 0.75;
}

.rewards-dash-v2__member-points {
	text-align: right;
}

.rewards-dash-v2__member-points-label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.75;
}

.rewards-dash-v2__member-points strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.rewards-dash-v2__member-points-value {
	display: block;
	font-size: 11px;
	opacity: 0.8;
}

.rewards-dash-v2__member-network {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	display: flex;
}

.rewards-dash-v2__member-network span {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.rewards-dash-v2__member-network span:first-child {
	background: rgba(239, 68, 68, 0.92);
	margin-right: -10px;
}

.rewards-dash-v2__member-network span:last-child {
	background: rgba(251, 191, 36, 0.92);
}

/* Section 4 â€” KPI row */
.rewards-dash-v2__kpi-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: 16px;
}

.rewards-dash-v2__kpi-row--3 {
	grid-template-columns: repeat(3, 1fr);
}

.rewards-dash-v2__kpi-progress-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 34%);
	gap: 14px;
	margin-top: 16px;
	align-items: stretch;
}

.rewards-dash-v2__kpi-progress-row .rewards-dash-v2__kpi-row {
	margin-top: 0;
}

.rewards-dash-v2__kpi-progress-row .rewards-dash-v2__progress-card {
	height: 100%;
}

.rewards-dash-v2__kpi {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 18px 16px;
	border-radius: var(--dash-radius);
	background: #fff;
	border: 1px solid var(--dash-border);
	box-shadow: var(--dash-shadow);
	text-align: center;
}

.rewards-dash-v2__kpi-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 2px;
}

.rewards-dash-v2__kpi-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	margin-bottom: 0;
}

.rewards-dash-v2__kpi-icon--earn { background: #dcfce7; color: #16a34a; }
.rewards-dash-v2__kpi-icon--bills { background: #ede9fe; color: #7c3aed; }
.rewards-dash-v2__kpi-icon--redeem { background: #ffedd5; color: #ea580c; }
.rewards-dash-v2__kpi-icon--fav { background: #dbeafe; color: #2563eb; }

.rewards-dash-v2__kpi-value {
	font-size: 24px;
	font-weight: 700;
	color: var(--dash-ink);
	line-height: 1.2;
}

.rewards-dash-v2__kpi-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--dash-ink);
}

/* Sections 5 + 6 */
.rewards-dash-v2__dual-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 16px;
}

.rewards-dash-v2__section-title {
	margin-bottom: 10px !important;
	font-size: 17px;
	font-weight: 700 !important;
	color: var(--dash-ink);
}

.rewards-dash-v2__section-sub {
	margin: 4px 0 14px !important;
	font-size: 13px;
	color: var(--dash-muted);
}

.rewards-dash-v2__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.rewards-dash-v2__section-head .rewards-dash-v2__section-title {
	margin-bottom: 0;
}

.rewards-dash-v2__section-link {
	font-size: 13px;
	font-weight: 600;
	color: var(--dash-blue) !important;
	text-decoration: none;
	white-space: nowrap;
}

.rewards-dash-v2__section-link:hover {
	text-decoration: none;
	color: var(--dash-blue-dark) !important;
}

.rewards-dash-v2__progress-card,
.rewards-dash-v2__streak-card,
.rewards-dash-v2__quick-actions,
.rewards-dash-v2__businesses,
.rewards-dash-v2__activity {
	padding: 20px 22px;
	border-radius: var(--dash-radius);
	background: #fff;
	border: 1px solid var(--dash-border);
	box-shadow: var(--dash-shadow);
}

.rewards-dash-v2__progress-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.rewards-dash-v2__progress-nums {
	font-size: 14px;
	font-weight: 600;
	color: var(--dash-ink);
}

.rewards-dash-v2__progress-pct {
	font-size: 14px;
	font-weight: 700;
	color: var(--dash-blue);
}

.rewards-dash-v2__progress-bar {
	height: 14px;
	border-radius: 999px;
	background: #e8edf3;
	overflow: hidden;
}

.rewards-dash-v2__progress-bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.rewards-dash-v2__progress-milestone {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 14px 0 0 !important;
	font-size: 13px;
	line-height: 1.45;
	color: var(--dash-muted);
}

.rewards-dash-v2__progress-milestone .fa-trophy {
	color: #f59e0b;
	font-size: 16px;
	margin-top: 2px !important;
}

.rewards-dash-v2__streak-track {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	position: relative;
}

.rewards-dash-v2__streak-track::before {
	content: '';
	position: absolute;
	left: 10%;
	right: 10%;
	top: 26px;
	height: 3px;
	background: #e2e8f0;
	z-index: 0;
}

.rewards-dash-v2__streak-step {
	position: relative;
	z-index: 1;
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.rewards-dash-v2__streak-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50% !important;
	background: #f1f5f9;
	border: 2px solid #e2e8f0;
	color: #94a3b8;
	font-size: 14px;
}

.rewards-dash-v2__streak-step.is-done .rewards-dash-v2__streak-dot {
	background: #22c55e;
	border-color: #22c55e;
	color: #fff;
}

.rewards-dash-v2__streak-label {
	font-size: 11px;
	color: var(--dash-muted);
	line-height: 1.2;
}

.rewards-dash-v2__streak-step.is-done .rewards-dash-v2__streak-label {
	color: var(--dash-ink);
	font-weight: 600;
}

.rewards-dash-v2__streak-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	margin: 24px auto 0 !important;
	padding: 10px 18px;
	border-radius: 14px !important;
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	color: #15803d;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.rewards-dash-v2__streak-badge--done {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1d4ed8;
}

/* Section 7 â€” Quick actions */
.rewards-dash-v2__quick-actions {
	margin-top: 16px;
}

.rewards-dash-v2__quick-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}

.rewards-dash-v2__quick-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 100px;
	padding: 14px 8px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--dash-border);
	color: var(--dash-ink) !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.rewards-dash-v2__quick-card .fa {
	font-size: 24px;
}

.rewards-dash-v2__quick-card--upload .fa { color: #2563eb; }
.rewards-dash-v2__quick-card--bills .fa { color: #7c3aed; }
.rewards-dash-v2__quick-card--tx .fa { color: #2563eb; }
.rewards-dash-v2__quick-card--wallet .fa { color: #0891b2; }
.rewards-dash-v2__quick-card--redeem .fa { color: #ea580c; }
.rewards-dash-v2__quick-card--fav .fa { color: #e11d48; }

.rewards-dash-v2__quick-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	border-color: #bfd4ff;
	color: var(--dash-blue) !important;
	text-decoration: none;
}

/* Sections 8 + 9 — Bottom pair */
.rewards-dash-v2__bottom-pair {
	margin-top: 16px;
	margin-bottom: 8px;
}

.rewards-dash-v2__bottom-pair > [class*="col-"] {
	display: flex;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__businesses,
.rewards-dash-v2__bottom-pair .rewards-dash-v2__activity {
	flex: 1 1 auto;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__business-scroll {
	flex-direction: column;
	gap: 10px;
	overflow-x: visible;
	scroll-snap-type: none;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__business-card {
	flex: none;
	width: 100%;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	align-items: center;
	column-gap: 14px;
	row-gap: 4px;
	padding: 14px 16px;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__business-card:hover {
	background: #f8fafc;
	border-color: #dbeafe;
	transform: none;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__business-media {
	grid-column: 1;
	grid-row: 1 / span 3;
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	align-self: center;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__business-media-ph {
	font-size: 22px;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__business-name {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__business-badge {
	grid-column: 2;
	grid-row: 2;
}

.rewards-dash-v2__bottom-pair .rewards-dash-v2__business-distance {
	grid-column: 2;
	grid-row: 3;
}

/* Section 8 — Businesses */
.rewards-dash-v2__businesses {
	margin-top: 16px;
}

.rewards-dash-v2__business-scroll {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding-bottom: 6px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}

.rewards-dash-v2__business-card {
	flex: 0 0 196px;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--dash-border);
	color: var(--dash-ink) !important;
	text-decoration: none;
	box-shadow: var(--dash-shadow);
}

.rewards-dash-v2__business-card:hover {
	border-color: #bfdbfe;
	text-decoration: none;
	transform: translateY(-1px);
}

.rewards-dash-v2__business-media {
	display: block;
	height: 96px;
	border-radius: 10px;
	overflow: hidden;
	background: #f1f5f9;
	border: 1px solid var(--dash-border);
}

.rewards-dash-v2__business-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rewards-dash-v2__business-media-ph {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #94a3b8;
	font-size: 30px;
}

.rewards-dash-v2__business-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.rewards-dash-v2__business-badge {
	display: inline-block;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: #ecfdf5;
	color: #15803d;
	font-size: 11px;
	font-weight: 700;
}

.rewards-dash-v2__business-distance {
	font-size: 12px;
	color: var(--dash-muted);
}

/* Section 9 — Activity */
.rewards-dash-v2__activity {
	margin-top: 16px;
	margin-bottom: 8px;
}

.rewards-dash-v2__activity-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rewards-dash-v2__activity-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--dash-border);
	color: var(--dash-ink) !important;
	text-decoration: none;
}

.rewards-dash-v2__activity-row:hover {
	background: #f8fafc;
	border-color: #dbeafe;
	text-decoration: none;
}

.rewards-dash-v2__activity-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	flex-shrink: 0;
	font-size: 18px;
}

.rewards-dash-v2__activity-type--credit { background: #dcfce7; color: #16a34a; }
.rewards-dash-v2__activity-type--redeem { background: #ede9fe; color: #7c3aed; }
.rewards-dash-v2__activity-type--bill { background: #dbeafe; color: #2563eb; }
.rewards-dash-v2__activity-type--pending { background: #fef3c7; color: #d97706; }

.rewards-dash-v2__activity-body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rewards-dash-v2__activity-type {
	font-size: 14px;
	font-weight: 700;
	color: var(--dash-ink);
}

.rewards-dash-v2__activity-title {
	font-size: 13px;
	color: var(--dash-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rewards-dash-v2__activity-date {
	font-size: 12px;
	color: #94a3b8;
}

.rewards-dash-v2__activity-points {
	font-size: 14px;
	font-weight: 700;
	color: var(--dash-ink);
	white-space: nowrap;
}

.rewards-dash-v2__activity-points.is-positive {
	color: #16a34a;
}

.rewards-dash-v2__activity-points.is-negative {
	color: #7c3aed;
}

.rewards-dash-v2__activity-chevron {
	color: #cbd5e1;
	flex-shrink: 0;
}

.rewards-dash-v2__empty {
	margin: 0;
	font-size: 14px;
	color: var(--dash-muted);
}

/* Responsive */
@media (max-width: 1199px) {
	.rewards-dash-v2__quick-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.rewards-dash-v2__kpi-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.rewards-dash-v2__kpi-row--3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.rewards-dash-v2__hero {
		flex-direction: column;
	}

	.rewards-dash-v2__hero-actions {
		justify-content: flex-start;
		width: 100%;
		padding-top: 0;
	}

	.rewards-dash-v2__top-cards {
		grid-template-columns: 1fr;
	}

	.rewards-dash-v2__kpi-progress-row {
		grid-template-columns: 1fr;
	}

	.rewards-dash-v2__dual-row {
		grid-template-columns: 1fr;
	}

	.rewards-dash-v2__member-network {
		display: none;
	}

	.rewards-dash-v2__member-card--unified {
		padding: 20px 16px 16px;
	}

	.rewards-dash-v2__bottom-pair .rewards-dash-v2__activity {
		margin-top: 20px;
	}

	.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-grid {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: 10px;
	}

	.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-card {
		flex: 0 0 auto;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 48px;
		padding: 12px 14px;
		gap: 12px;
		text-align: left;
	}

	.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-card span {
		white-space: nowrap;
		overflow: visible;
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.rewards-dash-v2__hero-title {
		font-size: 24px;
	}

	.rewards-dash-v2__wallet-hero-body {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.rewards-dash-v2__wallet-value {
		font-size: 30px;
	}

	.rewards-dash-v2__kpi-row {
		grid-template-columns: 1fr 1fr;
	}

	.rewards-dash-v2__kpi-row--3 {
		grid-template-columns: 1fr;
	}

	.rewards-dash-v2__quick-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rewards-dash-v2__wallet-hero-actions--unified .rewards-dash-v2__quick-card span {
		font-size: 12px;
	}

	.rewards-dash-v2__streak-track::before {
		left: 8%;
		right: 8%;
	}

	.rewards-dash-v2__activity-row {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr) auto auto;
		align-items: center;
		column-gap: 12px;
		flex-wrap: nowrap;
	}

	.rewards-dash-v2__activity-icon {
		grid-column: 1;
		grid-row: 1;
	}

	.rewards-dash-v2__activity-body {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}

	.rewards-dash-v2__activity-points {
		grid-column: 3;
		grid-row: 1;
		margin-left: 0;
	}

	.rewards-dash-v2__activity-chevron {
		grid-column: 4;
		grid-row: 1;
	}
}

/* ==========================================================================
   R24.2 — Rewards Admin Dashboard Operations Center
   ========================================================================== */
.rewards-admin-dashboard--ops {
	--ops-ink: #0f172a;
	--ops-muted: #64748b;
	--ops-border: #e2e8f0;
	--ops-card: #ffffff;
	--ops-radius: 14px;
	--ops-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.rewards-ops-hero {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 28px 32px;
	margin-bottom: 20px;
	border-radius: 16px;
	background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 45%, #312e81 100%);
	color: #f8fafc;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.25);
	position: relative;
	overflow: hidden;
}

.rewards-ops-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(99, 102, 241, 0.35), transparent 55%);
	pointer-events: none;
}

.rewards-ops-hero__main,
.rewards-ops-hero__actions,
.rewards-ops-hero__top {
	position: relative;
	z-index: 1;
}

.rewards-ops-hero__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.rewards-ops-hero__main {
	width: 100%;
}

.rewards-ops-hero__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
	flex: 0 1 auto;
}

.rewards-ops-hero__kicker {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(226, 232, 240, 0.75);
}

.rewards-ops-hero__title {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.rewards-ops-hero__sub {
	margin: 0 0 18px;
	font-size: 14px;
	color: rgba(226, 232, 240, 0.85);
}

.rewards-ops-hero__stats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}

.rewards-ops-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.rewards-ops-hero__stat--alert {
	background: rgba(239, 68, 68, 0.15);
	border-color: rgba(248, 113, 113, 0.35);
}

.rewards-ops-hero__stat-top {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.rewards-ops-hero__stat-icon {
	flex: 0 0 auto;
	font-size: 14px;
	opacity: 0.85;
	margin-bottom: 0;
}

.rewards-ops-hero__stat strong {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.1;
}

.rewards-ops-hero__stat-label {
	font-size: 11px;
	color: rgba(226, 232, 240, 0.8);
	line-height: 1.3;
}

.rewards-ops-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 10px !important;
	font-weight: 600 !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
}

.rewards-ops-btn--primary {
	background: #3b82f6 !important;
	border-color: #3b82f6 !important;
}

.rewards-ops-btn--ghost {
	background: #fff !important;
	color: #334155 !important;
	border-color: var(--ops-border) !important;
}

.rewards-ops-kpi-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 20px;
}

.rewards-ops-kpi {
	display: flex;
	flex-direction: column;
	min-height: 132px;
	padding: 16px 16px 14px;
	border-radius: var(--ops-radius);
	background: var(--ops-card);
	border: 1px solid var(--ops-border);
	box-shadow: var(--ops-shadow);
	text-decoration: none !important;
	color: inherit !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.rewards-ops-kpi:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}

.rewards-ops-kpi__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}

.rewards-ops-kpi__icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}

.rewards-ops-kpi--pending .rewards-ops-kpi__icon { background: #ffedd5; color: #ea580c; }
.rewards-ops-kpi--approved .rewards-ops-kpi__icon { background: #dcfce7; color: #16a34a; }
.rewards-ops-kpi--credited .rewards-ops-kpi__icon { background: #f3e8ff; color: #9333ea; }
.rewards-ops-kpi--wallet .rewards-ops-kpi__icon { background: #dbeafe; color: #2563eb; }
.rewards-ops-kpi--businesses .rewards-ops-kpi__icon { background: #cffafe; color: #0891b2; }
.rewards-ops-kpi--customers .rewards-ops-kpi__icon { background: #fce7f3; color: #db2777; }
.rewards-ops-kpi--requests .rewards-ops-kpi__icon { background: #fef9c3; color: #ca8a04; }
.rewards-ops-kpi--fraud .rewards-ops-kpi__icon { background: #fee2e2; color: #dc2626; }

.rewards-ops-kpi__label {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--ops-muted);
}

.rewards-ops-kpi__value {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.1;
	color: var(--ops-ink);
	letter-spacing: -0.02em;
}

.rewards-ops-kpi__hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: var(--ops-muted);
}

.rewards-ops-kpi__delta {
	display: inline-block;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 999px;
}

.rewards-ops-kpi__delta--up { background: #dcfce7; color: #166534; }
.rewards-ops-kpi__delta--down { background: #fee2e2; color: #991b1b; }

.rewards-ops-panel {
	background: var(--ops-card);
	border: 1px solid var(--ops-border);
	border-radius: var(--ops-radius);
	box-shadow: var(--ops-shadow);
	margin-bottom: 18px;
	overflow: hidden;
}

.rewards-ops-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--ops-border);
}

.rewards-ops-panel__title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--ops-ink);
}

.rewards-ops-panel__title .fa {
	margin-right: 8px;
	color: #64748b;
}

.rewards-ops-panel__sub {
	margin: 4px 0 0;
	font-size: 12px;
	color: var(--ops-muted);
}

.rewards-ops-panel__sub-inline {
	font-size: 12px;
	color: var(--ops-muted);
}

.rewards-ops-panel__pill {
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #475569;
}

.rewards-ops-panel__body {
	padding: 16px 20px 20px;
}

.rewards-ops-panel__foot {
	padding: 10px 20px 14px;
	border-top: 1px solid var(--ops-border);
	font-size: 12px;
	font-weight: 600;
}

.rewards-ops-panel__foot a {
	color: #2563eb;
}

.rewards-ops-chart-wrap {
	position: relative;
	height: 260px;
}

.rewards-ops-chart-legend {
	display: flex;
	gap: 16px;
	margin-top: 12px;
	font-size: 12px;
	color: var(--ops-muted);
}

.rewards-ops-chart-legend__dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	margin-right: 6px;
	vertical-align: middle;
}

.rewards-ops-chart-legend__dot--earn { background: #3b82f6; }
.rewards-ops-chart-legend__dot--redeem { background: #10b981; }

.rewards-ops-rank-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #f1f5f9;
	text-decoration: none !important;
	color: inherit !important;
}

.rewards-ops-rank-item:last-child { border-bottom: 0; }

.rewards-ops-rank-item__num {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #f1f5f9;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #475569;
	flex-shrink: 0;
}

.rewards-ops-rank-item__body { flex: 1; min-width: 0; }

.rewards-ops-rank-item__name {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--ops-ink);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}

.rewards-ops-rank-item__bar {
	height: 6px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.rewards-ops-rank-item__bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #3b82f6, #6366f1);
	transition: width 0.6s ease;
}

.rewards-ops-rank-item__pct {
	font-size: 12px;
	font-weight: 700;
	color: var(--ops-muted);
	flex-shrink: 0;
}

.rewards-ops-fraud-list { padding-top: 4px; padding-bottom: 4px; }

.rewards-ops-fraud-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	font-size: 13px;
	border-bottom: 1px solid #f8fafc;
}

.rewards-ops-fraud-row:last-child { border-bottom: 0; }

a.rewards-ops-fraud-row {
	text-decoration: none !important;
	color: inherit !important;
	cursor: pointer;
}

a.rewards-ops-fraud-row:hover,
a.rewards-ops-fraud-row:focus {
	opacity: 0.92;
}

.rewards-ops-fraud-row strong { font-size: 16px; font-weight: 800; }

.rewards-ops-fraud-row--high strong { color: #dc2626; }
.rewards-ops-fraud-row--med strong { color: #ea580c; }
.rewards-ops-fraud-row--low strong { color: #16a34a; }

.rewards-ops-fraud-row .fa { margin-right: 6px; color: #94a3b8; }

.rewards-ops-panel--attention {
	border-color: #fecaca;
	box-shadow: 0 4px 24px rgba(239, 68, 68, 0.08);
}

.rewards-ops-attention-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #f1f5f9;
	font-size: 13px;
}

.rewards-ops-attention-item:last-child { border-bottom: 0; }

.rewards-ops-attention-item a {
	font-weight: 600;
	font-size: 12px;
	color: #2563eb;
	white-space: nowrap;
}

.rewards-ops-badge {
	display: inline-block;
	margin-left: 6px;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 4px;
	vertical-align: middle;
}

.rewards-ops-badge--warn { background: #fef3c7; color: #b45309; }

.rewards-ops-glance-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.rewards-ops-glance-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 14px 10px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #f1f5f9;
}

.rewards-ops-glance-item .fa {
	font-size: 18px;
	color: #fff;
	margin-bottom: 6px;
}

.rewards-ops-glance-item strong {
	font-size: 22px;
	font-weight: 800;
	color: var(--ops-ink);
	line-height: 1.1;
}

.rewards-ops-glance-item span {
	font-size: 11px;
	color: var(--ops-muted);
	margin-top: 4px;
}

.rewards-ops-health__status {
	font-size: 15px;
	font-weight: 700;
	color: #16a34a;
	margin-bottom: 8px;
}

.rewards-ops-health__status .fa { margin-right: 6px; }

.rewards-ops-health__meta {
	margin: 0 0 12px;
	font-size: 12px;
	color: var(--ops-muted);
	line-height: 1.5;
}

.rewards-ops-health__time {
	display: block;
	font-size: 11px;
	margin-top: 4px;
}

.rewards-ops-health__spark .rewards-admin-dashboard__sparkline {
	width: 100%;
	height: 32px;
}

.rewards-ops-empty {
	text-align: center;
	padding: 40px 16px;
	color: var(--ops-muted);
}

.rewards-ops-empty .fa { font-size: 28px; margin-bottom: 8px; opacity: 0.5; }

.rewards-ops-empty--compact { padding: 24px 12px; }

.rewards-ops-table-wrap { overflow-x: auto; padding: 0 !important; }

.rewards-ops-table {
	margin: 0 !important;
	border: 0 !important;
	font-size: 13px;
}

.rewards-ops-table .rewards-alltxns-tx-status-tx > .text-muted,
.rewards-ops-table .rewards-alltxns-tx-status-bill > .text-muted,
.rewards-dash-recent--mobile .rewards-alltxns-tx-status-tx > .text-muted,
.rewards-dash-recent--mobile .rewards-alltxns-tx-status-bill > .text-muted {
	color: #000 !important;
}

.rewards-ops-table thead th {
	background: #f8fafc !important;
	border-bottom: 1px solid var(--ops-border) !important;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
	padding: 12px 16px !important;
	white-space: nowrap;
}

.rewards-ops-table tbody td {
	padding: 14px 16px !important;
	vertical-align: middle !important;
	border-top: 1px solid #f1f5f9 !important;
}

.rewards-ops-table__link {
	font-weight: 600;
	color: #2563eb !important;
}

.rewards-ops-table__view {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #64748b;
	background: #f1f5f9;
}

.rewards-ops-table__view:hover {
	background: #e2e8f0;
	color: #334155;
}

.rewards-ops-type-pill {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 999px;
}

.rewards-ops-type-pill--earn { background: #dbeafe; color: #1d4ed8; }
.rewards-ops-type-pill--redeem { background: #fce7f3; color: #be185d; }

.rewards-ops-analytics-row .col-lg-4 .rewards-ops-panel--rank { margin-bottom: 14px; }

@media (max-width: 1199px) {
	.rewards-ops-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rewards-ops-hero__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rewards-ops-hero__top {
		flex-direction: column;
		align-items: stretch;
	}
	.rewards-ops-hero__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.rewards-ops-hero { padding: 20px 18px; }
	.rewards-ops-hero__title { font-size: 20px; }
	.rewards-ops-hero__actions {
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		min-width: 0;
		gap: 10px;
		margin-top: 0;
		margin-bottom: 0;
		justify-content: flex-start;
	}
	.rewards-ops-hero__actions .rewards-ops-btn {
		display: flex;
		width: 100%;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 10px 14px !important;
		white-space: normal;
		text-align: center;
		line-height: 1.3;
	}
	.rewards-ops-hero__stats { grid-template-columns: 1fr 1fr; }
	.rewards-ops-kpi-grid { grid-template-columns: 1fr; }
	.rewards-ops-glance-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
	.rewards-ops-hero__stats { grid-template-columns: 1fr; }
}

/* ==========================================================================
   R24.2a — Dashboard visual consistency pass (mockup refinement)
   ========================================================================== */
.rewards-admin-dashboard--ops-a {
	--ops-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
	--ops-border: rgba(226, 232, 240, 0.65);
}

/* Shared icon badge system */
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 18px;
	line-height: 1;
}

.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--sm,
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--blue-sm,
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--green-sm,
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--purple-sm,
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--orange-sm,
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--red-sm,
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--indigo-sm {
	font-size: 15px;
	border-radius: 10px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--lg,
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--green-lg {
	width: 48px;
	height: 48px;
	font-size: 22px;
	border-radius: 12px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--blue { background: #EFF6FF; color: #2563eb; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--blue-sm { background: #EFF6FF; color: #2563eb; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--green { background: #ECFDF5; color: #059669; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--green-sm { background: #ECFDF5; color: #059669; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--green-lg { background: #ECFDF5; color: #16a34a; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--purple { background: #F3E8FF; color: #9333ea; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--purple-sm { background: #F3E8FF; color: #9333ea; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--orange { background: #FFF7ED; color: #ea580c; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--orange-sm { background: #FFF7ED; color: #ea580c; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--red { background: #FEF2F2; color: #dc2626; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--red-sm { background: #FEF2F2; color: #dc2626; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--indigo { background: #EEF2FF; color: #4f46e5; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--indigo-sm { background: #EEF2FF; color: #4f46e5; }
.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--gold { background: #FFFBEB; color: #d97706; }

/* Typography */
.rewards-admin-dashboard--ops-a .rewards-ops-hero__title {
	font-size: 20px;
	font-weight: 600;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel__title .fa {
	margin-right: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__value {
	font-size: 30px;
	font-weight: 700;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__label {
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__hint {
	font-size: 13px;
}

/* KPI icon containers — mockup palette */
.rewards-admin-dashboard--ops-a .rewards-ops-kpi__icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	font-size: 18px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi--pending .rewards-ops-kpi__icon { background: #FFF7ED; color: #ea580c; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--approved .rewards-ops-kpi__icon { background: #ECFDF5; color: #059669; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--credited .rewards-ops-kpi__icon { background: #F3E8FF; color: #9333ea; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--wallet .rewards-ops-kpi__icon { background: #EFF6FF; color: #2563eb; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--businesses .rewards-ops-kpi__icon { background: #EFF6FF; color: #0891b2; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--customers .rewards-ops-kpi__icon { background: #FCE7F3; color: #db2777; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--requests .rewards-ops-kpi__icon { background: #FFF7ED; color: #ca8a04; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--fraud .rewards-ops-kpi__icon { background: #FEF2F2; color: #dc2626; }

/* Cards — softer SaaS shell */
.rewards-admin-dashboard--ops-a .rewards-ops-kpi,
.rewards-admin-dashboard--ops-a .rewards-ops-panel {
	border: none;
	box-shadow: var(--ops-shadow);
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi {
	min-height: 148px;
	padding: 22px 22px 18px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel__head {
	padding: 20px 26px 16px;
	border-bottom: 1px solid rgba(241, 245, 249, 0.9);
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel__body {
	padding: 20px 26px 24px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel__foot {
	padding: 12px 26px 18px;
	border-top: 1px solid rgba(241, 245, 249, 0.9);
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--attention {
	box-shadow: 0 2px 16px rgba(239, 68, 68, 0.1);
}

/* Sidebar equal-height stack */
.rewards-admin-dashboard--ops-a .rewards-ops-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-sidebar .rewards-ops-panel--rank,
.rewards-admin-dashboard--ops-a .rewards-ops-sidebar .rewards-ops-panel--fraud,
.rewards-admin-dashboard--ops-a .rewards-ops-sidebar .rewards-ops-panel--customers {
	flex: 0 0 auto;
	min-height: 0;
	margin-bottom: 10px !important;
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.rewards-admin-dashboard--ops-a .rewards-ops-sidebar .rewards-ops-panel__body {
	flex: 1 1 auto;
}

/* Top businesses — heading + gold / silver / bronze */
.rewards-admin-dashboard--ops-a .rewards-ops-panel--rank .rewards-ops-panel__title {
	font-size: 20px;
	font-weight: 700;
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item {
	align-items: flex-start;
	padding: 14px 0;
	gap: 14px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item__num {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item--place1 .rewards-ops-rank-item__num {
	background: linear-gradient(145deg, #fbbf24, #d97706);
	box-shadow: 0 2px 8px rgba(217, 119, 6, 0.35);
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item--place2 .rewards-ops-rank-item__num {
	background: linear-gradient(145deg, #e2e8f0, #94a3b8);
	box-shadow: 0 2px 8px rgba(100, 116, 139, 0.25);
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item--place3 .rewards-ops-rank-item__num {
	background: linear-gradient(145deg, #fdba74, #c2410c);
	box-shadow: 0 2px 8px rgba(194, 65, 12, 0.25);
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item:not([class*="place"]) .rewards-ops-rank-item__num {
	background: #f1f5f9;
	color: #64748b;
	box-shadow: none;
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item__meta {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 8px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item__name {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	flex: 1;
	min-width: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item__count {
	font-size: 12px;
	font-weight: 600;
	color: var(--ops-muted);
	white-space: nowrap;
	flex-shrink: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item__bar {
	height: 8px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-rank-item__pct {
	font-size: 14px;
	font-weight: 700;
	color: var(--ops-ink);
	margin-top: 4px;
}

/* Fraud monitor rows */
.rewards-admin-dashboard--ops-a .rewards-ops-fraud-list {
	padding-top: 0;
	padding-bottom: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row {
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #f8fafc;
}

.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row__label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	color: #334155;
}

.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row strong {
	font-size: 18px;
	font-weight: 700;
	min-width: 28px;
	text-align: right;
}

.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row--high strong { color: #dc2626; }
.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row--med strong { color: #ea580c; }
.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row--low strong { color: #16a34a; }
.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row--dup strong { color: #2563eb; }
.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row--geo strong { color: #4f46e5; }
.rewards-admin-dashboard--ops-a .rewards-ops-fraud-row--behavior strong { color: #9333ea; }

/* Bottom widget row — equal card height, content aligned naturally */
.rewards-admin-dashboard--ops-a .rewards-ops-widgets-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.rewards-admin-dashboard--ops-a .rewards-ops-widget-col {
	display: flex;
	margin-bottom: 18px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-widget-col .rewards-ops-panel {
	flex: 1 1 auto;
	width: 100%;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-widget-col .rewards-ops-panel__body {
	flex: 1 1 auto;
	justify-content: flex-start;
	align-content: flex-start;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--attention .rewards-ops-panel__body,
.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-panel__body {
	display: block;
	padding-top: 12px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--health .rewards-ops-panel__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	padding-top: 16px;
	padding-bottom: 16px;
}

/* Needs attention */
.rewards-admin-dashboard--ops-a .rewards-ops-attention-item__left {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-attention-item__text {
	font-size: 14px;
	line-height: 1.4;
}

.rewards-admin-dashboard--ops-a .rewards-ops-attention-item__text strong {
	font-size: 16px;
	font-weight: 700;
	margin-right: 4px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-attention-item {
	padding: 14px 0;
}

/* At a glance — 4 columns on desktop */
.rewards-admin-dashboard--ops-a .rewards-ops-glance-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: start;
	width: 100%;
}

.rewards-admin-dashboard--ops-a .rewards-ops-glance-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 12px 6px;
	background: transparent;
	border: none;
	gap: 8px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-glance-item strong {
	font-size: 28px;
	font-weight: 700;
}

.rewards-admin-dashboard--ops-a .rewards-ops-glance-item span:last-child {
	font-size: 13px;
	color: var(--ops-muted);
	margin-top: 2px;
}

/* Platform health */
.rewards-admin-dashboard--ops-a .rewards-ops-health {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	width: 100%;
}

.rewards-admin-dashboard--ops-a .rewards-ops-health__content {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 1;
	min-width: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-health__status {
	font-size: 16px;
	font-weight: 700;
	color: #16a34a;
	margin-bottom: 4px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-health__meta {
	margin: 0;
	font-size: 13px;
	color: var(--ops-muted);
}

.rewards-admin-dashboard--ops-a .rewards-ops-health__spark {
	flex-shrink: 0;
	width: 88px;
	opacity: 0.85;
	margin-left: auto;
}

.rewards-admin-dashboard--ops-a .rewards-ops-health__spark .rewards-admin-dashboard__sparkline {
	width: 88px;
	height: 36px;
}

@media (max-width: 991px) {
	.rewards-admin-dashboard--ops-a .rewards-ops-glance-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.rewards-admin-dashboard--ops-a .rewards-ops-glance-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rewards-admin-dashboard--ops-a .rewards-ops-health {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}

	.rewards-admin-dashboard--ops-a .rewards-ops-health__spark {
		width: auto;
		margin-left: auto;
	}

	.rewards-admin-dashboard--ops-a .rewards-ops-sidebar .rewards-ops-panel--rank,
	.rewards-admin-dashboard--ops-a .rewards-ops-sidebar .rewards-ops-panel--fraud {
		min-height: 0;
	}
}

@media (max-width: 480px) {
	.rewards-admin-dashboard--ops-a .rewards-ops-glance-grid {
		grid-template-columns: 1fr 1fr;
	}

	.rewards-admin-dashboard--ops-a .rewards-ops-kpi__value {
		font-size: 26px;
	}
}

/* R24.2b — widget layout fix: override legacy 2-col glance below lg */
@media (min-width: 992px) {
	.rewards-admin-dashboard--ops-a .rewards-ops-glance-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.rewards-admin-dashboard--ops-a .rewards-ops-widgets-row > .rewards-ops-widget-col {
		display: flex;
		align-items: stretch;
	}
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--attention .rewards-ops-attention-item:first-child {
	padding-top: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-glance-grid {
	margin: 0;
}

/* --------------------------------------------------------------------------
   R24.2c — KPI + At a Glance mockup color pass
   -------------------------------------------------------------------------- */

/* KPI cards — full pastel tint (mockup) */
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--pending {
	background: linear-gradient(145deg, #fffbeb 0%, #fff7ed 100%);
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--approved {
	background: linear-gradient(145deg, #ecfdf5 0%, #dcfce7 100%);
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--credited {
	background: linear-gradient(145deg, #faf5ff 0%, #f3e8ff 100%);
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--wallet {
	background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--businesses {
	background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--customers {
	background: linear-gradient(145deg, #fdf2f8 0%, #fce7f3 100%);
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--requests {
	background: linear-gradient(145deg, #fffbeb 0%, #fef9c3 100%);
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--fraud {
	background: linear-gradient(145deg, #fef2f2 0%, #fee2e2 100%);
}

/* KPI icon badges — solid color + white icon (mockup) */
.rewards-admin-dashboard--ops-a .rewards-ops-kpi__icon {
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi--pending .rewards-ops-kpi__icon {
	background: #f59e0b;
	color: #ffffff;
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--approved .rewards-ops-kpi__icon {
	background: #22c55e;
	color: #ffffff;
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--credited .rewards-ops-kpi__icon {
	background: #a855f7;
	color: #ffffff;
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--wallet .rewards-ops-kpi__icon {
	background: #3b82f6;
	color: #ffffff;
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--businesses .rewards-ops-kpi__icon {
	background: #06b6d4;
	color: #ffffff;
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--customers .rewards-ops-kpi__icon {
	background: #ec4899;
	color: #ffffff;
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--requests .rewards-ops-kpi__icon {
	background: #eab308;
	color: #ffffff;
}
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--fraud .rewards-ops-kpi__icon {
	background: #ef4444;
	color: #ffffff;
}

/* KPI labels + hints — theme-colored subtitles */
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--pending .rewards-ops-kpi__label { color: #c2410c; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--approved .rewards-ops-kpi__label { color: #15803d; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--credited .rewards-ops-kpi__label { color: #7e22ce; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--wallet .rewards-ops-kpi__label { color: #1d4ed8; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--businesses .rewards-ops-kpi__label { color: #0e7490; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--customers .rewards-ops-kpi__label { color: #be185d; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--requests .rewards-ops-kpi__label { color: #a16207; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--fraud .rewards-ops-kpi__label { color: #b91c1c; }

.rewards-admin-dashboard--ops-a .rewards-ops-kpi--pending .rewards-ops-kpi__hint { color: #9a3412; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--requests .rewards-ops-kpi__hint { color: #92400e; }

/* KPI sparklines — per-card stroke/fill */
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--pending .rewards-admin-dashboard__sparkline-line { stroke: #f97316; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--pending .rewards-admin-dashboard__sparkline-fill { fill: rgba(249, 115, 22, 0.18); }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--approved .rewards-admin-dashboard__sparkline-line { stroke: #22c55e; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--approved .rewards-admin-dashboard__sparkline-fill { fill: rgba(34, 197, 94, 0.18); }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--credited .rewards-admin-dashboard__sparkline-line { stroke: #a855f7; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--credited .rewards-admin-dashboard__sparkline-fill { fill: rgba(168, 85, 247, 0.18); }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--wallet .rewards-admin-dashboard__sparkline-line { stroke: #3b82f6; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--wallet .rewards-admin-dashboard__sparkline-fill { fill: rgba(59, 130, 246, 0.18); }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--businesses .rewards-admin-dashboard__sparkline-line { stroke: #06b6d4; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--businesses .rewards-admin-dashboard__sparkline-fill { fill: rgba(6, 182, 212, 0.18); }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--customers .rewards-admin-dashboard__sparkline-line { stroke: #ec4899; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--customers .rewards-admin-dashboard__sparkline-fill { fill: rgba(236, 72, 153, 0.18); }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--requests .rewards-admin-dashboard__sparkline-line { stroke: #eab308; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--requests .rewards-admin-dashboard__sparkline-fill { fill: rgba(234, 179, 8, 0.18); }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--fraud .rewards-admin-dashboard__sparkline-line { stroke: #ef4444; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--fraud .rewards-admin-dashboard__sparkline-fill { fill: rgba(239, 68, 68, 0.18); }

/* KPI delta — plain theme text (mockup, no pill) */
.rewards-admin-dashboard--ops-a .rewards-ops-kpi__delta {
	background: transparent;
	padding: 0;
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	margin-top: 4px;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi--approved .rewards-ops-kpi__delta--up { color: #16a34a; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--credited .rewards-ops-kpi__delta--up { color: #9333ea; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--wallet .rewards-ops-kpi__delta--up { color: #2563eb; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi--fraud .rewards-ops-kpi__delta--up { color: #dc2626; }
.rewards-admin-dashboard--ops-a .rewards-ops-kpi__delta--down { color: #dc2626; }

/* At a Glance — light blue panel + blue/gold icon badges */
.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance {
	background: linear-gradient(180deg, #f0f7ff 0%, #fafcff 100%);
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-panel__title {
	color: #1d4ed8;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-panel__title .rewards-ops-icon-badge {
	background: #dbeafe;
	color: #2563eb;
}

.rewards-admin-dashboard--ops-a .rewards-ops-icon-badge--gold-sm {
	background: #fef3c7;
	color: #d97706;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-icon-badge--blue-sm {
	background: #3b82f6;
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(59, 130, 246, 0.25);
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-icon-badge--gold-sm {
	background: #f59e0b;
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(245, 158, 11, 0.25);
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-glance-item strong {
	color: #0f172a;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-glance-item span:last-child {
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
	max-width: 110px;
}

/* --------------------------------------------------------------------------
   R24.2c / R24.2e — KPI card layout alignment (mockup)
   -------------------------------------------------------------------------- */

.rewards-admin-dashboard--ops-a .rewards-ops-kpi {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	min-height: 148px;
	padding: 16px 18px 14px;
	overflow: visible;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 6px;
	min-height: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__head .rewards-ops-kpi__icon {
	flex-shrink: 0;
	margin: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__head .rewards-ops-kpi__label {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.25;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 4px;
	flex: 1 1 auto;
	min-height: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__value-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 0;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__value {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__hint,
.rewards-admin-dashboard--ops-a .rewards-ops-kpi__delta {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.35;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__spark-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	width: auto;
	min-height: 0;
	margin: 0;
	overflow: visible;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__spark {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	width: 72px;
	height: 26px;
	overflow: visible;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__spark .rewards-admin-dashboard__sparkline {
	position: static;
	right: auto;
	bottom: auto;
	display: block;
	width: 72px;
	height: 26px;
	min-width: 72px;
	min-height: 26px;
	overflow: visible;
	pointer-events: none;
}

.rewards-admin-dashboard--ops-a .rewards-ops-kpi__spark .rewards-admin-dashboard__sparkline-line,
.rewards-admin-dashboard--ops-a .rewards-ops-kpi__spark .rewards-admin-dashboard__sparkline-fill {
	vector-effect: non-scaling-stroke;
}

@media (max-width: 1199px) {
	.rewards-admin-dashboard--ops-a .rewards-ops-kpi__value {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.rewards-admin-dashboard--ops-a .rewards-ops-kpi {
		min-height: 140px;
	}

	.rewards-admin-dashboard--ops-a .rewards-ops-kpi__value {
		font-size: 30px;
	}
}

/* ==========================================================================
   R28 — Rewards Admin Dashboard final production polish
   ========================================================================== */

.rewards-admin-dashboard--r28 {
	--ops-radius: 12px;
	--ops-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 4px 16px rgba(15, 23, 42, 0.04);
}

/* KPI — compact SaaS layout: [icon+title | value] / [meta | sparkline] */
.rewards-admin-dashboard--r28 .rewards-ops-kpi-grid {
	gap: 14px;
	margin-bottom: 20px;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card {
	min-height: 58px;
	padding: 0;
	overflow: hidden;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	width: 100%;
	min-height: 58px;
	padding: 9px 12px 8px;
	box-sizing: border-box;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__head-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-width: 0;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__title-group {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	align-self: center;
	margin: 0;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__label {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	min-width: 0;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__value {
	flex: 0 0 auto;
	margin: 0;
	padding-left: 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	text-align: right;
	white-space: nowrap;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__lower {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	min-height: 26px;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__meta {
	flex: 1 1 auto;
	min-width: 0;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__meta:empty {
	display: none;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__hint,
.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__trend,
.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__delta {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 600;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card.rewards-ops-kpi--approved .rewards-ops-kpi__trend--up { color: #16a34a; }
.rewards-admin-dashboard--r28 .rewards-kpi-card.rewards-ops-kpi--credited .rewards-ops-kpi__trend--up { color: #9333ea; }
.rewards-admin-dashboard--r28 .rewards-kpi-card.rewards-ops-kpi--wallet .rewards-ops-kpi__trend--up { color: #2563eb; }
.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__trend--down { color: #dc2626; }

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__hint {
	font-weight: 500;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__spark-col {
	flex: 0 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-left: auto;
}

.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__spark-col .rewards-admin-dashboard__sparkline {
	width: 68px;
	height: 24px;
	display: block;
}

/* Hide legacy stack / head/body layout */
.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__stack,
.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__head,
.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__body,
.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__value-row,
.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__spark-wrap {
	display: none;
}

/* R28 compact — win over R24.2e ops-a KPI stack rules */
.rewards-admin-dashboard--ops-a.rewards-admin-dashboard--r28 .rewards-kpi-card {
	min-height: 76px;
	padding: 0;
}

.rewards-admin-dashboard--ops-a.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__value {
	flex: 0 0 auto;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: right;
}

/* Transactions chart card */
.rewards-admin-dashboard--r28 .rewards-ops-panel--chart {
	border: 1px solid rgba(226, 232, 240, 0.85);
	background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.rewards-admin-dashboard--r28 .rewards-ops-chart-wrap {
	height: 280px;
	padding: 4px 0 0;
}

.rewards-admin-dashboard--r28 .rewards-ops-chart-legend {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
	gap: 20px;
	font-size: 13px;
	font-weight: 500;
}

.rewards-admin-dashboard--r28 .rewards-ops-analytics-row {
	margin-bottom: 4px;
}

.rewards-admin-dashboard--r28 .rewards-ops-sidebar .rewards-ops-panel {
	margin-bottom: 16px;
}

/* Top businesses */
.rewards-admin-dashboard--r28 .rewards-ops-rank-item__bar-fill {
	background: linear-gradient(90deg, #3b82f6 0%, #6366f1 100%);
}

.rewards-admin-dashboard--r28 .rewards-ops-rank-item--place1 .rewards-ops-rank-item__bar-fill {
	background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.rewards-admin-dashboard--r28 .rewards-ops-rank-item--place2 .rewards-ops-rank-item__bar-fill {
	background: linear-gradient(90deg, #94a3b8 0%, #64748b 100%);
}

.rewards-admin-dashboard--r28 .rewards-ops-rank-item--place3 .rewards-ops-rank-item__bar-fill {
	background: linear-gradient(90deg, #fb923c 0%, #c2410c 100%);
}

/* Fraud monitor — tinted rows, equal rhythm */
.rewards-admin-dashboard--r28 .rewards-ops-fraud-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 2px 0;
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row {
	padding: 10px 12px;
	border-radius: 8px;
	border-bottom: none;
	margin: 0;
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row--high {
	background: rgba(254, 226, 226, 0.55);
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row--med {
	background: rgba(255, 237, 213, 0.55);
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row--low {
	background: rgba(220, 252, 231, 0.55);
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row--dup {
	background: rgba(219, 234, 254, 0.55);
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row--geo {
	background: rgba(224, 231, 255, 0.55);
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row--behavior {
	background: rgba(243, 232, 255, 0.55);
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row__label {
	font-weight: 600;
	font-size: 13px;
}

.rewards-admin-dashboard--r28 .rewards-ops-fraud-row strong {
	font-size: 17px;
	font-weight: 700;
	min-width: 32px;
}

.rewards-admin-dashboard--r28 a.rewards-ops-fraud-row:hover,
.rewards-admin-dashboard--r28 a.rewards-ops-fraud-row:focus {
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.rewards-admin-dashboard--r28 .rewards-ops-customers-table {
	width: 100%;
}

.rewards-admin-dashboard--r28 .rewards-ops-customers-table tbody td {
	padding: 10px 16px !important;
}

.rewards-admin-dashboard--r28 .rewards-ops-table .rewards-tx-type-badge {
	font-weight: 600;
	padding: 4px 4px;
	display: inline-block;
}

.rewards-admin-dashboard--r28 .rewards-ops-panel--fraud .rewards-ops-fraud-list {
	overflow: visible;
}

/* Needs attention — compact rows + CTA pills */
.rewards-admin-dashboard--r28 .rewards-ops-attention-item {
	padding: 10px 0;
	gap: 10px;
	align-items: center;
}

.rewards-admin-dashboard--r28 .rewards-ops-attention-item__text {
	font-size: 13px;
	line-height: 1.35;
}

.rewards-admin-dashboard--r28 .rewards-ops-attention-item__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #1d4ed8 !important;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.rewards-admin-dashboard--r28 .rewards-ops-attention-item__cta:hover {
	background: #dbeafe;
	border-color: #93c5fd;
	text-decoration: none !important;
}

/* At a Glance — compact summary list (not KPI cards) */
.rewards-admin-dashboard--r28 .rewards-ops-panel--glance .rewards-ops-panel__body {
	padding: 10px 16px 12px;
}

.rewards-ops-glance-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rewards-ops-glance-row {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 30px;
	padding: 3px 0;
	margin: 0;
}

.rewards-ops-glance-row__icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-size: 11px;
	line-height: 1;
}

.rewards-admin-dashboard--ops-a .rewards-ops-glance-row__icon--blue {
	background: #3b82f6;
	color: #ffffff;
	box-shadow: 0 1px 4px rgba(59, 130, 246, 0.22);
}

.rewards-admin-dashboard--ops-a .rewards-ops-glance-row__icon--gold {
	background: #f59e0b;
	color: #ffffff;
	box-shadow: 0 1px 4px rgba(245, 158, 11, 0.22);
}

.rewards-ops-glance-row__label {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 13px;
	font-weight: 500;
	color: #64748b;
	line-height: 1.3;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-glance-row__label {
	color: #64748b;
}

.rewards-ops-glance-row__value {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
	text-align: right;
	min-width: 1.25em;
}

.rewards-admin-dashboard--ops-a .rewards-ops-panel--glance .rewards-ops-glance-row__value {
	color: #0f172a;
}

/* Platform health — status dot + compact spark */
.rewards-admin-dashboard--r28 .rewards-ops-panel--health .rewards-ops-panel__body {
	padding: 14px 18px;
}

.rewards-admin-dashboard--r28 .rewards-ops-health__status {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 700;
	color: #15803d;
	margin-bottom: 4px;
}

.rewards-admin-dashboard--r28 .rewards-ops-health__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
	flex-shrink: 0;
	animation: rewards-ops-health-pulse 2.4s ease-in-out infinite;
}

@keyframes rewards-ops-health-pulse {
	0%, 100% { box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25); }
	50% { box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12); }
}

.rewards-admin-dashboard--r28 .rewards-ops-health__meta {
	font-size: 12px;
	margin: 0;
}

.rewards-admin-dashboard--r28 .rewards-ops-health__spark .rewards-admin-dashboard__sparkline {
	width: 80px;
	height: 34px;
}

.rewards-admin-dashboard--r28 .rewards-ops-health__spark .rewards-admin-dashboard__sparkline-line {
	stroke: #22c55e;
}

.rewards-admin-dashboard--r28 .rewards-ops-health__spark .rewards-admin-dashboard__sparkline-fill {
	fill: rgba(34, 197, 94, 0.15);
}

/* Recent transactions table */
.rewards-admin-dashboard--r28 .rewards-ops-panel--table .rewards-ops-panel__head {
	padding: 16px 22px;
}

.rewards-admin-dashboard--r28 .rewards-ops-table thead th {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
	border-bottom: 1px solid #e2e8f0;
	padding: 10px 12px;
	background: #f8fafc;
}

.rewards-admin-dashboard--r28 .rewards-ops-table tbody td {
	padding: 12px;
	font-size: 13px;
	vertical-align: middle;
	border-top: 1px solid #f1f5f9;
}

.rewards-admin-dashboard--r28 .rewards-ops-table tbody tr:hover {
	background: #f8fafc;
}

/* Widget row spacing */
.rewards-admin-dashboard--r28 .rewards-ops-widgets-row {
	margin-bottom: 8px;
}

.rewards-admin-dashboard--r28 .rewards-ops-widget-col {
	margin-bottom: 16px;
}

/* Responsive */
@media (max-width: 1199px) {
	.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__value {
		font-size: 22px;
	}

	.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__spark-col .rewards-admin-dashboard__sparkline {
		width: 60px;
		height: 22px;
	}
}

@media (max-width: 991px) {
	.rewards-admin-dashboard--r28 .rewards-ops-chart-wrap {
		height: 240px;
	}
}

@media (max-width: 767px) {
	.rewards-admin-dashboard--r28 .rewards-ops-kpi-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__inner {
		min-height: 0;
		padding: 10px 12px 9px;
	}

	.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__head-row {
		flex-wrap: wrap;
		row-gap: 2px;
	}

	.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__value {
		font-size: 20px;
		margin-left: auto;
	}

	.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__lower {
		flex-wrap: wrap;
		align-items: flex-end;
	}

	.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__spark-col {
		margin-left: auto;
	}

	.rewards-admin-dashboard--ops-a.rewards-admin-dashboard--r28 .rewards-kpi-card {
		min-height: 58px;
	}

	.rewards-admin-dashboard--ops-a.rewards-admin-dashboard--r28 .rewards-kpi-card .rewards-ops-kpi__value {
		font-size: 20px;
	}

	.rewards-admin-dashboard--r28 .rewards-ops-attention-item {
		flex-wrap: wrap;
	}

	.rewards-admin-dashboard--r28 .rewards-ops-attention-item__cta {
		width: 100%;
		margin-top: 4px;
	}

	.rewards-admin-dashboard--r28 .rewards-ops-table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.rewards-admin-dashboard--r28 .rewards-ops-table {
		min-width: 720px;
	}

	.rewards-admin-dashboard--r28 .rewards-ops-panel--table .rewards-ops-panel__head {
		flex-wrap: wrap;
		gap: 10px;
	}
	.rewards-admin-dashboard--r28 .rewards-ops-panel--table .rewards-ops-btn--ghost {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

/*
 * R30.59 — Recent Transactions: exactly one presentation (desktop table OR mobile cards).
 * Defaults + Bootstrap hidden-xs / visible-xs-block; reinforce with !important for admin theme overrides.
 */
.rewards-admin-dashboard .rewards-dash-recent--mobile {
	display: none !important;
}
.rewards-admin-dashboard .rewards-dash-recent--desktop {
	display: block;
}

@media (max-width: 767px) {
	.rewards-admin-dashboard .rewards-dash-recent--desktop {
		display: none !important;
	}
	.rewards-admin-dashboard .rewards-dash-recent--mobile {
		display: block !important;
		padding: 12px 14px !important;
		overflow: visible;
	}
}

@media (min-width: 768px) {
	.rewards-admin-dashboard .rewards-dash-recent--desktop {
		display: block !important;
	}
	.rewards-admin-dashboard .rewards-dash-recent--mobile {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.rewards-admin-dashboard--r28 .rewards-ops-kpi-grid {
		grid-template-columns: 1fr;
	}

	.rewards-admin-dashboard--r28 .rewards-ops-hero__title {
		font-size: 18px;
	}
}

/* R29.2 / R29.2a / R29.2b — no-more-tables mobile cards (full Yellow Pages stack) */
@media only screen and (max-width: 767px) {
	/* Entire table must be block-level so first/last cells stay inside each card row */
	.no-more-tables table.dataTable,
	.no-more-tables table.display,
	.no-more-tables table.table {
		display: block;
		width: 100%;
	}

	.no-more-tables table.dataTable thead,
	.no-more-tables table.display thead,
	.no-more-tables table.table thead {
		display: none !important;
	}

	.no-more-tables table.dataTable tbody,
	.no-more-tables table.display tbody,
	.no-more-tables table.table tbody {
		display: block;
		width: 100%;
	}

	/* Suppress DataTables Responsive orphan rows/labels when extension is loaded */
	.no-more-tables .dtr-title,
	.no-more-tables .dtr-details,
	.no-more-tables tr.child,
	.no-more-tables td.dtr-control,
	.no-more-tables th.dtr-control {
		display: none !important;
	}

	.no-more-tables table.dataTable tbody > tr,
	.no-more-tables table.display tbody > tr,
	.no-more-tables table.table tbody > tr {
		display: block;
		border: 1px solid #e7ecf1;
		margin-bottom: 10px;
		background: #fff;
	}

	.no-more-tables table.dataTable tbody > tr > td,
	.no-more-tables table.display tbody > tr > td,
	.no-more-tables table.table tbody > tr > td {
		display: block;
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding: 8px 8px 8px 42%;
		white-space: normal !important;
		text-align: left !important;
		min-height: 2.2em;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		float: none !important;
	}

	/* Keep DataTables-hidden columns hidden on mobile (no-more-tables display:block would otherwise reveal them). */
	.no-more-tables table.dataTable tbody > tr > td.rewards-dt-col-hidden,
	.no-more-tables table.display tbody > tr > td.rewards-dt-col-hidden,
	.no-more-tables table.table tbody > tr > td.rewards-dt-col-hidden {
		display: none !important;
	}

	.no-more-tables table.dataTable tbody > tr > td:last-child,
	.no-more-tables table.display tbody > tr > td:last-child,
	.no-more-tables table.table tbody > tr > td:last-child {
		border-bottom: none;
	}

	.no-more-tables table.dataTable tbody > tr > td:before,
	.no-more-tables table.display tbody > tr > td:before,
	.no-more-tables table.table tbody > tr > td:before {
		content: attr(data-title);
		position: absolute;
		left: 8px;
		width: 38%;
		padding-right: 8px;
		white-space: normal;
		text-align: left;
		font-weight: 600;
		color: #555;
	}

	.no-more-tables table.dataTable tbody > tr > td[data-title=""]:before,
	.no-more-tables table.display tbody > tr > td[data-title=""]:before,
	.no-more-tables table.table tbody > tr > td[data-title=""]:before,
	.no-more-tables table.dataTable tbody > tr > td:not([data-title]):before,
	.no-more-tables table.display tbody > tr > td:not([data-title]):before,
	.no-more-tables table.table tbody > tr > td:not([data-title]):before {
		content: none;
	}

	.no-more-tables table.dataTable tbody > tr > td.dataTables_empty,
	.no-more-tables table.display tbody > tr > td.dataTables_empty,
	.no-more-tables table.table tbody > tr > td.dataTables_empty {
		padding: 18px 12px !important;
		text-align: center !important;
		min-height: 0;
	}
	.no-more-tables table.dataTable tbody > tr > td.dataTables_empty:before,
	.no-more-tables table.display tbody > tr > td.dataTables_empty:before,
	.no-more-tables table.table tbody > tr > td.dataTables_empty:before {
		display: none !important;
		content: none !important;
		width: 0;
	}

	/*
	 * R30.55 — Actions dropdown on mobile cards
	 * Fixed placement + nowrap + touch targets; desktop (≥768) unchanged.
	 */
	.no-more-tables table.dataTable tbody > tr,
	.no-more-tables table.display tbody > tr,
	.no-more-tables table.table tbody > tr,
	.no-more-tables table.dataTable tbody > tr > td,
	.no-more-tables table.display tbody > tr > td,
	.no-more-tables table.table tbody > tr > td {
		overflow: visible !important;
	}

	.no-more-tables .rewards-biz-row-actions {
		position: relative;
		display: inline-block;
		max-width: 100%;
		vertical-align: middle;
	}

	.no-more-tables .dataTables_wrapper {
		padding-bottom: 14px;
	}

	.no-more-tables .dataTables_paginate {
		margin-top: 10px;
		margin-bottom: 8px;
		padding-bottom: 2px;
	}

	.no-more-tables .dataTables_info,
	.no-more-tables .dataTables_length {
		margin-bottom: 8px;
	}

	.no-more-tables .rewards-biz-row-actions.open {
		z-index: 1060;
	}

	.no-more-tables .rewards-biz-actions-dropdown {
		min-width: 280px;
		width: max-content;
		max-width: calc(100vw - 24px);
		z-index: 1060;
		text-align: left !important;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
		border: 1px solid rgba(0, 0, 0, 0.12);
	}

	.no-more-tables .rewards-biz-actions-dropdown,
	.no-more-tables .rewards-biz-actions-dropdown > li > a {
		white-space: nowrap !important;
	}

	.no-more-tables .rewards-biz-actions-dropdown > li > a {
		display: flex;
		align-items: center;
		gap: 8px;
		min-height: 44px;
		padding: 12px 16px;
		line-height: 1.35;
		box-sizing: border-box;
	}

	.no-more-tables .rewards-biz-actions-dropdown > li > a > .fa {
		flex: 0 0 auto;
		width: 1.1em;
		text-align: center;
	}

	.no-more-tables .rewards-biz-actions-dropdown.rewards-biz-actions-dropdown--mobile-fixed {
		position: fixed !important;
		right: auto !important;
		float: none !important;
		margin: 0 !important;
	}
}

/* RP3.8 — polling-triggered approval redirect toast */
.nripage-poll-redirect-toast {
	position: fixed;
	left: 50%;
	bottom: calc(20px + env(safe-area-inset-bottom, 0px));
	transform: translateX(-50%);
	z-index: 10050;
	max-width: min(92vw, 360px);
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(33, 37, 41, 0.94);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	pointer-events: none;
	animation: nripage-poll-toast-in 180ms ease-out;
}

@keyframes nripage-poll-toast-in {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nripage-poll-redirect-toast {
		animation: none;
	}
}

/* RP4.2 — QR page auto-redirect overlay */
.nripage-qr-redirect-overlay {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.94);
	text-align: center;
}

.nripage-qr-redirect-overlay__spinner {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(34, 139, 34, 0.2);
	border-top-color: #228b22;
	border-radius: 50%;
	animation: nripage-qr-redirect-spin 0.7s linear infinite;
}

.nripage-qr-redirect-overlay__message {
	margin: 0;
	max-width: 280px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

@keyframes nripage-qr-redirect-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nripage-qr-redirect-overlay__spinner {
		animation: none;
		border-top-color: rgba(34, 139, 34, 0.55);
	}
}


/* ==========================================================================
   R30.76 — Rewards Transaction View UI Refresh (shared Admin + Biz)
   ========================================================================== */
.rewards-tx-view--r3076 {
	margin-bottom: 20px;
}
.rewards-tx-view__back {
	margin: 0 0 14px;
}
.rewards-tx-view__back a {
	font-weight: 600;
	text-decoration: none;
}
.rewards-tx-view__header-row {
	display: block;
	margin-bottom: 16px;
}
.rewards-tx-view__header-main {
	width: 100%;
	min-width: 0;
}
.rewards-tx-view__header-actions,
.rewards-tx-view__actions-row {
	margin: 0 0 16px;
	display: flex;
	justify-content: flex-end;
}
.rewards-tx-view__actions-row .rewards-tx-view-actions {
	width: 100%;
	max-width: 380px;
}
.rewards-tx-view__aside {
	flex: 1 1 0;
	min-width: 240px;
	display: flex;
	align-items: stretch;
	padding: 0 8px;
	margin-bottom: 16px;
	box-sizing: border-box;
	gap: 16px;
}
.rewards-tx-view__aside .rewards-tx-view__card--reward {
	flex: 1 1 0;
	min-width: 0;
	padding: 0;
	margin-bottom: 0;
}
.rewards-tx-view__aside--with-actions .rewards-tx-view__card--reward {
	flex: 1 1 55%;
}
.rewards-tx-view__aside .rewards-tx-view__card--actions {
	flex: 0 1 340px;
	min-width: 280px;
	max-width: 380px;
	padding: 0;
	margin-bottom: 0;
	display: flex;
}
.rewards-tx-view__card--actions > .rewards-tx-view-actions {
	flex: 1 1 auto;
	width: 100%;
}
.rewards-tx-view-header {
	display: none; /* replaced by .rewards-tx-banner */
}

/* Status banner — matches R30.76 / R30.79 reference */
.rewards-tx-banner {
	background: #fff;
	border: 1px solid #e5eaf0;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	overflow: hidden;
	margin-bottom: 16px;
}
.rewards-tx-banner__main {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	padding: 18px 8px 18px 18px;
	gap: 0;
}
.rewards-tx-banner__status {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	gap: 12px;
	flex: 1.35 1 220px;
	min-width: 200px;
	padding-right: 16px;
}
.rewards-tx-banner__status-text {
	text-align: left;
	min-width: 0;
}
.rewards-tx-banner__status-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 8px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	background: #94a3b8;
}
.rewards-tx-banner--success .rewards-tx-banner__status-icon { background: #16a34a; }
.rewards-tx-banner--warning .rewards-tx-banner__status-icon { background: #f59e0b; }
.rewards-tx-banner--danger .rewards-tx-banner__status-icon { background: #dc2626; }
.rewards-tx-banner--info .rewards-tx-banner__status-icon { background: #0ea5e9; }
.rewards-tx-banner__status-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #0f172a;
}
.rewards-tx-banner--success .rewards-tx-banner__status-title { color: #15803d; }
.rewards-tx-banner--warning .rewards-tx-banner__status-title { color: #b45309; }
.rewards-tx-banner--danger .rewards-tx-banner__status-title { color: #b91c1c; }
.rewards-tx-banner--info .rewards-tx-banner__status-title { color: #0369a1; }
.rewards-tx-banner__status-sub {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.35;
	color: #64748b;
	font-weight: 400;
}
.rewards-tx-banner__fact {
	flex: 1 1 120px;
	min-width: 110px;
	padding: 0 14px;
	border-left: 1px solid #e8edf2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.rewards-tx-banner__fact-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 8px;
}
.rewards-tx-banner__fact-icon {
	font-size: 13px;
	line-height: 1;
}
.rewards-tx-banner__fact-icon--blue { color: #3b82f6; }
.rewards-tx-banner__fact-icon--gold { color: #d97706; }
.rewards-tx-banner__fact-label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #475569;
	line-height: 1.3;
}
.rewards-tx-banner__fact > .rewards-tx-banner__fact-label {
	margin-bottom: 8px;
}
.rewards-tx-banner__fact-value {
	font-size: 13px;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.3;
	word-break: break-word;
}
.rewards-tx-banner__fact-value--id {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.rewards-tx-banner__copy {
	border: 0;
	background: transparent;
	color: #94a3b8;
	cursor: pointer;
	padding: 0 2px;
	font-size: 13px;
	line-height: 1;
}
.rewards-tx-banner__copy:hover { color: #2563eb; }
.rewards-tx-banner__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 14px;
	padding: 10px 18px;
	background: #f8fafc;
	border-top: 1px solid #eef2f6;
	font-size: 12px;
	color: #475569;
}
.rewards-tx-banner__footer-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.rewards-tx-banner__footer-item .fa {
	color: #94a3b8;
	font-size: 12px;
}
.rewards-tx-banner__footer-item strong {
	font-weight: 700;
	color: #334155;
}
.rewards-tx-banner__footer-sep {
	width: 1px;
	height: 14px;
	background: #cbd5e1;
	display: inline-block;
}

@media (max-width: 1100px) {
	.rewards-tx-banner__main {
		flex-wrap: wrap;
		padding: 16px;
		gap: 14px 0;
	}
	.rewards-tx-banner__status,
	.rewards-tx-banner__fact {
		flex: 1 1 45%;
		border-left: 0;
		padding: 0 8px 8px 0;
	}
	.rewards-tx-banner__status {
		flex: 1 1 100%;
		padding-right: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid #eef2f6;
		margin-bottom: 4px;
	}
}
@media (max-width: 767px) {
	.rewards-tx-banner__status,
	.rewards-tx-banner__fact {
		flex: 1 1 100%;
	}
	.rewards-tx-view__actions-row {
		justify-content: stretch;
	}
	.rewards-tx-view__actions-row .rewards-tx-view-actions {
		max-width: none;
	}
	.rewards-tx-view__aside {
		flex-direction: column;
		gap: 16px;
	}
	.rewards-tx-view__aside .rewards-tx-view__card--actions {
		flex: 1 1 auto;
		max-width: none;
		min-width: 0;
	}
}
.rewards-tx-view-actions {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	padding: 16px 18px;
	height: 100%;
	box-sizing: border-box;
}
.rewards-tx-view-actions__title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #1f2937;
}
.rewards-tx-view-actions__risk {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	gap: 12px;
	margin: 0 0 14px;
	padding: 12px 8px;
	border: 1px solid #e8edf2;
	border-radius: 8px;
	background: #f8fafc;
}
.rewards-tx-view-actions__risk-score,
.rewards-tx-view-actions__risk-level {
	flex: 1 1 0;
	text-align: center;
}
.rewards-tx-view-actions__risk-value {
	font-size: 28px;
	margin-bottom: 4px;
}
.rewards-tx-view-actions__risk-value small {
	font-size: 14px;
}
.rewards-tx-view-actions__risk-link {
	display: inline-block;
	text-decoration: none;
}
.rewards-tx-view-actions__risk-link:hover,
.rewards-tx-view-actions__risk-link:focus {
	text-decoration: none;
	opacity: 0.9;
}
.rewards-tx-view-actions__risk-link .rewards-risk-kpi__badge {
	margin-bottom: 4px;
	cursor: pointer;
}
.rewards-tx-view-actions__reward-calc {
	margin: 0 0 14px;
}
.rewards-tx-view-actions__reward-calc-title {
	margin: 0 0 10px !important;
	font-size: 15px;
	font-weight: 600 !important;
	color: #1e293b;
	line-height: 1.3;
}
.rewards-tx-reward-calc-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border: 1px solid #fad7d7;
	border-radius: 12px !important;
	background: #fdf2f2;
	margin-bottom: 10px !important;
}
.rewards-tx-reward-calc-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #d32f2f;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}
.rewards-tx-reward-calc-card__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.rewards-tx-reward-calc-card__label {
	font-size: 13px;
	font-weight: 400;
	color: #707070;
	line-height: 1.35;
}
.rewards-tx-reward-calc-card__value {
	font-size: 24px;
	font-weight: 700;
	color: #d32f2f;
	line-height: 1.2;
}
.rewards-tx-view-actions__reward-calc-meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin: 8px 2px 0;
	font-size: 12px;
	line-height: 1.35;
}
.rewards-tx-view-actions__reward-calc-meta-label {
	color: #64748b;
	font-weight: 600;
}
.rewards-tx-view-actions__reward-calc-meta-value {
	color: #0f172a;
	font-weight: 700;
	white-space: nowrap;
}
.rewards-tx-view-actions__bill-summary {
	margin: 0 0 14px;
	padding: 10px 12px;
	border: 1px solid #e8edf2;
	border-radius: 8px;
	background: #fff;
}
.rewards-tx-view-actions__bill-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #f1f5f9;
}
.rewards-tx-view-actions__bill-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.rewards-tx-view-actions__bill-row:first-child {
	padding-top: 0;
}
.rewards-tx-view-actions__bill-label {
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	line-height: 1.3;
}
.rewards-tx-view-actions__bill-value {
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
	text-align: right;
	white-space: nowrap;
}
.rewards-tx-view-actions__body .rewards-tx-summary-actions__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.rewards-tx-view-actions__body .rewards-tx-summary-actions__btns .btn {
	flex: 1 1 auto;
	min-width: 120px;
}
.rewards-tx-view__journey {
	margin-bottom: 16px;
}
.rewards-tx-view__journey .portlet {
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	margin-bottom: 0;
}
.rewards-tx-view__cards {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 16px;
	align-items: stretch;
}
.rewards-tx-view__cards--two .rewards-tx-view__card--bill,
.rewards-tx-view__cards--three .rewards-tx-view__card:not(.rewards-tx-view__card--actions) {
	flex: 1 1 0;
	min-width: 240px;
}
.rewards-tx-view__cards--two .rewards-tx-view__aside,
.rewards-tx-view__cards--three .rewards-tx-view__aside {
	flex: 1 1 0;
	min-width: 280px;
}
.rewards-tx-view__cards--with-actions .rewards-tx-view__card--bill {
	flex: 1 1 42%;
}
.rewards-tx-view__cards--with-actions .rewards-tx-view__aside {
	flex: 1 1 58%;
}
@media (max-width: 1100px) {
	.rewards-tx-view__cards--with-actions .rewards-tx-view__card--bill,
	.rewards-tx-view__cards--with-actions .rewards-tx-view__aside {
		flex: 1 1 100%;
	}
	.rewards-tx-view__aside--with-actions {
		flex-direction: column;
	}
	.rewards-tx-view__aside .rewards-tx-view__card--actions {
		flex: 1 1 auto;
		max-width: none;
		min-width: 0;
	}
}
.rewards-tx-view__card {
	flex: 1 1 0;
	min-width: 220px;
	padding: 0 8px;
	margin-bottom: 16px;
	box-sizing: border-box;
	display: flex;
}
.rewards-tx-view__card > .portlet,
.rewards-tx-view__card > .rewards-tx-view-card,
.rewards-tx-view__card > .rewards-tx-reward-pending-portlet,
.rewards-tx-view__card > .rewards-reward-credit-portlet {
	flex: 1 1 auto;
	width: 100%;
	margin-bottom: 0;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
}
.rewards-tx-view__card .portlet-title,
.rewards-tx-view-card__title {
	min-height: 44px;
	padding: 0 14px;
	display: flex;
	align-items: center;
}
.rewards-tx-view__card .portlet-body {
	flex: 1 1 auto;
	padding: 16px 18px;
}
.rewards-tx-view-card__table,
.rewards-tx-view__card .table {
	margin-bottom: 0;
	border: 0;
}
.rewards-tx-view-card__table > tbody > tr > th,
.rewards-tx-view-card__table > tbody > tr > td,
.rewards-tx-view__card .table > tbody > tr > th,
.rewards-tx-view__card .table > tbody > tr > td {
	border: 0 !important;
	border-bottom: 1px solid #f1f5f9 !important;
	padding: 8px 0 !important;
	vertical-align: top;
	background: transparent !important;
}
.rewards-tx-view-card__table > tbody > tr:last-child > th,
.rewards-tx-view-card__table > tbody > tr:last-child > td,
.rewards-tx-view__card .table > tbody > tr:last-child > th,
.rewards-tx-view__card .table > tbody > tr:last-child > td {
	border-bottom: 0 !important;
}
.rewards-tx-view-card__table > tbody > tr > th,
.rewards-tx-view__card .table > tbody > tr > th {
	width: 42%;
	color: #64748b;
	font-weight: 600;
	font-size: 12px;
}
.rewards-tx-view-card--tx .portlet-title .caption,
.rewards-tx-view__card--tx .caption { color: #2563eb; }
.rewards-tx-view-card--bill .portlet-title .caption,
.rewards-tx-view__card--bill .caption { color: #ea580c; }
.rewards-tx-view-card--biz .portlet-title .caption,
.rewards-tx-view__card--biz .caption { color: #059669; }
.rewards-tx-view-card--reward .portlet-title .caption,
.rewards-tx-view__card--reward .caption { color: #7c3aed; }

/* R30.76 reference — light themed portlet headers (blue / purple / orange / green) */
.rewards-tx-view--r3076 .rewards-tx-view-card.portlet.box {
	border: 1px solid #e8edf2;
	background: #fff;
}
.rewards-tx-view--r3076 .rewards-tx-view-card.portlet.box > .portlet-title {
	border: 0;
}
.rewards-tx-view--r3076 .rewards-tx-view-card.portlet.box > .portlet-body {
	background: #fff;
}
.rewards-tx-view--r3076 .rewards-tx-view-card--tx.portlet.box > .portlet-title {
	background: #eff6ff !important;
	border-bottom: 1px solid #dbeafe !important;
}
.rewards-tx-view--r3076 .rewards-tx-view-card--tx .portlet-title .caption,
.rewards-tx-view--r3076 .rewards-tx-view-card--tx .portlet-title .caption .fa {
	color: #2563eb !important;
}
.rewards-tx-view--r3076 .rewards-tx-view-card--reward.portlet.box > .portlet-title,
.rewards-tx-view--r3076 .rewards-reward-credit-portlet.portlet.box > .portlet-title,
.rewards-tx-view--r3076 .rewards-tx-reward-pending-portlet.portlet.box > .portlet-title {
	background: #f5f3ff !important;
	border-bottom: 1px solid #ddd6fe !important;
}
.rewards-tx-view--r3076 .rewards-tx-view-card--reward .portlet-title .caption,
.rewards-tx-view--r3076 .rewards-tx-view-card--reward .portlet-title .caption .fa,
.rewards-tx-view--r3076 .rewards-reward-credit-portlet .portlet-title .caption,
.rewards-tx-view--r3076 .rewards-reward-credit-portlet .portlet-title .caption .fa,
.rewards-tx-view--r3076 .rewards-tx-reward-pending-portlet .portlet-title .caption,
.rewards-tx-view--r3076 .rewards-tx-reward-pending-portlet .portlet-title .caption .fa {
	color: #7c3aed !important;
}
.rewards-tx-view--r3076 .rewards-tx-view-card--bill.portlet.box > .portlet-title,
.rewards-tx-view--r3076 .rewards-tx-bill-details-portlet.portlet.box > .portlet-title {
	background: #fff7ed !important;
	border-bottom: 1px solid #fed7aa !important;
}
.rewards-tx-view--r3076 .rewards-tx-view-card--bill .portlet-title .caption,
.rewards-tx-view--r3076 .rewards-tx-view-card--bill .portlet-title .caption .fa,
.rewards-tx-view--r3076 .rewards-tx-bill-details-portlet .portlet-title .caption,
.rewards-tx-view--r3076 .rewards-tx-bill-details-portlet .portlet-title .caption .fa {
	color: #ea580c !important;
}
.rewards-tx-view--r3076 .rewards-tx-view-card--biz.portlet.box > .portlet-title,
.rewards-tx-view--r3076 .rewards-tx-business-details-portlet.portlet.box > .portlet-title {
	background: #ecfdf5 !important;
	border-bottom: 1px solid #a7f3d0 !important;
}
.rewards-tx-view--r3076 .rewards-tx-view-card--biz .portlet-title .caption,
.rewards-tx-view--r3076 .rewards-tx-view-card--biz .portlet-title .caption .fa,
.rewards-tx-view--r3076 .rewards-tx-business-details-portlet .portlet-title .caption,
.rewards-tx-view--r3076 .rewards-tx-business-details-portlet .portlet-title .caption .fa {
	color: #059669 !important;
}

.rewards-tx-bill-preview-cta {
	margin-top: 14px;
}
.rewards-tx-bill-preview-cta__file {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: #475569;
	font-size: 13px;
}
.rewards-tx-bill-preview-btn {
	border: 1px solid #3b82f6 !important;
	color: #2563eb !important;
	background: #fff !important;
	font-weight: 600;
	padding: 10px 14px !important;
	border-radius: 6px !important;
}
.rewards-tx-bill-preview-btn:hover {
	background: #eff6ff !important;
}

/* Bill + Reward Details — larger readable type */
.rewards-tx-view__card--bill .portlet-title .caption,
.rewards-tx-view__card--reward .portlet-title .caption {
	font-size: 16px;
	font-weight: 600;
}
.rewards-tx-view__card--bill .rewards-tx-view-card__table > tbody > tr > th,
.rewards-tx-view__card--bill .table > tbody > tr > th,
.rewards-tx-view__card--reward .rewards-tx-view-card__table > tbody > tr > th,
.rewards-tx-view__card--reward .table > tbody > tr > th {
	font-size: 14px;
}
.rewards-tx-view__card--bill .rewards-tx-view-card__table > tbody > tr > td,
.rewards-tx-view__card--bill .table > tbody > tr > td,
.rewards-tx-view__card--reward .rewards-tx-view-card__table > tbody > tr > td,
.rewards-tx-view__card--reward .table > tbody > tr > td {
	font-size: 15px;
	line-height: 1.45;
}
.rewards-tx-view__card--bill .rewards-tx-view-card__table > tbody > tr > th,
.rewards-tx-view__card--bill .rewards-tx-view-card__table > tbody > tr > td,
.rewards-tx-view__card--bill .table > tbody > tr > th,
.rewards-tx-view__card--bill .table > tbody > tr > td,
.rewards-tx-view__card--reward .rewards-tx-view-card__table > tbody > tr > th,
.rewards-tx-view__card--reward .rewards-tx-view-card__table > tbody > tr > td,
.rewards-tx-view__card--reward .table > tbody > tr > th,
.rewards-tx-view__card--reward .table > tbody > tr > td {
	padding: 10px 0 !important;
}
.rewards-tx-view__card--bill .rewards-tx-bill-preview-cta__file {
	font-size: 15px;
}
.rewards-tx-view__card--bill .rewards-tx-bill-preview-btn {
	font-size: 15px;
	padding: 11px 14px !important;
}
.rewards-tx-view__card--reward .rewards-tx-reward-pending__msg {
	font-size: 16px;
}
.rewards-tx-view__card--reward .rewards-tx-reward-pending__hint,
.rewards-tx-view__card--reward .text-muted.small {
	font-size: 13px;
}
.rewards-tx-view__card--reward .label {
	font-size: 13px;
	padding: 4px 8px;
}

.rewards-tx-reward-pending {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
}
.rewards-tx-reward-pending__inner {
	text-align: center;
	padding: 12px;
}
.rewards-tx-reward-pending__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f3e8ff;
	color: #7c3aed;
	font-size: 20px;
	margin-bottom: 12px;
}
.rewards-tx-reward-pending__msg {
	font-size: 14px;
	font-weight: 600;
	color: #334155;
	margin: 0 0 12px;
	line-height: 1.4;
}
.rewards-tx-reward-pending__hint {
	margin: 16px 0 0;
}
.rewards-tx-reward-pending__step {
	display: inline-block;
	margin-bottom: 4px;
}

.rewards-tx-fraud-review,
.rewards-tx-history {
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	margin-bottom: 16px;
}
/* Fraud Review belongs on Fraud Info tab only (not TX Details). */
.rewards-admin-fraud-info-tab .rewards-tx-fraud-review {
	margin-top: 0;
}
.rewards-tx-fraud-review__summary {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.rewards-tx-fraud-review__icon {
	font-size: 22px;
	line-height: 1;
}
.rewards-tx-fraud-review--ok .rewards-tx-fraud-review__icon { color: #16a34a; }
.rewards-tx-fraud-review--warn .rewards-tx-fraud-review__icon { color: #d97706; }
.rewards-tx-fraud-review--danger .rewards-tx-fraud-review__icon { color: #dc2626; }
.rewards-tx-fraud-review__title {
	display: block;
	font-size: 15px;
}
.rewards-tx-fraud-review__subtitle {
	display: block;
	margin-top: 2px;
	font-size: 13px;
}

/* R30.80 / R30.77 Fraud Review UX — evidence cards */
.rewards-fraud-evidence-portlet {
	margin-bottom: 16px;
}
.rewards-fraud-evidence-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.rewards-fraud-evidence-card {
	border: 1px solid #e2e8f0;
	border-left: 4px solid #94a3b8;
	border-radius: 8px;
	background: #fff;
	padding: 14px 16px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.rewards-fraud-evidence-card--low { border-left-color: #16a34a; }
.rewards-fraud-evidence-card--medium { border-left-color: #ca8a04; }
.rewards-fraud-evidence-card--high { border-left-color: #ea580c; }
.rewards-fraud-evidence-card--critical { border-left-color: #dc2626; }
.rewards-fraud-evidence-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}
.rewards-fraud-evidence-card__title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.35;
}
.rewards-fraud-evidence-card__warn {
	color: #d97706;
	margin-right: 6px;
}
.rewards-fraud-evidence-risk {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
}
.rewards-fraud-evidence-risk--low { background: #16a34a; }
.rewards-fraud-evidence-risk--medium { background: #ca8a04; }
.rewards-fraud-evidence-risk--high { background: #ea580c; }
.rewards-fraud-evidence-risk--critical { background: #dc2626; }
.rewards-fraud-evidence-card__evidence-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
	margin-bottom: 6px;
}
.rewards-fraud-evidence-card__dl {
	margin: 0;
}
.rewards-fraud-evidence-card__row {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 16px;
	padding: 6px 0;
	border-bottom: 1px solid #f1f5f9;
}
.rewards-fraud-evidence-card__row:last-child {
	border-bottom: 0;
}
.rewards-fraud-evidence-card__row dt {
	flex: 0 0 160px;
	max-width: 45%;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #64748b;
}
.rewards-fraud-evidence-card__row dd {
	flex: 1 1 140px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
}
.rewards-fraud-evidence-card__explain {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #475569;
}
.rewards-fraud-evidence-empty {
	text-align: center;
	padding: 24px 12px;
}
.rewards-fraud-evidence-empty__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #dcfce7;
	color: #16a34a;
	font-size: 22px;
	margin-bottom: 10px;
}
.rewards-fraud-evidence-empty__title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: #166534;
}
.rewards-fraud-evidence-empty__msg {
	margin: 0;
	font-size: 13px;
}
@media (max-width: 767px) {
	.rewards-fraud-evidence-card__head {
		flex-direction: column;
		align-items: stretch;
	}
	.rewards-fraud-evidence-card__row dt {
		flex-basis: 100%;
		max-width: none;
	}
}

.rewards-tx-fraud-review__details {
	margin-top: 12px;
	font-size: 13px;
}
.rewards-tx-fraud-review__details summary {
	cursor: pointer;
	color: #64748b;
}
.rewards-tx-history__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rewards-tx-history__item {
	display: flex;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #f1f5f9;
}
.rewards-tx-history__item:last-child { border-bottom: 0; }
.rewards-tx-history__icon {
	width: 22px;
	text-align: center;
	flex: 0 0 22px;
}
.rewards-tx-history__item--done .rewards-tx-history__icon { color: #16a34a; }
.rewards-tx-history__item--pending .rewards-tx-history__icon { color: #d97706; }
.rewards-tx-history__item--upcoming .rewards-tx-history__icon { color: #94a3b8; }
.rewards-tx-history__item--rejected .rewards-tx-history__icon { color: #dc2626; }
.rewards-tx-history__label {
	display: block;
	font-size: 14px;
}
.rewards-tx-history__when,
.rewards-tx-history__actor {
	font-size: 12px;
}

.rewards-tx-view__journey .rewards-tx-tracker {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	padding: 8px 4px 4px;
}
.rewards-tx-view__journey .rewards-tx-tracker__step {
	flex: 1 1 0;
	text-align: center;
	min-width: 0;
}

@media (max-width: 1199px) {
	.rewards-tx-view__card {
		flex: 1 1 45%;
	}
}
@media (max-width: 767px) {
	.rewards-tx-view__header-actions {
		flex: 1 1 100%;
		max-width: none;
	}
	.rewards-tx-view__card {
		flex: 1 1 100%;
	}
	.rewards-tx-view__journey .rewards-tx-tracker {
		flex-wrap: wrap;
	}
	.rewards-tx-view__journey .rewards-tx-tracker__step {
		flex: 1 1 40%;
		margin-bottom: 12px;
	}
}

/* Soften dense Metronic title when R30.76 header is present */
.rewards-admin-tx-detail .page-title .rewards-admin-tx-detail__title-workflow,
.rewards-biz-tx-detail .page-title .rewards-biz-tx-detail__title-workflow {
	opacity: 0.85;
}
