/* Checkout offer card in the cart/checkout order summary. */
.whspto-order-bump__offer {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: #f8f8f8;
	border: 1px dashed #c10304;
	border-radius: 6px;
}

.whspto-order-bump__offer + .whspto-order-bump__offer {
	margin-top: 8px;
}

.whspto-order-bump__image {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.whspto-order-bump__text {
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
}

.whspto-order-bump__button.wc-block-components-button {
	flex-shrink: 0;
	white-space: nowrap;
}
