.pck-checkout-cashback {
	box-sizing: border-box;
}

/* Checkout: vrh stupca naplate (unutar .order-checkout-review-container, ne u tablici) */
.woocommerce-checkout .pck-checkout-cashback-slot {
	padding: 18px 16px;
	background: #e1f6ff;
	border-radius: 15px;
	box-sizing: border-box;
	margin-bottom: 1.25rem;
}

.woocommerce-checkout .pck-checkout-cashback-slot:empty {
	display: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

.woocommerce-checkout .pck-checkout-cashback {
	width: 100%;
	max-width: 100%;
}

.woocommerce-checkout .pck-checkout-cashback__toggle {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	margin: 0;
	font-weight: 600;
	font-size: 1rem;
	color: inherit;
}

.woocommerce-checkout .pck-checkout-cashback__toggle .pck-cashback-toggle {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin: 0;
	accent-color: #0095c7;
	cursor: pointer;
}

.woocommerce-checkout .pck-checkout-cashback__toggle-label {
	user-select: none;
}

.woocommerce-checkout .pck-checkout-cashback__expand {
	display: none;
	margin-top: 14px;
}

.woocommerce-checkout .pck-checkout-cashback__expand.is-visible {
	display: block;
}

.woocommerce-checkout .pck-checkout-cashback__row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
}

.woocommerce-checkout .pck-checkout-cashback__row .pck-cashback-amount {
	flex: 1 1 160px;
	min-width: 0;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #b8d9ea;
	border-radius: 8px;
	font-size: 1rem;
	background: #fff;
}

.woocommerce-checkout .pck-checkout-cashback__row .pck-cashback-apply {
	flex: 0 0 auto;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	white-space: nowrap;
}

.woocommerce-checkout .pck-checkout-cashback__hint {
	margin: 10px 0 0;
	font-size: 0.875rem;
	line-height: 1.45;
	opacity: 0.88;
}

@media screen and (max-width: 480px) {
	.woocommerce-checkout .pck-checkout-cashback__row .pck-cashback-apply {
		width: 100%;
	}
}

.woocommerce-pck-cashback .pck-balance-big {
	font-size: 1.25rem;
}

/* Moj račun → Cashback: tablica transakcija */
.woocommerce-pck-cashback > h3 {
	margin-top: 1.5rem;
	margin-bottom: 0.65rem;
	font-size: 1.15rem;
	color: #002c5d;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive {
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.5rem;
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid #002c5d;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	font-size: 0.9rem;
	line-height: 1.45;
	box-sizing: border-box;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive thead th {
	padding: 12px 14px;
	font-weight: 600;
	color: #fff;
	background: #002c5d;
	text-align: left;
	vertical-align: middle;
	border: none;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	white-space: nowrap;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive thead th:last-child {
	border-right: none;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive thead th:nth-child(3),
.woocommerce-pck-cashback table.shop_table.shop_table_responsive thead th:nth-child(4) {
	text-align: right;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody td {
	padding: 11px 14px;
	vertical-align: top;
	text-align: left;
	border: none;
	border-top: 1px solid #b8d9ea;
	background: #fff;
	color: #1a1a1a;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody tr:first-child td {
	border-top: none;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody tr:nth-child(even) td {
	background: #e1f6ff;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody td:nth-child(3),
.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody td:nth-child(4) {
	text-align: right;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody td:nth-child(1) {
	color: #333;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.woocommerce-pck-cashback table.shop_table.shop_table_responsive thead {
		display: none;
	}

	.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody tr {
		display: block;
		margin-bottom: 12px;
		border: 1px solid #002c5d;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
	}

	.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody tr:nth-child(even) {
		background: #fff;
	}

	.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody td {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 12px;
		padding: 10px 12px;
		border-top: 1px solid #b8d9ea;
		text-align: right;
		white-space: normal;
	}

	.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody td:first-child {
		border-top: none;
		background: #002c5d;
		color: #fff;
		font-weight: 600;
	}

	.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody td::before {
		content: attr(data-title);
		font-weight: 600;
		color: #002c5d;
		text-align: left;
		flex: 0 1 42%;
		padding-right: 8px;
	}

	.woocommerce-pck-cashback table.shop_table.shop_table_responsive tbody td:first-child::before {
		color: rgba(255, 255, 255, 0.9);
	}
}

/*
 * Moj račun: vodoravna navigacija — scrollbar uvijek vidljiviji (scroll, ne auto).
 * Na iOS-u Safari i dalje koristi overlay šipku dok se ne pomakne — ograničenje platforme.
 */
@media screen and (max-width: 782px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		scrollbar-gutter: stable;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 44, 93, 0.45) rgba(0, 44, 93, 0.12);
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
		height: 8px;
		-webkit-appearance: none;
		appearance: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-track {
		background: rgba(0, 44, 93, 0.12);
		border-radius: 4px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-thumb {
		background: rgba(0, 44, 93, 0.45);
		border-radius: 4px;
	}
}

/* PDP / košarica / checkout: „Zaradi do X € cashback-a …” */
.pck-earn-estimate,
.pck-product-hint {
	margin-top: 0.5rem;
	margin-bottom: 0;
	font-size: 0.95rem;
	line-height: 1.45;
}

.pck-earn-estimate--cart {
	margin-top: 0;
}

/* Košarica: poruka odmah ispod naslova / iznad glavnog bloka */
.woocommerce-cart .pck-earn-estimate--cart:first-of-type,
body.woocommerce-cart .pck-earn-estimate--cart {
	margin-top: 0.25rem;
	margin-bottom: 25px;
}

/*
 * Košarica, blagajna, PDP (zarada): isti okvir kao tier chip; puls 2.4s ease-out kao .pck-orders-progress__tier--current::after
 */
body.woocommerce-cart .pck-earn-estimate--cart,
.woocommerce-checkout .pck-earn-estimate--checkout,
.single-product .pck-earn-estimate--product {
	position: relative;
	overflow: visible;
	text-align: left;
	background: #e1f6ff;
	border: 2px solid #002c5d;
	border-radius: 10px;
	padding: 12px 14px;
	box-sizing: border-box;
	animation: pck-earn-pulse-like-tier 2.4s ease-out infinite;
}

.woocommerce-checkout .pck-earn-estimate--checkout {
	margin-top: 25px;
}

.single-product .pck-earn-estimate--product {
	margin-top: 0.5rem;
	margin-bottom: 0.75rem;
}

body.woocommerce-cart .pck-earn-estimate--cart strong,
.woocommerce-checkout .pck-earn-estimate--checkout strong,
.single-product .pck-earn-estimate--product strong {
	font-weight: 700;
	color: #002c5d;
}

/* Isti vizualni „prsten” kao na aktivnoj medalji (scale + fade preko box-shadowa). */
@keyframes pck-earn-pulse-like-tier {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 44, 93, 0.38);
	}
	100% {
		box-shadow: 0 0 0 14px rgba(0, 44, 93, 0);
	}
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.pck-earn-estimate-row td.pck-earn-estimate-row__cell {
	padding: 0.65rem 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	vertical-align: middle;
	background: transparent;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.pck-earn-estimate-row .pck-earn-estimate {
	margin: 0;
}

.woocommerce-checkout .pck-earn-estimate-fallback {
	margin: 0.75rem 0 0;
	padding: 0;
	box-sizing: border-box;
}

.woocommerce-checkout .pck-earn-estimate-fallback .pck-earn-estimate {
	margin: 0;
}

.woocommerce-checkout .pck-earn-estimate-fallback .pck-earn-estimate--checkout {
	margin-top: 25px;
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-cart .pck-earn-estimate--cart,
	.woocommerce-checkout .pck-earn-estimate--checkout,
	.single-product .pck-earn-estimate--product {
		animation: none;
	}
}

/* Moj račun → Cashback: tri stupca (razina, narudžbe, sljedeći cilj) */
.woocommerce-pck-cashback .pck-cashback-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem 1.25rem;
	margin: 1rem 0 1.5rem;
	box-sizing: border-box;
}

.woocommerce-pck-cashback .pck-cashback-stat {
	text-align: center;
	padding: 1.25rem 0.9rem;
	background: #e1f6ff;
	border: 2px solid #002c5d;
	border-radius: 10px;
	box-sizing: border-box;
	min-width: 0;
}

.woocommerce-pck-cashback .pck-cashback-stat__icon {
	font-size: 2.25rem;
	line-height: 1;
	margin: 0 auto 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
}

.woocommerce-pck-cashback .pck-cashback-stat__icon .pck-cashback-stat__icon-placeholder {
	font-size: 1.5rem;
	font-weight: 600;
	color: #002c5d;
	opacity: 0.45;
}

.woocommerce-pck-cashback .pck-cashback-stat__icon img.emoji {
	width: 1.15em;
	height: 1.15em;
}

.woocommerce-pck-cashback .pck-cashback-stat__title {
	margin: 0 0 0.4rem;
	padding: 0;
	font-size: 0.78rem;
	font-weight: 700;
	color: #002c5d;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.woocommerce-pck-cashback .pck-cashback-stat__text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #1a1a1a;
	font-weight: 500;
}

@media screen and (max-width: 700px) {
	.woocommerce-pck-cashback .pck-cashback-stats {
		grid-template-columns: 1fr;
	}
}

/*
 * Napredak: širina 100% roditelja (ne 100vw). Jedna „rail” os — traka i medalje u sredini 3px linije.
 */
.pck-orders-progress-outer {
	width: 100%;
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-top: 0.75rem;
	margin-bottom: 1.5rem;
}

.pck-orders-progress-outer .pck-orders-progress {
	position: relative;
	padding: 26px 0 8px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.pck-orders-progress-outer .pck-orders-progress__rail {
	position: relative;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	overflow: visible;
}

.pck-orders-progress-outer .pck-orders-progress__track {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 3px;
	margin-top: -1.5px;
	background: #e1f6ff;
	border-radius: 2px;
	overflow: hidden;
	z-index: 0;
	box-sizing: border-box;
}

.pck-orders-progress-outer .pck-orders-progress__fill {
	display: block;
	height: 100%;
	min-width: 0;
	background: #002c5d;
	border-radius: inherit;
	transition: width 0.35s ease;
}

.pck-orders-progress-outer .pck-orders-progress__tier {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/* Trenutna razina: iznad točke „Vaš napredak” (točka ostaje ispod medalje). */
.pck-orders-progress-outer .pck-orders-progress__tier--current {
	z-index: 6;
}

.pck-orders-progress-outer .pck-orders-progress__tier--current::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-radius: 12px;
	border: 2px solid rgba(0, 44, 93, 0.28);
	box-sizing: border-box;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center center;
	animation: pck-tier-pulse-ring 2.4s ease-out infinite;
	pointer-events: none;
	z-index: -1;
}

.pck-orders-progress-outer .pck-orders-progress__tier-box {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 0;
	background: #e1f6ff;
	border: 2px solid #002c5d;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 44, 93, 0.08);
}

@keyframes pck-tier-pulse-ring {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.55;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.55);
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pck-orders-progress-outer .pck-orders-progress__tier--current::after {
		animation: none;
		opacity: 0;
	}
}

.pck-orders-progress-outer .pck-orders-progress__tier-icon {
	font-size: 1.65rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.pck-orders-progress-outer .pck-orders-progress__tier-icon img.emoji {
	width: 1.35em;
	height: 1.35em;
	max-width: 100%;
	display: block;
}

/* Natpis iznad medalje (vrh tračnice = vrh 50px kutije), 10 px iznad ikone; iznad točke i aktivne medalje. */
.pck-orders-progress-outer .pck-orders-progress__you-label {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	transform: translateX(-50%) translateY(-100%);
	margin-top: -10px;
	z-index: 8;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #002c5d;
	white-space: nowrap;
	line-height: 1.2;
	text-align: center;
	max-width: min(12rem, 85vw);
	pointer-events: none;
	box-sizing: border-box;
}

/* Točka na sredini trake; ispod aktivne medalje (z-index 6). */
.pck-orders-progress-outer .pck-orders-progress__you {
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	z-index: 4;
	pointer-events: none;
	box-sizing: border-box;
}

.pck-orders-progress-outer .pck-orders-progress__you-dot {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #002c5d;
	border: 2px solid #e1f6ff;
	box-shadow: 0 0 0 1px rgba(0, 44, 93, 0.2);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {
	.pck-orders-progress-outer .pck-orders-progress {
		padding-top: 22px;
	}

	.pck-orders-progress-outer .pck-orders-progress__you-label {
		font-size: 0.68rem;
		max-width: min(10rem, 80vw);
		margin-top: -10px;
	}
}

/* Košarica / checkout: blok loyalty retka (#E1F6FF) */
.woocommerce .cart_totals table.shop_table,
.woocommerce table.woocommerce-checkout-review-order-table {
	border-collapse: separate;
	border-spacing: 0;
}

/* Košarica: plavi blok oko fee + saldo + procjene (#E1F6FF). Blagajna (checkout): cashback je iznad tablice u .pck-checkout-cashback-slot */
.woocommerce .cart_totals table.shop_table tbody > tr.fee:has(+ tr.pck-cart-summary) th,
.woocommerce .cart_totals table.shop_table tbody > tr.fee:has(+ tr.pck-cart-summary) td,
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-fee th,
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-fee td,
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-summary th,
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-summary td,
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-estimate th,
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-estimate td {
	background-color: #e1f6ff;
	padding-left: 16px;
	padding-right: 16px;
}

.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-top th:first-child,
.woocommerce .cart_totals table.shop_table tbody > tr.fee:has(+ tr.pck-cart-summary) th:first-child {
	padding-top: 14px;
	border-top-left-radius: 15px;
}
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-top td:last-child,
.woocommerce .cart_totals table.shop_table tbody > tr.fee:has(+ tr.pck-cart-summary) td:last-child {
	padding-top: 14px;
	border-top-right-radius: 15px;
}

.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-inner th,
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-inner td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-bottom th:first-child {
	padding-bottom: 14px;
	border-bottom-left-radius: 15px;
}
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-bottom td:last-child {
	padding-bottom: 14px;
	border-bottom-right-radius: 15px;
}

.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-bottom + tr.order-total th,
.woocommerce .cart_totals table.shop_table tbody tr.pck-cart-loyalty-bottom + tr.order-total td {
	padding-top: 14px;
}

/* Checkout tfoot: Cashback fee i procjena — default pozadina (nema #e1f6ff) */
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.fee th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.fee td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.pck-cart-estimate th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.pck-cart-estimate td {
	background-color: transparent !important;
}

/* Moj račun → Cashback: high-fidelity loyalty dashboard */
.woocommerce-pck-cashback.pck-ui-cashback-page {
	--pck-navy-950: #05264f;
	--pck-navy-900: #062f63;
	--pck-navy-850: #07376f;
	--pck-navy-800: #0a3d78;
	--pck-navy-700: #175289;
	--pck-blue-50: #f8fbfd;
	--pck-line-soft: #ebf1f5;
	--pck-vip-accent: #c99a24;
	--pck-green: #159a62;
	--pck-green-soft: #e7f7ee;
	--pck-orange: #c47b2a;
	--pck-orange-soft: #fff0dc;
	--pck-shadow: 0 10px 28px rgba(9, 42, 78, 0.08);
	--pck-radius: 11px;
	width: min(1168px, 100%);
	margin: 0 auto 28px;
	color: #183250;
	font-size: 14px;
	line-height: 1.35;
	-webkit-font-smoothing: antialiased;
}

.pck-ui-cashback-page *,
.pck-ui-cashback-page *::before,
.pck-ui-cashback-page *::after {
	box-sizing: border-box;
}

.pck-ui-cashback-page svg {
	display: block;
}

.pck-ui-page-title {
	margin: 0;
	color: var(--pck-navy-950);
	font-size: 35px;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.pck-ui-page-subtitle {
	display: block;
	margin: 20px 0;
	color: #62758c;
	font-size: 14px;
	font-weight: 500;
}

.pck-ui-verify-banner {
	margin: 0 0 20px;
	padding: 16px 18px;
	border-radius: var(--pck-radius, 11px);
	border: 1px solid #c5d9ec;
	background: #f0f7fc;
	color: var(--pck-navy-950, #05264f);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.pck-ui-verify-banner__text {
	margin: 0 0 10px;
}

.pck-ui-verify-banner__wait {
	margin: 0;
	color: #4f6176;
	font-size: 13px;
	font-weight: 600;
}

.pck-ui-verify-banner__form {
	margin: 4px 0 0;
}

.pck-ui-verify-banner__submit.button {
	margin: 0;
	padding: 10px 16px;
	height: auto;
	line-height: 1.2;
	font-weight: 700;
	background: var(--pck-navy-900, #062f63);
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

.pck-ui-verify-banner__submit.button:hover {
	filter: brightness(1.06);
	color: #fff;
}

.pck-ui-top-grid {
	display: grid;
	grid-template-columns: 0.92fr 1fr;
	gap: 18px;
	align-items: stretch;
}

.pck-ui-card,
.pck-ui-info-card,
.pck-ui-tier-box,
.pck-ui-faq {
	border: 1px solid var(--pck-line-soft);
	border-radius: var(--pck-radius);
}

.pck-ui-card {
	background: #fff;
	box-shadow: var(--pck-shadow);
}

.pck-ui-balance-card {
	position: relative;
	min-height: 216px;
	padding: 30px 78px;
	overflow: hidden;
	border-radius: var(--pck-radius);
	background:
		radial-gradient(180px 150px at 95% 8%, rgba(21, 86, 158, 0.58), transparent 74%),
		linear-gradient(138deg, rgba(9, 51, 103, 0) 51%, rgba(15, 76, 143, 0.42) 51.2%, rgba(15, 76, 143, 0.42) 61%, rgba(12, 56, 118, 0) 61.2%),
		linear-gradient(152deg, rgba(6, 40, 89, 0) 55%, rgba(15, 65, 132, 0.55) 55.4%, rgba(7, 43, 96, 0) 76%),
		linear-gradient(135deg, #052b5d 0%, #052a5b 52%, #083d7d 100%);
	box-shadow: 0 9px 20px rgba(1, 30, 69, 0.14);
	color: #fff;
}

.pck-ui-balance-card::before,
.pck-ui-balance-card::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.pck-ui-balance-card::before {
	right: -70px;
	bottom: -112px;
	width: 460px;
	height: 260px;
	border-radius: 50%;
	background: rgba(1, 22, 55, 0.2);
	transform: rotate(-19deg);
}

.pck-ui-balance-card::after {
	right: 6px;
	bottom: -52px;
	width: 420px;
	height: 132px;
	border-radius: 999px;
	background: linear-gradient(145deg, rgba(20, 97, 174, 0.62), rgba(10, 57, 128, 0.1));
	transform: rotate(-23deg);
}

.pck-ui-balance-icon {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 1;
}

.pck-ui-balance-icon .pck-ui-balance-coin {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.pck-ui-balance-content {
	position: relative;
	z-index: 1;
}

.pck-ui-balance-label {
	margin: 8px 0 4px;
	font-size: 16px;
	font-weight: 650;
	letter-spacing: -0.01em;
}

.pck-ui-balance-amount {
	margin: 0;
	font-size: 44px;
	font-weight: 850;
	letter-spacing: -0.05em;
	line-height: 1.08;
}

.pck-ui-balance-divider {
	width: 100%;
	height: 1px;
	margin: 19px 0 13px;
	background: rgba(255, 255, 255, 0.18);
}

.pck-ui-pending-label {
	display: flex;
	gap: 5px;
	align-items: center;
	margin: 0 0 4px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 600;
	cursor: help;
}

.pck-ui-pending-amount {
	margin: 0;
	font-size: 18px;
	font-weight: 750;
}

.pck-ui-progress-card {
	min-height: 216px;
	padding: 18px 40px 17px;
}

.pck-ui-tier-summary {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 14px;
	align-items: start;
}

.pck-ui-tier-pill {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #eef5fb;
	color: var(--pck-navy-850);
	font-size: 12px;
	font-weight: 800;
}

.pck-ui-rate-row {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin-top: 5px;
	color: var(--pck-navy-950);
}

.pck-ui-rate-row strong {
	font-size: 28px;
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1;
}

.pck-ui-rate-row span {
	font-size: 16px;
	font-weight: 750;
}

.pck-ui-qualified {
	margin: 8px 0 14px;
	color: #4f6176;
	font-size: 12px;
	font-weight: 600;
}

.pck-ui-next-copy {
	margin: 0 0 10px;
	color: #314761;
	font-size: 13px;
	font-weight: 700;
}

.pck-ui-next-copy b {
	color: var(--pck-vip-accent);
	font-weight: 850;
}

.pck-ui-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 76px;
	padding-top: 13px;
}

.pck-ui-timeline::before,
.pck-ui-timeline::after {
	content: "";
	position: absolute;
	top: 22px;
	left: 36px;
	height: 5px;
	border-radius: 999px;
}

.pck-ui-timeline::before {
	right: 36px;
	background: linear-gradient(to right, var(--pck-navy-700) 0 var(--pck-progress, 0%), #cfd6df var(--pck-progress, 0%) 100%);
}

.pck-ui-timeline::after {
	display: none;
}

.pck-ui-timeline-step {
	position: relative;
	z-index: 1;
	text-align: center;
}

.pck-ui-timeline .pck-ui-level-icon {
	margin: 0 auto 8px;
}

.pck-ui-timeline .pck-ui-level-icon--plus.pck-ui-level-icon--small {
	margin-top: -2px;
}

.pck-ui-timeline-label {
	display: block;
	color: var(--pck-navy-950);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.15;
}

.pck-ui-timeline-rate {
	display: block;
	margin-top: 4px;
	color: var(--pck-navy-950);
	font-size: 15px;
	font-weight: 850;
	line-height: 1;
}

.pck-ui-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 18px;
}

.pck-ui-info-card {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 14px;
	align-items: center;
	min-height: 72px;
	padding: 15px 19px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(9, 42, 78, 0.04);
}

.pck-ui-info-label {
	margin: 0 0 5px;
	color: #7a899b;
	font-size: 12px;
	font-weight: 650;
}

.pck-ui-info-value {
	margin: 0;
	color: var(--pck-navy-950);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.1;
}

.pck-ui-info-value--vip {
	color: #b98b1d;
}

.pck-ui-info-label-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 8px;
	margin: 0 0 5px;
}

.pck-ui-info-label-row .pck-ui-info-label {
	margin: 0;
}

.pck-ui-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.pck-ui-tooltip__hit {
	display: inline-grid;
	place-items: center;
	box-sizing: border-box;
	min-width: 22px;
	min-height: 22px;
	margin: 0;
	padding: 0;
	border: 1px solid #d9e5ef;
	border-radius: 999px;
	background: #fafcfe;
	color: #7a899b;
	line-height: 0;
	vertical-align: middle;
	cursor: help;
	transition: border-color 0.12s ease, background 0.12s ease, color 0.12s ease;
}

.pck-ui-tooltip__hit:hover {
	border-color: #c6d7e8;
	background: #fff;
	color: #647891;
}

.pck-ui-tooltip__hit:focus-visible {
	outline: 2px solid #123b75;
	outline-offset: 2px;
}

.pck-ui-tooltip__hit:focus:not(:focus-visible) {
	outline: none;
}

.pck-ui-tooltip__icon {
	display: inline-grid;
	place-items: center;
	transform: scale(0.92);
}

.pck-ui-tooltip__box {
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: calc(100% + 8px);
	z-index: 30;
	transform: translateX(-50%);
	width: min(278px, 68vw);
	margin: 0;
	padding: 11px 12px;
	border: 1px solid #dfe8f2;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(9, 42, 78, 0.09);
	color: #5f7185;
	font-size: 11px;
	font-weight: 550;
	line-height: 1.45;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.14s ease, visibility 0.14s ease;
	text-align: left;
}

@media (prefers-reduced-motion: reduce) {
	.pck-ui-tooltip__box {
		transition: none;
	}
}

.pck-ui-tooltip:is(:hover, :focus-within) .pck-ui-tooltip__box {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.pck-ui-content-grid {
	display: grid;
	grid-template-columns: 0.58fr 0.82fr;
	gap: 18px;
	margin-top: 18px;
}

.pck-ui-section-card {
	padding: 22px 16px 16px;
}

.pck-ui-section-title {
	margin: 0 0 14px;
	color: var(--pck-navy-950);
	font-size: 18px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1;
}

.pck-ui-steps {
	display: grid;
	gap: 12px;
}

.pck-ui-step {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 12px;
	align-items: start;
}

.pck-ui-step-title {
	margin: 0 0 4px;
	color: var(--pck-navy-950);
	font-size: 12px;
	font-weight: 850;
}

.pck-ui-step-title span {
	margin-right: 5px;
}

.pck-ui-step-text {
	margin: 0;
	color: #5f7185;
	font-size: 11px;
	font-weight: 550;
	line-height: 1.35;
}

.pck-ui-loyalty-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.pck-ui-tier-box {
	min-height: 119px;
	padding: 16px 12px 14px;
	text-align: center;
	background: #fff;
}

.pck-ui-tier-box--start {
	border-color: #e2cfa9;
}

.pck-ui-tier-box.is-current {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background:
		radial-gradient(180px 150px at 95% 8%, rgba(21, 86, 158, 0.58), transparent 74%),
		linear-gradient(138deg, rgba(9, 51, 103, 0) 51%, rgba(15, 76, 143, 0.42) 51.2%, rgba(15, 76, 143, 0.42) 61%, rgba(12, 56, 118, 0) 61.2%),
		linear-gradient(152deg, rgba(6, 40, 89, 0) 55%, rgba(15, 65, 132, 0.55) 55.4%, rgba(7, 43, 96, 0) 76%),
		linear-gradient(135deg, #052b5d 0%, #052a5b 52%, #083d7d 100%);
	box-shadow: 0 9px 20px rgba(1, 30, 69, 0.14);
	color: #fff;
}

.pck-ui-tier-box.is-current::before,
.pck-ui-tier-box.is-current::after {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

.pck-ui-tier-box.is-current::before {
	right: -70px;
	bottom: -112px;
	width: 460px;
	height: 260px;
	border-radius: 50%;
	background: rgba(1, 22, 55, 0.2);
	transform: rotate(-19deg);
}

.pck-ui-tier-box.is-current::after {
	right: 6px;
	bottom: -52px;
	width: 420px;
	height: 132px;
	border-radius: 999px;
	background: linear-gradient(145deg, rgba(20, 97, 174, 0.62), rgba(10, 57, 128, 0.1));
	transform: rotate(-23deg);
}

.pck-ui-tier-box.is-current .pck-ui-tier-name,
.pck-ui-tier-box.is-current .pck-ui-tier-range,
.pck-ui-tier-box.is-current .pck-ui-tier-cashback {
	position: relative;
	z-index: 1;
	color: #fff;
}

.pck-ui-tier-box.is-current .pck-ui-level-icon {
	position: relative;
	z-index: 1;
}

.pck-ui-tier-box .pck-ui-level-icon {
	margin: -2px auto 8px;
}

.pck-ui-tier-name {
	margin: 0 0 8px;
	color: var(--pck-navy-850);
	font-size: 17px;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.pck-ui-tier-box--start .pck-ui-tier-name,
.pck-ui-timeline-step:first-child .pck-ui-timeline-label {
	color: #c07d28;
}

.pck-ui-tier-box--vip .pck-ui-tier-name,
.pck-ui-timeline-step:last-child .pck-ui-timeline-label {
	color: #bd9426;
}

.pck-ui-tier-range {
	margin: 0 0 8px;
	color: #2e4360;
	font-size: 12px;
	font-weight: 650;
}

.pck-ui-tier-cashback {
	margin: 0;
	color: var(--pck-navy-950);
	font-size: 15px;
	font-weight: 850;
}

.pck-ui-transactions {
	margin-top: 18px;
}

.pck-ui-transaction-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 13px;
}

.pck-ui-transaction-title {
	margin: 0;
	color: var(--pck-navy-950);
	font-size: 19px;
	font-weight: 850;
	letter-spacing: -0.025em;
}

.pck-ui-transaction-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--pck-line-soft);
	border-radius: var(--pck-radius);
	background: #fff;
	box-shadow: 0 8px 22px rgba(9, 42, 78, 0.04);
}

.pck-ui-transaction-table th,
.pck-ui-transaction-table td {
	padding: 10px 15px;
	border-bottom: 1px solid var(--pck-line-soft);
	text-align: left;
	vertical-align: middle;
}

.pck-ui-transaction-table th {
	color: #4e6176;
	font-size: 12px;
	font-weight: 700;
	background: var(--pck-blue-50);
}

.pck-ui-transaction-table tr:last-child td {
	border-bottom: 0;
}

.pck-ui-transaction-table td {
	color: #4e6176;
	font-size: 13px;
	font-weight: 600;
}

.pck-ui-type {
	color: #4a5d73;
}

.pck-ui-note {
	color: #56677b;
}

.pck-ui-amount {
	font-weight: 850;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.pck-ui-amount.is-plus {
	color: #14945d;
}

.pck-ui-amount.is-minus {
	color: #c33b48;
}

.pck-ui-row-icon {
	display: none;
}

.pck-ui-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	padding: 5px 9px;
	border-radius: 7px;
	font-size: 11px;
	font-weight: 750;
	line-height: 1;
}

.pck-ui-badge--pending {
	background: var(--pck-orange-soft);
	color: var(--pck-orange);
}

.pck-ui-badge--used {
	background: var(--pck-green-soft);
	color: var(--pck-green);
}

.pck-ui-badge--active,
.pck-ui-badge--neutral {
	background: #e3f0fb;
	color: var(--pck-navy-800);
}

.pck-ui-badge--available {
	background: #e9f8ed;
	color: #27935d;
}

.pck-ui-badge--deducted {
	background: #fdecef;
	color: #b73240;
}

.pck-ui-empty {
	margin: 0;
	padding: 16px;
	border: 1px solid var(--pck-line-soft);
	border-radius: var(--pck-radius);
	background: #fff;
	color: #56677b;
	font-weight: 600;
}

.pck-ui-faq__state {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	pointer-events: none;
}

.pck-ui-faq {
	margin-top: 22px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--pck-shadow);
	--pck-faq-tab-font-size: 13px;
}

.pck-ui-faq__head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px 18px 0;
}

.pck-ui-faq__title-icon {
	flex: 0 0 auto;
	color: var(--pck-navy-700);
}

.pck-ui-faq__title {
	margin: 0;
	font-size: 19px;
	font-weight: 850;
	letter-spacing: -0.02em;
	color: var(--pck-navy-950);
}

.pck-ui-faq__lede {
	margin: 6px 0 0;
	padding: 0 18px 16px;
	color: #62758c;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: 1px solid var(--pck-line-soft);
}

.pck-ui-faq__tablist {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	padding: 14px;
	background: var(--pck-blue-50);
	border-bottom: 1px solid var(--pck-line-soft);
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scroll-behavior: smooth;
}

.pck-ui-faq__tab {
	flex: 0 0 auto;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: var(--pck-faq-tab-font-size, 13px);
	font-weight: 650;
	line-height: 1.2;
	color: var(--pck-navy-850);
	background: #fff;
	border: 1px solid var(--pck-line-soft);
	box-shadow: 0 1px 3px rgba(9, 42, 78, 0.06);
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.pck-ui-faq__tab:hover {
	border-color: #c9d8e4;
	color: var(--pck-navy-950);
}

.pck-ui-faq__tab:focus-visible {
	outline: 2px solid var(--pck-navy-700);
	outline-offset: 2px;
}

#pck-cashback-faq-0:checked ~ .pck-ui-faq__tablist .pck-ui-faq__tab[for="pck-cashback-faq-0"],
#pck-cashback-faq-1:checked ~ .pck-ui-faq__tablist .pck-ui-faq__tab[for="pck-cashback-faq-1"],
#pck-cashback-faq-2:checked ~ .pck-ui-faq__tablist .pck-ui-faq__tab[for="pck-cashback-faq-2"],
#pck-cashback-faq-3:checked ~ .pck-ui-faq__tablist .pck-ui-faq__tab[for="pck-cashback-faq-3"] {
	background: var(--pck-navy-900);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 4px 14px rgba(6, 47, 99, 0.22);
}

.pck-ui-faq__panel {
	display: none;
	margin: 0;
	padding: 18px 20px 22px;
	color: #3d5168;
	font-size: 13px;
	line-height: 1.52;
}

.pck-ui-faq__h {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 800;
	color: var(--pck-navy-950);
	letter-spacing: -0.015em;
}

.pck-ui-faq__p {
	margin: 0 0 14px;
}

.pck-ui-faq__list {
	margin: 0 0 14px;
	padding-left: 1.35em;
	color: #3d5168;
}

.pck-ui-faq__list li + li {
	margin-top: 8px;
}

#pck-cashback-faq-0:checked ~ .pck-ui-faq__panel--0,
#pck-cashback-faq-1:checked ~ .pck-ui-faq__panel--1,
#pck-cashback-faq-2:checked ~ .pck-ui-faq__panel--2,
#pck-cashback-faq-3:checked ~ .pck-ui-faq__panel--3 {
	display: block;
}

.pck-ui-icon-circle,
.pck-ui-level-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	color: var(--pck-navy-900);
}

.pck-ui-icon-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f0f6fb;
}

.pck-ui-icon-circle--dark {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.pck-ui-icon-circle--blue {
	background: var(--pck-navy-900);
	color: #fff;
}

.pck-ui-level-icon {
	position: relative;
	width: 42px;
	height: 42px;
	border: 2px solid #d8e5ef;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 6px rgba(9, 42, 78, 0.14);
}

.pck-ui-level-icon--small {
	width: 32px;
	height: 32px;
}

.pck-ui-level-icon--plus {
	background: radial-gradient(circle at 50% 50%, #123b75 0 48%, #e5f0f7 49% 57%, #123b75 58%);
	border-color: #d9e7f0;
	color: #fff;
}

.pck-ui-level-icon--start {
	color: #123b75;
}

.pck-ui-level-icon--vip {
	color: var(--pck-vip-accent);
	background: #fffef8;
	border-color: #f1dfab;
}

.pck-ui-level-icon--none {
	color: #7a899b;
}

.pck-ui-inline-icon,
.pck-ui-faq__title-icon {
	display: inline-grid;
	place-items: center;
	color: currentColor;
}

.pck-ui-row-icon-wrap {
	display: grid;
	place-items: center;
	color: var(--pck-navy-850);
}

@media screen and (max-width: 860px) {
	.woocommerce-pck-cashback.pck-ui-cashback-page {
		width: min(430px, 100%);
		margin: 0 auto 20px;
	}

	.pck-ui-page-title {
		font-size: 24px;
		line-height: 1.1;
	}

	.pck-ui-page-subtitle {
		max-width: 310px;
		margin: 20px 0;
		font-size: 12px;
		line-height: 1.35;
	}

	.pck-ui-top-grid {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.pck-ui-balance-card {
		min-height: 154px;
		padding: 24px 26px 22px 84px;
	}

	.pck-ui-balance-label {
		margin-top: 0;
		font-size: 13px;
	}

	.pck-ui-balance-amount {
		font-size: 36px;
	}

	.pck-ui-balance-divider {
		margin: 15px 0 11px;
	}

	.pck-ui-pending-label {
		font-size: 11px;
	}

	.pck-ui-pending-amount {
		font-size: 18px;
	}

	.pck-ui-progress-card {
		min-height: 184px;
		padding: 16px 16px 12px;
	}

	.pck-ui-tier-summary {
		grid-template-columns: 44px 1fr;
		gap: 12px;
	}

	.pck-ui-rate-row strong {
		font-size: 25px;
	}

	.pck-ui-rate-row span {
		font-size: 13px;
	}

	.pck-ui-qualified,
	.pck-ui-next-copy {
		font-size: 11px;
	}

	.pck-ui-timeline {
		min-height: 70px;
	}

	.pck-ui-timeline::before,
	.pck-ui-timeline::after {
		left: 21px;
	}

	.pck-ui-timeline::before {
		right: 21px;
	}

	.pck-ui-timeline-label {
		font-size: 11px;
	}

	.pck-ui-timeline-rate {
		font-size: 14px;
	}

	.pck-ui-stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-top: 13px;
	}

	.pck-ui-info-card {
		grid-template-columns: 42px 1fr;
		min-height: 70px;
		padding: 11px 12px;
	}

	.pck-ui-info-label {
		font-size: 10px;
	}

	.pck-ui-info-value {
		font-size: 12px;
		font-weight: 600;
	}

	.pck-ui-content-grid {
		grid-template-columns: 1fr;
		gap: 13px;
		margin-top: 13px;
	}

	.pck-ui-section-card {
		padding: 0;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	.pck-ui-section-title {
		margin-bottom: 9px;
		font-size: 16px;
	}

	.pck-ui-steps {
		grid-template-columns: repeat(3, 1fr);
		gap: 7px;
	}

	.pck-ui-step {
		display: block;
		min-height: 100px;
		padding: 12px 8px 10px;
		border: 1px solid var(--pck-line-soft);
		border-radius: 9px;
		background: #fff;
		box-shadow: 0 5px 14px rgba(9, 42, 78, 0.04);
	}

	.pck-ui-step .pck-ui-icon-circle {
		width: 32px;
		height: 32px;
		margin-bottom: 8px;
	}

	.pck-ui-step-title {
		font-size: 10px;
		line-height: 1.22;
	}

	.pck-ui-step-title span {
		margin-right: 2px;
	}

	.pck-ui-step-text {
		font-size: 9px;
		line-height: 1.25;
	}

	.pck-ui-loyalty-grid {
		gap: 8px;
	}

	.pck-ui-tier-box {
		min-height: 92px;
		padding: 10px 6px 8px;
	}

	.pck-ui-tier-box .pck-ui-level-icon {
		width: 31px;
		height: 31px;
		margin-bottom: 5px;
	}

	.pck-ui-tier-name {
		margin-bottom: 4px;
		font-size: 12px;
	}

	.pck-ui-tier-range {
		margin-bottom: 5px;
		font-size: 9px;
		line-height: 1.15;
	}

	.pck-ui-tier-cashback {
		font-size: 11px;
	}

	.pck-ui-transactions {
		margin-top: 13px;
	}

	.pck-ui-transaction-head {
		padding: 0;
		margin-bottom: 8px;
	}

	.pck-ui-transaction-title {
		font-size: 16px;
	}

	.pck-ui-transaction-table,
	.pck-ui-transaction-table tbody,
	.pck-ui-transaction-table tr,
	.pck-ui-transaction-table td {
		display: block;
	}

	.pck-ui-transaction-table {
		border-radius: 8px;
	}

	.pck-ui-transaction-table thead {
		display: none;
	}

	.pck-ui-transaction-table tr {
		position: relative;
		display: grid;
		grid-template-columns: 28px 84px 1fr auto auto;
		gap: 7px;
		align-items: center;
		padding: 8px;
		border-bottom: 1px solid var(--pck-line-soft);
	}

	.pck-ui-transaction-table tr > td.pck-ui-note {
		grid-column: 1 / -1;
		margin-top: 2px;
		padding-top: 4px;
		border-top: 1px dashed var(--pck-line-soft);
		white-space: normal;
		font-size: 10px;
		line-height: 1.35;
		color: #56677b;
	}

	.pck-ui-transaction-table tr:last-child {
		border-bottom: 0;
	}

	.pck-ui-transaction-table td {
		padding: 0;
		border: 0;
		font-size: 11px;
		white-space: nowrap;
	}

	.pck-ui-date {
		color: #5a6b80;
	}

	.pck-ui-type {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pck-ui-row-icon {
		display: grid !important;
		place-items: center;
		width: 22px;
		height: 22px;
	}

	.pck-ui-badge {
		min-width: 58px;
		padding: 4px 6px;
		font-size: 9px;
	}

	.pck-ui-faq {
		margin-top: 14px;
	}

	.pck-ui-faq__head {
		padding: 14px 14px 0;
	}

	.pck-ui-faq__title {
		font-size: 16px;
	}

	.pck-ui-faq__lede {
		padding: 0 14px 12px;
		font-size: 12px;
	}

	.pck-ui-faq__tablist {
		flex-wrap: nowrap;
		padding: 10px;
		gap: 6px;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.pck-ui-faq__tab {
		padding: 8px 12px;
		font-size: 12px !important;
	}
	.page-template-page-mojracun .entry-content{
		margin-top:-50 px!important;
	}
	.pck-ui-faq__panel {
		padding: 14px 14px 18px;
		font-size: 12px;
		line-height: 1.48;
	}

	.pck-ui-faq__h {
		font-size: 13px;
	}

	.pck-ui-faq__list li + li {
		margin-top: 6px;
	}

	.pck-ui-level-icon {
		width: 34px;
		height: 34px;
	}

	.pck-ui-level-icon--small {
		width: 28px;
		height: 28px;
	}
}

/* Pikaboo Cashback Klub: accordion (proizvod, košarica, blagajna) — omotač kao .pck-ui-balance-card; bijeli tekst samo na zaglavlju (toggle) */
.pck-product-cashback-klub {
	--pck-navy: #002c5d;
	--pck-navy-soft: #1a3f66;
	--pck-border: #b8d9ea;
	--pck-panel-bg: #fff;
	--pck-muted: #5a6b7a;
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom: 1.25rem;
	overflow: hidden;
	border-radius: 11px;
	border: 1px solid #052b5d;
	background:
		radial-gradient(180px 150px at 95% 8%, rgba(21, 86, 158, 0.58), transparent 74%),
		linear-gradient(138deg, rgba(9, 51, 103, 0) 51%, rgba(15, 76, 143, 0.42) 51.2%, rgba(15, 76, 143, 0.42) 61%, rgba(12, 56, 118, 0) 61.2%),
		linear-gradient(152deg, rgba(6, 40, 89, 0) 55%, rgba(15, 65, 132, 0.55) 55.4%, rgba(7, 43, 96, 0) 76%),
		linear-gradient(135deg, #052b5d 0%, #052a5b 52%, #083d7d 100%);
	box-shadow: 0 9px 20px rgba(1, 30, 69, 0.14);
}

.pck-product-cashback-klub::before,
.pck-product-cashback-klub::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.pck-product-cashback-klub::before {
	right: -70px;
	bottom: -112px;
	width: 460px;
	height: 260px;
	border-radius: 50%;
	background: rgba(1, 22, 55, 0.2);
	transform: rotate(-19deg);
}

.pck-product-cashback-klub::after {
	right: 6px;
	bottom: -52px;
	width: 420px;
	height: 132px;
	border-radius: 999px;
	background: linear-gradient(145deg, rgba(20, 97, 174, 0.62), rgba(10, 57, 128, 0.1));
	transform: rotate(-23deg);
}

.pck-product-cashback-klub *,
.pck-product-cashback-klub *::before,
.pck-product-cashback-klub *::after {
	box-sizing: border-box;
}

.pck-product-cashback-klub__toggle {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	width: 100%;
	padding: 14px 18px;
	margin: 0;
	border: none !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
	background: transparent !important;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: #fff !important;
}

.pck-product-cashback-klub__toggle:hover {
	background-color: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
	filter: none;
	box-shadow: none !important;
}

.pck-product-cashback-klub__toggle:focus:not(:focus-visible) {
	outline: none;
}

.pck-product-cashback-klub__toggle:active {
	background-color: rgba(255, 255, 255, 0.14) !important;
}

.pck-product-cashback-klub__toggle:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 2px;
}

.pck-product-cashback-klub__toggle .pck-product-cashback-klub__title {
	color: #fff !important;
}

.pck-product-cashback-klub__toggle .pck-product-cashback-klub__tagline {
	color: rgba(255, 255, 255, 0.9) !important;
}

.pck-product-cashback-klub__toggle .pck-product-cashback-klub__tagline strong {
	color: #fff !important;
}

.pck-product-cashback-klub__toggle .pck-product-cashback-klub__amount,
.pck-product-cashback-klub__toggle .pck-product-cashback-klub__amount .woocommerce-Price-amount {
	color: #fff !important;
}

.pck-product-cashback-klub__toggle .pck-product-cashback-klub__chevron {
	color: #fff !important;
}

.pck-product-cashback-klub__lead {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 1 auto;
	min-width: 0;
}

.pck-product-cashback-klub__coin {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	object-fit: contain;
	display: block;
}

.pck-product-cashback-klub__title {
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-transform: uppercase;
	color: var(--pck-navy);
}

.pck-product-cashback-klub__tagline {
	flex: 1 1 200px;
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.45;
	color: var(--pck-navy-soft);
	min-width: 0;
	text-transform: none !important;
}

.pck-product-cashback-klub__tagline.pck-product-cashback-klub__tagline--guest {
	font-size: 13px !important;
	letter-spacing: -0.5px;
}

.pck-product-cashback-klub[data-state="guest"] .pck-product-cashback-klub__tagline--member,
.pck-product-cashback-klub[data-state="member"] .pck-product-cashback-klub__tagline--guest {
	display: none;
}

.pck-product-cashback-klub__tagline.pck-product-cashback-klub__tagline--excluded {
	display: none;
}

.pck-product-cashback-klub[data-state="guest"] .pck-product-cashback-klub__tagline--excluded,
.pck-product-cashback-klub[data-state="member"] .pck-product-cashback-klub__tagline--excluded {
	display: none;
}

.pck-product-cashback-klub[data-state="excluded"] .pck-product-cashback-klub__tagline--member,
.pck-product-cashback-klub[data-state="excluded"] .pck-product-cashback-klub__tagline--guest {
	display: none;
}

.pck-product-cashback-klub[data-state="excluded"] .pck-product-cashback-klub__tagline--excluded {
	display: block;
}

.pck-product-cashback-klub__right {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	margin-left: auto;
}

.pck-product-cashback-klub__amount {
	font-weight: 700;
	font-size: 1.125rem;
	color: var(--pck-navy);
	white-space: nowrap;
}

.pck-product-cashback-klub__amount .woocommerce-Price-amount {
	font-weight: inherit;
}

.pck-product-cashback-klub__chevron {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: var(--pck-navy);
	transition: transform 0.35s ease;
}

.pck-product-cashback-klub.is-collapsed .pck-product-cashback-klub__chevron {
	transform: rotate(180deg);
}

.pck-product-cashback-klub__panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: 1fr;
	padding: 0;
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	transition: grid-template-rows 0.35s ease;
}

.pck-product-cashback-klub.is-collapsed .pck-product-cashback-klub__panel {
	grid-template-rows: 0fr;
	border-top-color: transparent;
}

.pck-product-cashback-klub__panel-inner {
	overflow: hidden;
	min-height: 0;
	background: #fff;
	background: var(--pck-panel-bg);
	color: #183250;
}

.pck-product-cashback-klub__cols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 0;
	border-top: 1px solid rgba(0, 44, 93, 0.12);
	border-bottom: 1px solid rgba(0, 44, 93, 0.12);
}

.pck-product-cashback-klub__col {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	column-gap: 12px;
	row-gap: 10px;
	padding: 22px 20px;
	min-height: 0;
	text-align: left;
	border-right: 1px solid rgba(0, 44, 93, 0.12);
}

.pck-product-cashback-klub__col:last-child {
	border-right: none;
}

.pck-product-cashback-klub__icon-wrap {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--pck-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0;
	align-self: center;
}

.pck-product-cashback-klub__icon-wrap svg:not(.pck-product-cashback-klub__icon-euro) {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: #fff;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pck-product-cashback-klub__icon-euro {
	width: 48px;
	height: 48px;
	display: block;
}

.pck-product-cashback-klub__icon-euro-text {
	fill: #fff;
	font-size: 26px;
	font-weight: 700;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

h3.pck-product-cashback-klub__col-title,
.pck-product-cashback-klub__col-title {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	margin: 0 !important;
	align-self: center !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--pck-navy, #002c5d) !important;
	line-height: 1.3 !important;
	text-align: left !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-variant: normal !important;
	width: auto !important;
	max-width: none !important;
}

.pck-product-cashback-klub__col-text {
	display: block !important;
	flex: 1 1 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0.875rem !important;
	line-height: 1.5 !important;
	color: var(--pck-muted) !important;
	text-align: left !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	float: none !important;
	clear: both !important;
}

.pck-product-cashback-klub__col-text strong,
.pck-product-cashback-klub__col-text .woocommerce-Price-amount {
	float: none !important;
	display: inline !important;
	position: static !important;
}

.pck-product-cashback-klub__col-text strong {
	color: #000 !important;
	font-weight: 600 !important;
}

.pck-product-cashback-klub__col-text strong .woocommerce-Price-amount {
	color: inherit !important;
}

.pck-product-cashback-klub__panel-more {
	padding: 18px 20px 22px;
}

.pck-product-cashback-klub__panel-more-text {
	margin: 0 !important;
	font-size: 0.875rem !important;
	line-height: 1.5 !important;
	color: var(--pck-muted) !important;
	text-align: left !important;
}

.pck-product-cashback-klub__rules-link {
	color: #0081b9 !important;
}

/* Moj račun (gost): desno poziv na prijavu (umjesto iznosa u zaglavlju) */
.pck-product-cashback-klub--account-login .pck-product-cashback-klub__toggle .pck-product-cashback-klub__tagline--account-login {
	flex: 1 1 auto;
	margin: 0;
	text-align: right;
	font-size: 0.8125rem !important;
	line-height: 1.4 !important;
	max-width: none;
	white-space: nowrap;
}

@media screen and (max-width: 719px) {
	.pck-product-cashback-klub--account-login .pck-product-cashback-klub__right {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	.pck-product-cashback-klub--account-login .pck-product-cashback-klub__toggle .pck-product-cashback-klub__tagline--account-login {
		font-size: 10px !important;
		white-space: normal;
	}

	.pck-product-cashback-klub__toggle {
		flex-direction: column;
		align-items: stretch;
		padding: 16px;
		border-radius: 0 !important;
	}

	.pck-product-cashback-klub__lead {
		width: 100%;
	}

	.pck-product-cashback-klub__tagline {
		flex-basis: auto;
		order: 3;
		width: 100%;
	}

	.pck-product-cashback-klub__right {
		order: 4;
		width: 100%;
		justify-content: space-between;
		margin-left: 0;
		padding-top: 4px;
		border-top: 1px solid rgba(255, 255, 255, 0.22);
	}

	.pck-product-cashback-klub__cols {
		grid-template-columns: 1fr;
	}

	.pck-product-cashback-klub__col {
		border-right: none;
		border-bottom: 1px solid rgba(0, 44, 93, 0.12);
		padding: 20px 18px;
	}

	.pck-product-cashback-klub__col:last-child {
		border-bottom: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pck-product-cashback-klub__panel {
		transition-duration: 0.01ms;
	}

	.pck-product-cashback-klub__chevron {
		transition-duration: 0.01ms;
	}
}

/* Blagajna: WooCommerce tablica (tfoot td) mijenja pozadinu, font i granice — uskladiti s košaricom / proizvodom */
.woocommerce-checkout-review-order-table tr.pck-earn-estimate-row td.pck-earn-estimate-row__cell {
	padding: 12px !important;
	vertical-align: top;
	min-width: 0;
	max-width: 100%;
	overflow: visible !important;
	background: transparent !important;
	border-left: 0 !important;
	border-right: 0 !important;
	font-size: 16px !important;
	line-height: normal !important;
	font-weight: 400 !important;
	color: var(--pck-navy, #002c5d) !important;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.woocommerce-checkout-review-order-table td.pck-earn-estimate-row__cell .pck-product-cashback-klub {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	font-family: inherit;
}

.woocommerce-checkout-review-order-table td.pck-earn-estimate-row__cell .pck-product-cashback-klub__toggle {
	text-transform: none;
	letter-spacing: normal;
}

.woocommerce-checkout-review-order-table td.pck-earn-estimate-row__cell .pck-product-cashback-klub__col {
	align-items: center !important;
	text-align: left !important;
}

.woocommerce-checkout .pck-earn-estimate-fallback .pck-product-cashback-klub {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.25rem;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
