/**
 * The Efor/LearnPress course wrapper is already green, but the nested
 * .lp-content-area inherits Looghati's light page background and covers it.
 * Scope this override to single LearnPress courses only.
 */
body.single-lp_course .course-detail-info,
body.single-lp_course .course-detail-info .lp-content-area {
	background-color: rgb(3, 147, 151) !important;
}

