.fxmedce-bumps {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 1rem 0 0;
}

.fxmedce-bumps__error {
	background: #fff4f4;
	border: 1px solid #f0c5c5;
	color: #8a1f1f;
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	font-size: 0.875rem;
}

.fxmedce-bump {
	border: 2px dashed #f0a72d;
	background: #fffaf0;
	border-radius: 8px;
	padding: 0;
	overflow: hidden;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.fxmedce-bump--added {
	border-style: solid;
	border-color: #2d8a4a;
	background: #f1faf3;
}

.fxmedce-bump__urgency {
	background: #f0a72d;
	color: #fff;
	padding: 0.35rem 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fxmedce-bump--added .fxmedce-bump__urgency {
	background: #2d8a4a;
}

.fxmedce-bump__urgency-icon {
	font-size: 0.9rem;
}

.fxmedce-bump__header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	cursor: pointer;
	margin: 0;
	padding: 0.85rem 1rem 0.5rem;
}

.fxmedce-bump__checkbox {
	flex-shrink: 0;
	width: 1.1rem;
	height: 1.1rem;
	cursor: pointer;
	margin: 0 0.5rem 0 0;
}

.fxmedce-bump__cta {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.3;
	color: #1f1f1f;
}

.fxmedce-bump__content {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	padding: 0 1rem 0.5rem;
}

.fxmedce-bump__image {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	border-radius: 6px;
	overflow: hidden;
	background: #f5f5f5;
}

.fxmedce-bump__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fxmedce-bump__body {
	flex: 1;
	min-width: 0;
}

.fxmedce-bump__benefits {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.fxmedce-bump__benefits li {
	font-size: 0.8125rem;
	color: #333;
	line-height: 1.4;
	padding-left: 1.1rem;
	position: relative;
}

.fxmedce-bump__benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #2d8a4a;
	font-weight: 700;
}

.fxmedce-bump__sales-link {
	display: inline-block;
	margin-top: 0.45rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #2563eb;
	text-decoration: underline;
}

.fxmedce-bump__sales-link:hover {
	color: #1d4ed8;
}

.fxmedce-bump__pricing {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	flex-wrap: wrap;
	padding: 0 1rem 0.85rem;
}

.fxmedce-bump__price-original {
	text-decoration: line-through;
	color: #888;
	font-size: 0.9rem;
}

.fxmedce-bump__price-original .woocommerce-Price-amount {
	color: inherit;
}

.fxmedce-bump__price-discounted {
	font-weight: 700;
	color: #1f1f1f;
	font-size: 1.1rem;
}

.fxmedce-bump__savings {
	color: #2d8a4a;
	font-size: 0.8125rem;
	font-weight: 600;
}
