.sjbk-learn-course-top {
	margin: 0.35rem 0 1.15rem;
}

.sjbk-learn-course-top__btn {
	display: inline-block;
	min-width: 11rem;
	padding: 0.65rem 1.15rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
}

.lp-single-course__header .sjbk-learn-course-top {
	margin: -0.35rem 0 1.25rem;
}

.course-detail-info .sjbk-learn-course-top {
	margin: 0.75rem 0 0;
}

.sjbk-learn-course-option {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.sjbk-learn-course-option__label {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
}

.sjbk-learn-course-option__desc {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	color: #334155;
}

.sjbk-learn-course-option__rate {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	color: #0f766e;
}

.sjbk-learn-course-option__btn {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* Both course columns scroll together. LearnPress sticky freezes the sidebar while a long curriculum keeps moving. */
@media (min-width: 992px) {
	.lp-single-course .lp-single-course-main__right__inner,
	.lp-single-offline-course__right__sticky {
		position: static;
		top: auto;
	}
}
