/* WooCommerce Checkout Offer — LP SOJIB */
.lp-sojib-checkout-offer {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 18px;
	border: 1px solid #dfe4e8;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 9px rgba(0,0,0,.04);
	font-family: inherit;
}

.lp-sojib-offer-header {
	min-height: 66px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	box-sizing: border-box;
	background: #f7f9fa;
	border-bottom: 1px solid #dfe4e8;
	cursor: pointer;
}

.lp-sojib-offer-header input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	flex: 0 0 18px;
	accent-color: #12a83b;
	cursor: pointer;
}

.lp-sojib-offer-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #444;
}

.lp-sojib-offer-body {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 28px;
	row-gap: 10px;
	padding: 20px 20px 28px;
	box-sizing: border-box;
}

/* Product title is deliberately above the large square image. */
.lp-sojib-offer-product-title {
	width: 100%;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	color: #333;
	margin: 0 0 2px;
}

.lp-sojib-offer-media {
	width: 220px;
	height: 220px;
	flex: 0 0 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	overflow: hidden;
}

.lp-sojib-offer-media img.lp-sojib-offer-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

.lp-sojib-offer-content {
	flex: 1 1 300px;
	min-width: 0;
	padding-top: 2px;
}

.lp-sojib-offer-headline {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.08;
	color: #3f3f3f;
	margin: 0 0 9px;
}

.lp-sojib-offer-bullets {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.lp-sojib-offer-bullets li {
	position: relative;
	padding-left: 24px;
	margin: 4px 0 !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.32;
	color: #4a4a4a;
}

.lp-sojib-offer-bullets li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #18a900;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	border-radius: 1px;
}

.lp-sojib-offer-price {
	margin-top: 10px;
	font-size: 17px;
	font-weight: 700;
	color: #333;
}

.lp-sojib-offer-price del {
	opacity: .65;
	margin-right: 5px;
}

.lp-sojib-offer-price ins {
	text-decoration: none;
}

.lp-sojib-offer-note,
.lp-sojib-offer-status {
	margin-top: 6px;
	font-size: 13px;
	color: #777;
}

.lp-sojib-offer-status {
	min-height: 18px;
}

.lp-sojib-checkout-offer.lp-is-loading {
	opacity: .72;
	pointer-events: none;
}

@media (max-width: 767px) {
	.lp-sojib-offer-header {
		min-height: 58px;
		padding: 12px 14px;
	}
	.lp-sojib-offer-title {
		font-size: 16px;
	}
	.lp-sojib-offer-body {
		display: block;
		padding: 16px 14px 20px;
	}
	.lp-sojib-offer-product-title {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.lp-sojib-offer-media {
		width: min(100%, 280px);
		height: min(100vw - 28px, 280px);
		max-height: 280px;
		margin: 0 auto 16px;
	}
	.lp-sojib-offer-content {
		padding-top: 0;
	}
	.lp-sojib-offer-headline {
		font-size: 25px;
	}
	.lp-sojib-offer-bullets li {
		font-size: 14px;
		padding-left: 21px;
	}
	.lp-sojib-offer-bullets li:before {
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 11px;
	}
}

@media (max-width: 430px) {
	.lp-sojib-offer-media {
		width: 100%;
		height: min(100vw - 28px, 320px);
		max-height: 320px;
	}
	.lp-sojib-offer-headline {
		font-size: 22px;
	}
}
