body.single-course-bundle {
	--ksap-bundle-ink: #17283a;
	--ksap-bundle-muted: #64748b;
	--ksap-bundle-line: #dbe4ee;
	--ksap-bundle-soft: #f4f7fb;
	--ksap-bundle-blue: #2563eb;
	--ksap-bundle-gap: 30px;
}

body.single-course-bundle #main {
	background: var(--ksap-bundle-soft);
}

body.single-course-bundle .ksap-bundle-page {
	padding: 88px 0 80px !important;
	background: var(--ksap-bundle-soft);
}

body.single-course-bundle .ksap-bundle-page,
body.single-course-bundle .ksap-bundle-page h1,
body.single-course-bundle .ksap-bundle-page h2,
body.single-course-bundle .ksap-bundle-page p,
body.single-course-bundle .ksap-bundle-page li,
body.single-course-bundle .ksap-bundle-page a,
body.single-course-bundle .ksap-bundle-page span,
body.single-course-bundle .ksap-bundle-page strong {
	overflow-wrap: normal;
	word-break: keep-all;
}

body.single-course-bundle .ksap-bundle-title-card {
	margin: 0 0 var(--ksap-bundle-gap);
	padding: 42px 48px;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

body.single-course-bundle .ksap-bundle-back-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 17px;
	color: var(--ksap-bundle-blue);
	font-size: .875rem;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
}

body.single-course-bundle .ksap-bundle-back-link:hover,
body.single-course-bundle .ksap-bundle-back-link:focus-visible {
	color: #1d4ed8;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.single-course-bundle .ksap-bundle-title-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 13px;
}

body.single-course-bundle .ksap-bundle-title-meta span {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 5px 11px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: .75rem;
	font-weight: 850;
	line-height: 1.35;
}

body.single-course-bundle .ksap-bundle-title-meta span + span {
	background: #fff7ed;
	color: #c2410c;
}

body.single-course-bundle .ksap-bundle-title-card h1 {
	margin: 0 !important;
	color: var(--ksap-bundle-ink) !important;
	font-size: clamp(2.125rem, 4vw, 3.375rem) !important;
	font-weight: 850 !important;
	letter-spacing: -.04em !important;
	line-height: 1.2 !important;
}

body.single-course-bundle .ksap-bundle-title-card > p {
	max-width: 880px;
	margin: 18px 0 0;
	color: #475569;
	font-size: 1.05rem;
	line-height: 1.8;
}

body.single-course-bundle .ksap-bundle-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
	align-items: stretch;
	gap: 36px;
}

body.single-course-bundle .ksap-bundle-main,
body.single-course-bundle .ksap-bundle-purchase-column {
	min-width: 0;
}

body.single-course-bundle .ksap-bundle-purchase-column.tutor-single-course-sidebar {
	width: auto;
}

body.single-course-bundle .ksap-bundle-visual {
	overflow: hidden;
	height: 100%;
	min-height: 460px;
	border-radius: 22px;
	background: #e8eef5;
	box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
}

body.single-course-bundle .ksap-bundle-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 460px;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

body.single-course-bundle .ksap-bundle-visual-placeholder {
	display: flex;
	height: 100%;
	min-height: 460px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #dbeafe, #eff6ff 48%, #dbe4ee);
	color: #1d4ed8;
	font-size: 1.5rem;
	font-weight: 900;
}

body.single-course-bundle .ksap-bundle-purchase-card {
	height: 100%;
	padding: 30px;
	border: 1px solid var(--ksap-bundle-line);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 52px rgba(15, 23, 42, .1);
}

body.single-course-bundle .ksap-bundle-price-label {
	display: block;
	margin-bottom: 7px;
	color: var(--ksap-bundle-muted);
	font-size: .8125rem;
	font-weight: 800;
}

body.single-course-bundle .ksap-bundle-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

body.single-course-bundle .ksap-bundle-price-row > strong {
	color: var(--ksap-bundle-ink);
	font-size: clamp(2.25rem, 3.3vw, 2.75rem);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: 1.08;
}

body.single-course-bundle .ksap-bundle-price-row > span {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fff7ed;
	color: #c2410c;
	font-size: .75rem;
	font-weight: 900;
}

body.single-course-bundle .ksap-bundle-list-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 18px 0 0;
	padding-top: 17px;
	border-top: 1px solid #e2e8f0;
	color: var(--ksap-bundle-muted);
	font-size: .8125rem;
	line-height: 1.5;
}

body.single-course-bundle .ksap-bundle-list-price del {
	color: #475569;
	font-weight: 750;
}

body.single-course-bundle .ksap-bundle-saving {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 10px 0 0;
	padding: 12px 14px;
	border-radius: 11px;
	background: #eff6ff;
	color: #475569;
	font-size: .8125rem;
	line-height: 1.45;
}

body.single-course-bundle .ksap-bundle-saving strong {
	color: #1d4ed8;
	font-weight: 900;
}

body.single-course-bundle .ksap-bundle-entry-box {
	margin-top: 20px;
}

body.single-course-bundle .ksap-bundle-purchase-card.is-enrolled .ksap-bundle-entry-box {
	margin-top: 0;
}

body.single-course-bundle .ksap-bundle-entry-box .tutor-sidebar-card {
	overflow: visible;
	margin: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none !important;
}

body.single-course-bundle .ksap-bundle-entry-box .tutor-card-body {
	padding: 0 !important;
}

body.single-course-bundle .ksap-bundle-entry-box .tutor-card-footer {
	display: none !important;
}

body.single-course-bundle .ksap-bundle-entry-box .tutor-btn-primary,
body.single-course-bundle .ksap-bundle-entry-box .tutor-add-to-cart-button {
	min-height: 54px;
	margin-top: 0 !important;
	border-color: var(--ksap-bundle-ink) !important;
	border-radius: 12px !important;
	background: var(--ksap-bundle-ink) !important;
	font-size: 1rem;
	font-weight: 850;
}

body.single-course-bundle .ksap-bundle-entry-box .tutor-btn-outline-primary {
	min-height: 54px;
	border-radius: 12px !important;
	font-size: 1rem;
	font-weight: 850;
}

body.single-course-bundle .ksap-bundle-purchase-facts {
	margin: 24px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid #e2e8f0;
	list-style: none;
}

body.single-course-bundle .ksap-bundle-purchase-facts li {
	position: relative;
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 9px 0 9px 22px;
}

body.single-course-bundle .ksap-bundle-purchase-facts li::before {
	position: absolute;
	top: 14px;
	left: 2px;
	color: #2563eb;
	font-size: .9rem;
	font-weight: 900;
	content: "✓";
}

body.single-course-bundle .ksap-bundle-purchase-facts strong {
	color: #334155;
	font-size: .875rem;
	font-weight: 850;
	line-height: 1.45;
}

body.single-course-bundle .ksap-bundle-purchase-facts span {
	color: var(--ksap-bundle-muted);
	font-size: .75rem;
	line-height: 1.5;
}

body.single-course-bundle .ksap-bundle-content-layout {
	display: grid;
	gap: var(--ksap-bundle-gap);
	margin-top: var(--ksap-bundle-gap);
}

body.single-course-bundle .ksap-bundle-content-card {
	padding: 38px 40px;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 14px 40px rgba(15, 23, 42, .045);
}

body.single-course-bundle .ksap-bundle-section-kicker {
	display: block;
	margin: 0 0 8px;
	color: var(--ksap-bundle-blue);
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.4;
}

body.single-course-bundle .ksap-bundle-content-card h2 {
	margin: 0 !important;
	color: var(--ksap-bundle-ink) !important;
	font-size: clamp(1.5rem, 2.4vw, 1.95rem) !important;
	font-weight: 850 !important;
	letter-spacing: -.025em !important;
	line-height: 1.35 !important;
}

body.single-course-bundle .ksap-bundle-intro > p {
	max-width: 900px;
	margin: 16px 0 0;
	color: #475569;
	font-size: 1rem;
	line-height: 1.8;
}

body.single-course-bundle .ksap-bundle-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin-top: 26px;
}

body.single-course-bundle .ksap-bundle-benefit-grid > div {
	display: grid;
	gap: 7px;
	min-width: 0;
	padding: 18px;
	border: 1px solid #dbe4ee;
	border-radius: 14px;
	background: #f8fafc;
}

body.single-course-bundle .ksap-bundle-benefit-grid strong {
	color: #1e293b;
	font-size: .9375rem;
	font-weight: 850;
	line-height: 1.45;
}

body.single-course-bundle .ksap-bundle-benefit-grid span {
	color: var(--ksap-bundle-muted);
	font-size: .8125rem;
	line-height: 1.65;
}

body.single-course-bundle .ksap-bundle-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
}

body.single-course-bundle .ksap-bundle-section-heading > p {
	max-width: 420px;
	margin: 0;
	color: var(--ksap-bundle-muted);
	font-size: .8125rem;
	line-height: 1.65;
	text-align: right;
}

body.single-course-bundle .ksap-bundle-course-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

body.single-course-bundle .ksap-bundle-course-grid > li {
	min-width: 0;
	margin: 0;
}

body.single-course-bundle .ksap-bundle-course-card {
	position: relative;
	display: grid;
	overflow: hidden;
	height: 100%;
	grid-template-columns: 168px minmax(0, 1fr);
	align-items: stretch;
	border: 1px solid #dbe4ee;
	border-radius: 16px;
	background: #ffffff;
	color: inherit;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.single-course-bundle .ksap-bundle-course-card:hover,
body.single-course-bundle .ksap-bundle-course-card:focus-visible {
	border-color: #93c5fd;
	color: inherit;
	box-shadow: 0 15px 32px rgba(37, 99, 235, .11);
	text-decoration: none;
	transform: translateY(-2px);
}

body.single-course-bundle .ksap-bundle-course-number {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	display: inline-flex;
	min-width: 31px;
	height: 31px;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: rgba(23, 40, 58, .88);
	color: #ffffff;
	font-size: .6875rem;
	font-weight: 900;
}

body.single-course-bundle .ksap-bundle-course-image {
	display: flex;
	min-height: 136px;
	align-items: center;
	justify-content: center;
	background: #edf2f7;
	color: #64748b;
	font-size: .75rem;
	font-weight: 850;
}

body.single-course-bundle .ksap-bundle-course-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 136px;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

body.single-course-bundle .ksap-bundle-course-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px;
}

body.single-course-bundle .ksap-bundle-course-copy > strong {
	color: #1e293b;
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.5;
}

body.single-course-bundle .ksap-bundle-course-copy > small {
	margin-top: 7px;
	color: var(--ksap-bundle-muted);
	font-size: .75rem;
	font-weight: 750;
	line-height: 1.45;
}

body.single-course-bundle .ksap-bundle-course-copy > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 14px;
	color: var(--ksap-bundle-blue);
	font-size: .75rem;
	font-weight: 850;
	line-height: 1.4;
}

body.single-course-bundle .ksap-bundle-course-copy i {
	font-style: normal;
}

body.single-course-bundle .ksap-bundle-guide {
	display: grid;
	grid-template-columns: minmax(240px, .8fr) minmax(0, 2fr);
	align-items: start;
	gap: 40px;
}

body.single-course-bundle .ksap-bundle-guide ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: ksap-bundle-guide;
}

body.single-course-bundle .ksap-bundle-guide li {
	position: relative;
	display: grid;
	gap: 7px;
	min-width: 0;
	padding: 48px 17px 18px;
	border: 1px solid #dbe4ee;
	border-radius: 14px;
	background: #f8fafc;
	counter-increment: ksap-bundle-guide;
}

body.single-course-bundle .ksap-bundle-guide li::before {
	position: absolute;
	top: 15px;
	left: 17px;
	display: inline-flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #dbeafe;
	color: #1d4ed8;
	font-size: .6875rem;
	font-weight: 900;
	content: counter(ksap-bundle-guide, decimal-leading-zero);
}

body.single-course-bundle .ksap-bundle-guide strong {
	color: #1e293b;
	font-size: .875rem;
	font-weight: 850;
	line-height: 1.45;
}

body.single-course-bundle .ksap-bundle-guide span {
	color: var(--ksap-bundle-muted);
	font-size: .78rem;
	line-height: 1.65;
}

@media (max-width: 1100px) {
	body.single-course-bundle .ksap-bundle-title-card {
		padding: 38px 40px;
	}

	body.single-course-bundle .ksap-bundle-hero-layout {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 24px;
	}

	body.single-course-bundle .ksap-bundle-visual,
	body.single-course-bundle .ksap-bundle-visual img,
	body.single-course-bundle .ksap-bundle-visual-placeholder {
		min-height: 420px;
	}

	body.single-course-bundle .ksap-bundle-purchase-card {
		padding: 24px;
	}

	body.single-course-bundle .ksap-bundle-content-card {
		padding: 32px;
	}

	body.single-course-bundle .ksap-bundle-course-card {
		grid-template-columns: 138px minmax(0, 1fr);
	}

	body.single-course-bundle .ksap-bundle-guide {
		gap: 28px;
	}
}

@media (max-width: 782px) {
	body.single-course-bundle .ksap-bundle-page {
		padding: 84px 0 68px !important;
	}

	body.single-course-bundle .ksap-bundle-page .tutor-course-details-page {
		padding: 0 20px !important;
	}

	body.single-course-bundle .ksap-bundle-title-card {
		padding: 32px;
	}

	body.single-course-bundle .ksap-bundle-hero-layout {
		grid-template-columns: 1fr;
		gap: var(--ksap-bundle-gap);
	}

	body.single-course-bundle .ksap-bundle-visual,
	body.single-course-bundle .ksap-bundle-visual img,
	body.single-course-bundle .ksap-bundle-visual-placeholder {
		min-height: 0;
	}

	body.single-course-bundle .ksap-bundle-visual img {
		height: auto;
	}

	body.single-course-bundle .ksap-bundle-purchase-card {
		height: auto;
	}

	body.single-course-bundle .ksap-bundle-benefit-grid,
	body.single-course-bundle .ksap-bundle-guide ol {
		grid-template-columns: 1fr;
	}

	body.single-course-bundle .ksap-bundle-section-heading {
		display: block;
	}

	body.single-course-bundle .ksap-bundle-section-heading > p {
		max-width: none;
		margin-top: 10px;
		text-align: left;
	}

	body.single-course-bundle .ksap-bundle-course-grid {
		grid-template-columns: 1fr;
	}

	body.single-course-bundle .ksap-bundle-course-card {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	body.single-course-bundle .ksap-bundle-guide {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.single-course-bundle #ch-plugin-script,
	body.single-course-bundle #ch-plugin,
	body.single-course-bundle #ksap-scroll-top {
		display: none !important;
	}
}

@media (max-width: 520px) {
	body.single-course-bundle .ksap-bundle-page .tutor-course-details-page {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	body.single-course-bundle .ksap-bundle-title-card {
		padding: 24px;
		border-radius: 18px;
	}

	body.single-course-bundle .ksap-bundle-title-card h1 {
		font-size: clamp(1.875rem, 9vw, 2.35rem) !important;
	}

	body.single-course-bundle .ksap-bundle-title-card > p {
		font-size: .95rem;
		line-height: 1.72;
	}

	body.single-course-bundle .ksap-bundle-visual,
	body.single-course-bundle .ksap-bundle-purchase-card,
	body.single-course-bundle .ksap-bundle-content-card {
		border-radius: 18px;
	}

	body.single-course-bundle .ksap-bundle-purchase-card,
	body.single-course-bundle .ksap-bundle-content-card {
		padding: 22px;
	}

	body.single-course-bundle .ksap-bundle-price-row > strong {
		font-size: 2.2rem;
	}

	body.single-course-bundle .ksap-bundle-course-card {
		grid-template-columns: 116px minmax(0, 1fr);
	}

	body.single-course-bundle .ksap-bundle-course-image,
	body.single-course-bundle .ksap-bundle-course-image img {
		min-height: 128px;
	}

	body.single-course-bundle .ksap-bundle-course-copy {
		padding: 15px;
	}

	body.single-course-bundle .ksap-bundle-course-copy > strong {
		font-size: .92rem;
	}

	body.single-course-bundle .ksap-bundle-course-copy > span {
		margin-top: 10px;
	}
}
