.pdd-ce-bogo-nudge {
	--pdd-ce-accent: #007c6d;
	--pdd-ce-accent-strong: #005f54;
	--pdd-ce-ink: #173b35;
	--pdd-ce-muted: #5d706c;
	--pdd-ce-border: rgba(0, 124, 109, 0.18);
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 12px;
	align-items: start;
	margin: 0 0 16px;
	padding: 14px;
	border: 1px solid var(--pdd-ce-border);
	border-radius: 8px;
	background: linear-gradient(135deg, #f3fbf8 0%, #fff 72%);
	box-shadow: 0 10px 26px rgba(23, 59, 53, 0.06);
	color: var(--pdd-ce-ink);
}

.pdd-ce-bogo-nudge--checkout {
	margin: 0 0 14px;
}

.pdd-ce-bogo-nudge__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #e0f4ee;
	color: var(--pdd-ce-accent-strong);
}

.pdd-ce-bogo-nudge__icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pdd-ce-bogo-nudge__content {
	min-width: 0;
}

.pdd-ce-bogo-nudge__eyebrow {
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--pdd-ce-accent-strong);
}

.pdd-ce-bogo-nudge__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--pdd-ce-ink);
}

.pdd-ce-bogo-nudge__title .woocommerce-Price-amount {
	white-space: nowrap;
	color: var(--pdd-ce-accent-strong);
}

.pdd-ce-bogo-nudge__text {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.45;
	color: var(--pdd-ce-muted);
}

.pdd-ce-bogo-nudge__bar {
	position: relative;
	overflow: hidden;
	height: 6px;
	margin-top: 10px;
	border-radius: 999px;
	background: rgba(0, 124, 109, 0.12);
}

.pdd-ce-bogo-nudge__bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--pdd-ce-accent), #57b894);
}

@media (max-width: 480px) {
	.pdd-ce-bogo-nudge {
		grid-template-columns: 36px 1fr;
		gap: 10px;
		padding: 12px;
	}

	.pdd-ce-bogo-nudge__icon {
		width: 36px;
		height: 36px;
	}

	.pdd-ce-bogo-nudge__title {
		font-size: 14px;
	}
}
