.center_course {
	position: relative;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(9, 9, 9, 0.92) 0%, rgba(9, 9, 9, 0.72) 52%, rgba(9, 9, 9, 0.38) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 320px;
	display: flex;
	align-items: flex-end;
}

.center_course .center_m {
	position: relative;
	z-index: 1;
	width: 100%;
}

.center_course .center_o1 {
	justify-content: flex-start;
}

.center_course .center_o1 .col-md-12 {
	text-align: left;
}

.center_course h1 {
	display: block;
	padding: 16px 22px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	letter-spacing: 0.01em;
	width: fit-content;
	margin-left: 0;
}

.center_course h6 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	margin-left: 0;
}

.course_hero_copy {
	max-width: 58ch;
	font-size: 1.03rem;
	line-height: 1.8;
}

.course_hero_meta_row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.course_hero_meta_row span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	backdrop-filter: blur(6px);
}

.course_page {
	background: #0f0f0f;
	color: #fff;
}

.course_nav {
	background: rgba(10, 10, 10, 0.96);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}

.course_hero {
	padding: 144px 0 84px;
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.72) 52%, rgba(10, 10, 10, 0.38) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg") center/cover no-repeat;
}

.course_hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 193, 7, 0.12), transparent 42%);
	pointer-events: none;
}

.course_hero .container-xl {
	position: relative;
	z-index: 1;
}

.course_hero h1 {
	display: inline-block;
	padding: 16px 22px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	letter-spacing: 0.01em;
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.08;
	font-weight: 800;
	width: fit-content;
	margin: 0;
}

.course_card {
	background: #161616;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

/* Styles to support course.php markup */
.course_card {
	background: #fff;
	border: 1px solid #eef1f5;
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.course_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}

.course_card .course_media {
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.course_card .course_body {
	padding: 28px;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 8px;
}

.course_card .course_body>h4,
.course_card .course_body>p {
	margin: 0;
}

.course_card .course_body>h4 {
	margin-top: 4px;
	font-size: 1.25rem;
	line-height: 1.3;
}

.course_card .course_body>p:nth-of-type(1) {
	margin-bottom: 8px;
	font-size: 0.95rem;
}

.course_meta_row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 4px 0 8px;
}

.course_meta_chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #f8fafc;
	border: 1px solid #e7ebf0;
	color: #4b5563;
	font-size: 0.84rem;
	font-weight: 600;
}

.course_meta_chip i {
	color: var(--accent);
	font-size: 0.9rem;
}

.course_summary {
	color: #6b7280;
	margin-bottom: 0;
	line-height: 1.7;
	flex-grow: 1;
	font-size: 0.9rem;
}

.course_card .course_icon {
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: linear-gradient(135deg, #111111 0%, #2d2d2d 100%);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
	margin-bottom: 0;
}

.course_card .course_icon i {
	font-size: 1.45rem;
	line-height: 1;
	color: var(--accent);
}



.course_card_cta {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.course_detail_btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0.95rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #111111 0%, #2d2d2d 55%, #c8a24a 100%);
	color: #ffffff !important;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
	white-space: nowrap;
}

.course_detail_btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.24) 42%, transparent 60%);
	transform: translateX(-120%);
	transition: transform 0.65s ease;
	pointer-events: none;
}

.course_detail_btn:hover,
.course_detail_btn:focus-visible {
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 20px 38px rgba(15, 23, 42, 0.24);
	filter: saturate(1.05);
	text-decoration: none;
}

.course_detail_btn:hover::before,
.course_detail_btn:focus-visible::before {
	transform: translateX(120%);
}

.course_detail_btn i {
	font-size: 1.35rem;
	line-height: 1;
	transition: transform 0.22s ease;
}

.course_detail_btn:hover i,
.course_detail_btn:focus-visible i {
	transform: translateX(4px);
}

.course_detail_btn:focus-visible {
	outline: 3px solid rgba(200, 162, 74, 0.35);
	outline-offset: 3px;
}

.course_card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.course_card_body {
	padding: 24px;
}

.course_card_body h2 {
	font-size: 1.7rem;
	margin-bottom: 12px;
}

.course_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 18px;
}

.course_meta span {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
}

.course_section {
	scroll-margin-top: 110px;
}

.course_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	background: #d10000;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	transition: 0.25s ease;
}

.course_btn:hover {
	background: #fff;
	color: #111 !important;
}

.course_sidebar {
	position: sticky;
	top: 96px;
}

.course_nav_links a {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	color: #fff !important;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	margin-bottom: 10px;
	transition: 0.25s ease;
}

.course_nav_links a:hover {
	background: rgba(209, 0, 0, 0.18);
	transform: translateX(4px);
}

@media (max-width: 991px) {
	.course_sidebar {
		position: static;
		margin-bottom: 24px;
	}
}

/* Course detail page refresh */
body.course_detail_page {
	background: linear-gradient(180deg, #f6f7fb 0%, #ffffff 30%, #f5f6f9 100%);
	color: #111827;
}

.course_detail_page .center_course_detail {
	background-image:
		linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.72) 46%, rgba(8, 8, 8, 0.34) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
}

.course_detail_page .center_course h1 {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
}

.course_detail_page .center_course h6 {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
}

.course_detail_section {
	padding-top: 72px;
	padding-bottom: 88px;
}

.course_detail_card {
	height: 100%;
	padding: 28px;
	border-radius: 28px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.course_detail_column {
	display: flex;
}

.course_detail_column>* {
	width: 100%;
}

.course_detail_empty {
	padding: 42px 32px;
}

.course_detail_media {
	position: relative;
	height: clamp(260px, 30vw, 420px);
	min-height: 260px;
	border-radius: 28px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.course_detail_intro_row .course_detail_media,
.course_detail_intro_row .course_overview_card {
	height: 100%;
}

.course_detail_media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 8, 8, 0.05) 0%, rgba(8, 8, 8, 0.60) 100%),
		linear-gradient(90deg, rgba(209, 0, 0, 0.18) 0%, transparent 42%);
}

.course_detail_overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.10), transparent 35%);
}

.course_detail_badge {
	position: absolute;
	left: 22px;
	bottom: 22px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(10px);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.course_detail_badge i {
	color: var(--yellow);
}

.course_overview_card .section_kicker,
.course_detail_card .section_kicker {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(209, 0, 0, 0.08);
	color: #d10000;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.course_detail_page .section_title,
.course_detail_page .course_detail_card h3 {
	color: #0f172a;
}

.course_detail_page .section_title {
	max-width: 16ch;
}

.course_detail_page .lead,
.course_detail_page p {
	color: #4b5563;
	line-height: 1.8;
}

.course_meta_box {
	height: 100%;
	padding: 18px 18px 16px;
	border-radius: 20px;
	background: linear-gradient(180deg, #fbfbfd 0%, #f5f7fb 100%);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.course_meta_box span {
	display: block;
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #d10000;
	margin-bottom: 6px;
}

.course_meta_box strong {
	display: block;
	font-size: 1.05rem;
	line-height: 1.3;
	color: #111827;
}

.course_callout {
	padding: 18px 20px;
	border-radius: 22px;
	background: linear-gradient(135deg, #111111 0%, #2b2b2b 60%, #d10000 145%);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.course_callout_label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.86);
}

.course_callout p {
	color: #fff !important;
	font-size: 1.05rem;
	line-height: 1.75;
}

.course_detail_note {
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, #fff9f1 0%, #fffefb 100%);
	border-left: 4px solid var(--yellow);
	color: #4b5563 !important;
	line-height: 1.8;
}

.course_level_strip,
.course_path_strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.course_level_strip span,
.course_path_strip span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.08);
	color: #334155;
	font-size: 0.86rem;
	font-weight: 700;
}

.course_action_row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.course_primary_btn,
.course_secondary_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid transparent;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.course_primary_btn {
	background: linear-gradient(135deg, #111111 0%, #2d2d2d 55%, #d10000 130%);
	color: #ffffff !important;
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
}

.course_secondary_btn {
	background: #ffffff;
	color: #111827 !important;
	border: 1px solid rgba(15, 23, 42, 0.12);
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.course_primary_btn:hover,
.course_primary_btn:focus-visible,
.course_secondary_btn:hover,
.course_secondary_btn:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.topic_item {
	height: 100%;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.topic_item i {
	flex: 0 0 auto;
	color: var(--yellow);
	font-size: 1.15rem;
	line-height: 1.2;
	margin-top: 2px;
}

.topic_item span {
	color: #334155;
	line-height: 1.6;
	font-weight: 600;
}

.topic_detail_item {
	height: 100%;
	min-height: 220px;
	padding: 18px 18px 16px;
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.topic_detail_item h5 {
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.35;
	color: #0f172a;
}

.topic_detail_item p {
	margin: 0;
	color: #4b5563;
	line-height: 1.75;
}

.detail_highlight_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.detail_highlight_list li {
	position: relative;
	padding: 14px 16px 14px 42px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
	color: #334155;
	line-height: 1.65;
}

.detail_highlight_list li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 18px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, #d10000 0%, #ffb200 100%);
	box-shadow: 0 0 0 4px rgba(209, 0, 0, 0.08);
}

@media (min-width: 992px) {

	.course_detail_intro_row,
	.course_detail_split_row {
		--bs-gutter-y: 1.5rem;
		align-items: stretch;
	}

	.course_detail_split_row>[class*="col-"] {
		display: flex;
	}

	.course_detail_sidebar_card {
		height: 100%;
	}
}

@media (max-width: 991px) {
	.course_detail_section {
		padding-top: 56px;
		padding-bottom: 72px;
	}

	.course_detail_column {
		display: block;
	}

	.course_detail_media {
		height: 320px;
		min-height: 320px;
	}

	.course_detail_card {
		padding: 22px;
	}

	.topic_detail_item {
		min-height: 0;
	}
}

@media (max-width: 575px) {
	.course_detail_section {
		padding-top: 44px;
		padding-bottom: 60px;
	}

	.course_detail_media {
		height: 240px;
		min-height: 240px;
	}

	.course_action_row {
		flex-direction: column;
	}

	.course_primary_btn,
	.course_secondary_btn {
		width: 100%;
	}

	.course_level_strip span,
	.course_path_strip span {
		width: 100%;
		justify-content: center;
	}

	.course_hero_meta_row span {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 767.98px) {
	.center_course .center_o1 .col-md-12 {
		text-align: center;
		/* Center the text content */
	}

	.center_course h1,
	.center_course h6 {
		margin-left: auto;
		/* Center h1 and h6 with fit-content */
		margin-right: auto;
	}

	.course_hero_meta_row {
		justify-content: center;
		/* Center the meta info row */
	}
}

@media (max-width: 420px) {
	.course_detail_card {
		padding: 18px;
	}

	.course_meta_box {
		padding: 16px;
	}

	.course_meta_box span,
	.course_meta_box strong {
		text-align: center;
	}
}

/* Full redesign for course_detail.php */
.course_detail_page .center_course_detail {
	min-height: 300px;
}

.course_detail_redesign {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.course_showcase_media {
	position: relative;
	height: 100%;
	min-height: 340px;
	border-radius: 26px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
	overflow: hidden;
	isolation: isolate;
}

.course_showcase_left_stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
}

.course_showcase_support {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	flex: 1;
	padding: 18px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.course_showcase_media::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.14) 6%, rgba(5, 5, 5, 0.72) 100%);
}

.course_showcase_media_glow {
	position: absolute;
	inset: auto -28% -35% -28%;
	height: 58%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
}

.course_showcase_badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(8px);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 700;
}

.course_showcase_badge i {
	color: #ffd35f;
}

.course_showcase_meta {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.course_showcase_meta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.24);
	backdrop-filter: blur(8px);
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.3;
}

.course_showcase_card,
.course_panel {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 26px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.course_showcase_card {
	display: flex;
	flex-direction: column;
	padding: 30px;
}

.course_label {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(209, 0, 0, 0.08);
	color: #c70000;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.course_showcase_card h2 {
	margin: 14px 0 10px;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.25;
	color: #0f172a;
}

.course_showcase_overview {
	margin-bottom: 10px;
	font-size: 1.02rem;
	font-weight: 600;
	color: #1f2937 !important;
	line-height: 1.7;
}

.course_showcase_description {
	margin-bottom: 16px;
	color: #475569 !important;
	line-height: 1.75;
}

.course_showcase_callout {
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(120deg, #111111 0%, #252525 46%, #c70000 130%);
	margin-bottom: 16px;
}

.course_showcase_callout span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.9);
}

.course_showcase_callout p {
	color: #ffffff !important;
	line-height: 1.6;
}

.course_showcase_stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.course_showcase_stat {
	border-radius: 16px;
	padding: 13px 14px;
	background: #f8fafc;
	border: 1px solid #e5ebf2;
}

.course_showcase_stat span {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 800;
	color: #c70000;
	margin-bottom: 4px;
}

.course_showcase_stat strong {
	display: block;
	font-size: 0.96rem;
	line-height: 1.45;
	color: #0f172a;
}

.course_showcase_note {
	margin: 0;
	padding: 13px 15px;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff7e9 0%, #fffef8 100%);
	border-left: 4px solid #f4b01a;
	color: #4b5563 !important;
	line-height: 1.7;
}

.course_showcase_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: auto;
	padding-top: 6px;
	align-items: stretch;
}

.course_showcase_actions .course_primary_btn,
.course_showcase_actions .course_secondary_btn {
	flex: 1 1 210px;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 12px;
	white-space: nowrap;
}

.course_panel {
	padding: 26px;
}

.course_panel_head {
	margin-bottom: 14px;
}

.course_panel_head h3 {
	margin: 10px 0 0;
	font-size: 1.35rem;
	line-height: 1.3;
	color: #0f172a;
}

.course_topic_card {
	height: 100%;
	padding: 16px;
	border-radius: 16px;
	background: #fbfcfe;
	border: 1px solid #e5eaf1;
}

.course_topic_card h5 {
	margin-bottom: 8px;
	font-size: 1rem;
	line-height: 1.35;
	color: #0f172a;
}

.course_topic_card p {
	color: #475569 !important;
	line-height: 1.7;
}

.course_list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.course_list li {
	position: relative;
	padding: 12px 14px 12px 38px;
	border-radius: 14px;
	border: 1px solid #e5eaf1;
	background: #fbfcfe;
	color: #334155;
	line-height: 1.65;
}

.course_list li::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 18px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, #d10000 0%, #ffb200 100%);
	box-shadow: 0 0 0 4px rgba(209, 0, 0, 0.08);
}

.course_panel_sticky {
	position: sticky;
	top: 104px;
}

.course_panel .course_path_strip {
	gap: 8px;
}

.course_panel .course_path_strip span {
	background: #f8fafc;
	border: 1px solid #e5eaf1;
	color: #334155;
	padding: 7px 11px;
	font-size: 0.82rem;
}

@media (max-width: 1199px) {
	.course_showcase_card {
		padding: 26px;
	}

	.course_panel {
		padding: 22px;
	}
}

@media (max-width: 991px) {
	.course_showcase_left_stack {
		height: auto;
	}

	.course_showcase_support {
		flex: none;
	}

	.course_showcase_media {
		min-height: 300px;
	}

	.course_showcase_stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.course_panel_sticky {
		position: static;
	}
}

@media (max-width: 767px) {
	.course_showcase_card {
		padding: 20px;
	}

	.course_panel {
		padding: 18px;
	}

	.course_showcase_stats {
		grid-template-columns: 1fr;
	}

	.course_showcase_actions .course_primary_btn,
	.course_showcase_actions .course_secondary_btn {
		flex-basis: 100%;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.course_showcase_media {
		min-height: 240px;
	}

	.course_showcase_meta {
		grid-template-columns: 1fr;
	}

	.course_showcase_actions {
		flex-direction: column;
	}

	.course_showcase_actions .course_primary_btn,
	.course_showcase_actions .course_secondary_btn {
		flex-basis: auto;
		width: 100%;
	}
}