.fe-lms-page {
	padding: 42px 0;
}

.fe-lms-main {
	float: none;
	width: 100%;
}

.fe-lms-header {
	margin-bottom: 28px;
}

.fe-lms-header h1,
.fe-lms-detail-hero h1 {
	color: #303030;
	font-size: 34px;
	line-height: 1.18;
	margin-bottom: 10px;
}

.fe-lms-header p,
.fe-lms-detail-hero p {
	color: #5c5c5c;
	font-size: 18px;
}

.fe-lms-course-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fe-lms-course-card {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.fe-lms-course-image {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: #890c8d;
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	text-align: center;
}

.fe-lms-course-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fe-lms-course-card-body {
	padding: 20px;
}

.fe-lms-course-card h2 {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 10px;
}

.fe-lms-course-card h2 a {
	color: #303030;
}

.fe-lms-price {
	color: #890c8d;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.1;
	margin: 16px 0 10px;
}

.fe-lms-price-large {
	color: #d89000;
	font-size: 40px;
	margin: 20px 0 6px;
}

.fe-lms-course-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0;
}

.fe-lms-course-meta span {
	background: #f4f1f5;
	border-left: 4px solid #890c8d;
	color: #303030;
	font-size: 14px;
	padding: 6px 10px;
}

.fe-lms-button {
	background: #890c8d;
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	padding: 12px 18px;
	text-transform: uppercase;
}

.fe-lms-button:hover {
	background: #d89000;
	color: #fff !important;
}

.fe-lms-detail-hero {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	margin-bottom: 30px;
}

.fe-lms-detail-image img {
	border-radius: 8px;
	display: block;
	width: 100%;
}

.fe-lms-content-block,
.fe-lms-notice,
.fe-lms-empty {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 24px;
}

.fe-lms-content-block h2,
.fe-lms-notice h2 {
	font-size: 25px;
	margin-bottom: 14px;
}

.fe-lms-lesson-list {
	margin-left: 0;
	padding-left: 0;
}

.fe-lms-lesson-list li {
	border-bottom: 1px solid #eee;
	list-style-position: inside;
	margin-left: 0;
	padding: 12px 0;
}

.fe-lms-video {
	margin-bottom: 24px;
}

.fe-lms-video iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	width: 100%;
}

@media (max-width: 900px) {
	.fe-lms-course-grid,
	.fe-lms-detail-hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.fe-lms-page {
		padding: 26px 0;
	}

	.fe-lms-header h1,
	.fe-lms-detail-hero h1 {
		font-size: 28px;
	}

	.fe-lms-price-large {
		font-size: 34px;
	}

	.fe-lms-content-block,
	.fe-lms-notice,
	.fe-lms-empty {
		padding: 18px;
	}
}
