.inc-wrap-d8636b3f {
	width: 100%;
}

/* Header */
.inc-header-d8636b3f {
	margin-bottom: 24px;
}
.inc-main-title-d8636b3f {
	margin: 0 0 10px;
	font-weight: 700;
}
.inc-title-divider-d8636b3f {
	width: 60px;
	height: 3px;
	background-color: #e07b2a;
	margin-bottom: 24px;
}

/* Two-column grid */
.inc-columns-d8636b3f {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 32px;
}

/* Column heading */
.inc-col-heading-d8636b3f {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 8px;
}
.inc-col-divider-d8636b3f {
	height: 2px;
	background-color: #e07b2a;
	margin-bottom: 16px;
	width: 100%;
}

/* List */
.inc-included-list-d8636b3f,
.inc-not-included-list-d8636b3f {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inc-list-item-d8636b3f {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #333333;
}
.inc-list-item-d8636b3f:last-child {
	border-bottom: none;
}
.inc-check-d8636b3f,
.inc-cross-d8636b3f {
	flex-shrink: 0;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	min-width: 18px;
	text-align: center;
}
.inc-item-text-d8636b3f {
	flex: 1;
	line-height: 1.5;
}

/* Price Banner */
.inc-price-banner-d8636b3f {
	border-left: 4px solid #e07b2a;
	background-color: #2a1a08;
	padding: 20px 28px;
	border-radius: 4px;
}
.inc-price-amount-d8636b3f {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 6px;
}
.inc-price-subtext-d8636b3f {
	font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 767px) {
	.inc-columns-d8636b3f {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}
