.hrs-lms-catalog {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
	margin: 24px 0;
}
.hrs-lms-course-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}
.hrs-lms-course-card img { width: 100%; height: auto; border-radius: 4px; margin-bottom: 10px; }
.hrs-lms-card-meta { font-size: 12px; color: #888; margin-bottom: 8px; }
.hrs-lms-card-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.hrs-lms-price { font-weight: 700; font-size: 16px; }

.hrs-cert-button {
	display: inline-block;
	background: #b8860b;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	font-size: 14px;
}
.hrs-cert-button:disabled { opacity: .6; cursor: default; }

.hrs-lms-enroll-box { text-align: center; padding: 24px; border: 1px solid #eee; border-radius: 8px; margin: 20px 0; }
.hrs-lms-price-big { font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.hrs-lms-enroll-status { display: block; margin-top: 10px; color: #c00; font-size: 13px; }

.hrs-lms-progress-bar { background: #eee; border-radius: 6px; height: 10px; overflow: hidden; margin: 12px 0 4px; }
.hrs-lms-progress-fill { background: #1a7a1a; height: 100%; }
.hrs-lms-progress-label { font-size: 13px; color: #666; margin: 0 0 20px; }

.hrs-lms-lesson { border: 1px solid #eee; border-radius: 6px; padding: 16px; margin-bottom: 14px; }
.hrs-lms-lesson.is-complete { border-left: 4px solid #1a7a1a; }
.hrs-lms-lesson h4 { margin-top: 0; }
.hrs-lms-lesson-num { color: #b8860b; }
.hrs-lms-check { color: #1a7a1a; margin-left: 6px; }
.hrs-lms-video-embed { position: relative; padding-bottom: 56.25%; height: 0; margin: 10px 0; }
.hrs-lms-video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.hrs-lms-complete-lesson-btn {
	background: #333; color: #fff; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 13px; margin-top: 10px;
}

.hrs-lms-quiz { border: 1px solid #ddd; border-radius: 8px; padding: 20px; margin-top: 24px; background: #fafafa; }
.hrs-lms-quiz-question { margin-bottom: 16px; }
.hrs-lms-quiz-choice { display: block; margin: 4px 0; font-weight: normal; }
.hrs-lms-quiz-result { margin-top: 14px; padding: 12px; border-radius: 4px; font-weight: 600; }
.hrs-lms-quiz-result.is-pass { background: #e6f4e6; color: #1a7a1a; }
.hrs-lms-quiz-result.is-fail { background: #fdeaea; color: #c00; }
.hrs-lms-notice { font-size: 14px; color: #666; }
.hrs-lms-complete-banner { background: #e6f4e6; color: #1a7a1a; padding: 16px; border-radius: 6px; font-weight: 600; margin-top: 20px; }

.hrs-lms-my-course-row { border: 1px solid #eee; border-radius: 6px; padding: 16px; margin-bottom: 14px; }
.hrs-lms-my-course-title { font-weight: 600; margin-bottom: 6px; }
.hrs-lms-badge { font-size: 11px; padding: 2px 8px; border-radius: 10px; margin-left: 8px; }
.hrs-lms-badge-complete { background: #e6f4e6; color: #1a7a1a; }
.hrs-lms-my-course-meta { font-size: 13px; color: #666; }
