.ff-checkout {
	max-width: 100%;
	box-sizing: border-box;
}

.ff-checkout *,
.ff-checkout *::before,
.ff-checkout *::after {
	box-sizing: inherit;
}

.ff-checkout-notice {
	padding: 1em 1.25em;
	border: 1px solid #e2b03c;
	background: #fdf6e3;
	border-radius: 4px;
	font-size: 0.95em;
}

.ff-buy-button {
	display: inline-block;
	padding: 0.75em 1.5em;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
}

.ff-order-bump {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.75em;
	padding: 1em;
	margin: 1em 0;
	border: 1px dashed #c3922f;
	background: #fff8ec;
	border-radius: 6px;
}

.ff-order-bump-label {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: 600;
	cursor: pointer;
	flex: 1 1 100%;
}

.ff-order-bump-checkbox {
	width: 1.25em;
	height: 1.25em;
	flex-shrink: 0;
}

.ff-order-bump-price {
	margin-left: auto;
	font-weight: 700;
}

.ff-order-bump-image img {
	max-width: 80px;
	height: auto;
	border-radius: 4px;
}

.ff-order-bump-title {
	flex: 1 1 100%;
	font-weight: 600;
}

.ff-order-bump-description {
	flex: 1 1 100%;
	font-size: 0.9em;
	color: #555;
}

@media ( max-width: 768px ) {
	.ff-checkout .col2-set,
	.ff-checkout .woocommerce-checkout-payment {
		width: 100%;
		float: none;
	}
}
