/* Curriculum items render as non-clickable rows (the wrapping <a> was swapped
   for a <div> in the html-course-item filter). Keep the cursor default so the
   row doesn't look interactive. */
.lp-course-curriculum .course-section .course-item {
	cursor: default;
}
