body {
	background: #ffffff;
	color: #111111;
	line-height: 1.6;
}

li:first-child {
	margin-top: auto;
}
.main__academy {
	padding: 0;
}
.course {
	width: 100%;
}

.course__hero {
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.course__hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course__header {
	background: #f5f5f5;
	text-align: center;
	padding: 60px 20px;
}

.course__category {
	color: #0a8ecf;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 10px;
}

.course__title {
	font-size: 5em;
	font-weight: 700;
	margin: 10px 0;
}

.course__author {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

.course__description {
	max-width: 720px;
	margin: 0 auto 20px;
	font-size: 1.5em;
	font-weight: bold;
}

.course__share ul {
	display: flex;
	justify-content: center;
	gap: 16px;
	font-size: 14px;
}

.course__container {
	max-width: 1200px;
	margin: 60px auto 40px auto;
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 60px;
	padding: 0 20px;
}

.course__content {
	font-size: 15px;
}

.course__section {
	margin-bottom: 40px;
}

.course__section-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.course__text {
	color: #000000;
}

.course__syllabus {
	border: 1px solid #0a8ecf;
	border-radius: 8px;
	padding: 20px;
}

.course__syllabus-item {
	margin-bottom: 15px;
}

.course__syllabus-item:last-child {
	margin-bottom: 0;
}

.course__syllabus-item-excerpt {
	margin-left: 2em;
}

.course__sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 3em;
}

.course-card {
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	padding: 20px;
	background: #f5f5f5;
}

.course-card__cta {
	margin-bottom: 20px;
}

.course-card__button {
	display: block;
	text-align: center;
	padding: 12px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 10px;
	transition: background 0.2s ease;
}

.course-card__instructor {
	margin-top: 20px;
}

.course-card__instructor img {
	width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
}

.course-card__instructor-name {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 1.8em;
}

.course-card__instructor-text {
	font-size: 1em;
}

.course-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.course-card__cta-header {
	font-size: 1.25em;
	margin-bottom: 1em;
}

.course-card__button--primary {
	background: #1e3a8a;
	color: #ffffff;
}

.course-card__button--primary:hover {
	background: #162d6b;
}

.course-card__button--token {
	background: #0a8ecf;
}

.course-card__button--token:hover {
	background: #087bb5;
}

.course-card__secondary-cta {
	margin-top: 10px;
	border: 1px solid #1e3a8a;
	border-radius: 5px;
	background-color: #ffffff;
}
.course-cta-link {
	font-weight: bold;
	color: #1e3a8a;
	font-size: 1.25em;
}

.course-card__instructor-label {
	font-size: 12px;
	margin: 10px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.course-card__instructor-image {
	width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
}
.course-card__divider {
	display: flex;
	align-items: center;
	margin: 16px 0;
}

.course-card__divider::before,
.course-card__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e5e7eb;
}

.course-card__divider-text {
	margin: 0 10px;
	font-size: 13px;
	color: #777777;
	text-transform: uppercase;
}
.course-card:first-child {
	box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.25);
}
.course-card:last-child {
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1), 6px 0 12px rgba(0, 0, 0, 0.05);
}

.course-card__button--primary-title,
.course-card__button--primary-sub-title {
	margin-bottom: 0;
}
.course-card__button--primary-title {
	font-size: 1.5em;
}
.course__content-break {
	margin-bottom: 2.5em;
	border: none;
	border-top: 2px solid #000000;
}

.course__related-wrapper {
	background: #f5f5f5;
}
.course__related {
	max-width: 1280px;
	margin: 40px auto auto auto;
	position: relative;
	padding: 40px 0;
}

.course__related-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000000;
}

.course__related-list {
	position: static;
	margin: 0 -8px;
}

.course__related-list .slick-list {
	overflow: hidden;
	padding: 10px 0;
}

.course__related-list .slick-track {
	display: flex;
}

.course__related-list .slick-slide {
	display: flex;
	padding: 0 8px;
	height: auto;
}

.course__related-list .slick-slide > div {
	display: flex;
	flex: 1;
	width: 100%;
	height: 100%;
}

.course__related-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course__related-item:hover {
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
}

.course__related-item img {
	width: 100%;
	height: 15em;
	flex-shrink: 0;
}

.course__related-item-body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.course__related-item-title {
	font-size: 1.5em;
	font-weight: 700;
	margin: 14px 16px 6px;
	line-height: 1.4;
	min-height: calc(1.4em * 2);
	overflow: hidden;
}

.course__related-item-instructor {
	font-size: 13px;
	margin: 0 16px 6px;
	min-height: 1.4em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.course__related-item-sub-title {
	font-size: 13px;
	margin: 0 16px 0;
	line-height: 1.5;
	height: calc(1.5em * 3);
	overflow: hidden;
}
.course__related-item-footer {
	padding: 16px;
	margin-top: auto;
}

.course__related-item-footer a {
	display: block;
	padding: 10px;
	text-align: center;
	background: #1e3a8a;
	color: #ffffff;
	border-radius: 22px;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.2s ease;
}

.course__related-item-footer a:hover {
	background: #162d6b;
}
.course__related-list:not(.slick-initialized) + button.slide-arrow {
	display: none;
}
button.slide-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	z-index: 5;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
}

button.slide-arrow.prev-arrow {
	left: -40px;
}

button.slide-arrow.next-arrow {
	right: -40px;
}

button.slide-arrow i {
	font-size: 18px;
}

.course__cta--header {
	display: none;
}

.course__cta--sidebar {
	display: block;
}
.course-share-option-title {
	display: none;
}
.slick-disabled {
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 1350px) {
	.course__related {
		padding: 40px 60px;
	}

	button.slide-arrow.prev-arrow {
		left: -40px;
	}

	button.slide-arrow.next-arrow {
		right: -40px;
	}
}
@media (max-width: 1024px) {
	.course__container {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.course__cta--header {
		display: flex;
		margin: 20px auto;
		justify-content: center;
		border-radius: 8px;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
		padding: 20px;
	}

	.course-sidebar {
		display: none;
	}
}

@media (max-width: 768px) {
	.course__header {
		padding: 40px 20px;
	}

	.course__title {
		font-size: 26px;
	}

	.course__author {
		font-size: 16px;
	}

	.course__description {
		font-size: 14px;
	}

	.course__hero {
		height: 260px;
	}

	.course__container {
		margin: 40px auto;
		padding: 0 16px;
	}

	.course__section-title {
		font-size: 18px;
	}

	.course-card {
		padding: 16px;
	}

	.course-card__instructor-name {
		font-size: 1.4em;
	}

	.course__related-item img {
		height: 150px;
	}

	button.slide-arrow {
		width: 36px;
		height: 36px;
	}
}
@media (max-width: 480px) {
	.course__title {
		font-size: 22px;
	}

	.course__hero {
		height: 220px;
	}

	.course__related {
		padding: 20px 10px;
		margin-top: 0px;
	}

	.course__related-title {
		font-size: 18px;
	}

	.course__related-item img {
		height: 140px;
	}

	.course__related-item-title {
		font-size: 14px;
	}

	.course__related-item-sub-title {
		font-size: 12px;
		height: calc(1.5em * 2);
	}
	.course__related-list .slick-slide > div {
		width: 350px;
		margin: auto;
	}
	button.slide-arrow.next-arrow {
		right: 0;
	}
	button.slide-arrow.prev-arrow {
		left: 0;
	}
}
@media (max-width: 400px) {
	.course__related-list .slick-slide > div {
		width: 250px;
		margin: auto;
	}
	button.slide-arrow.next-arrow {
		right: -5px;
	}
	button.slide-arrow.prev-arrow {
		left: -5px;
	}
}
