.#{$namespace}-wrapper {
	.ld-item-list.ld-course-list,
	.ld-item-list.ld-lesson-list {
		.ld-section-heading {
			margin-bottom: 1.5em;
			h2 {
				margin: 0;
				padding: 0;
				font-size: 24px;
			}
			.ld-item-list-actions {
				width:auto;
				justify-content:flex-end;
			}
			@include for-phone {
				margin-bottom: 0.5em;
				margin-top: 0;
				flex-wrap: wrap;
				h2,
				.ld-item-list-actions {
					flex: 0 0 100%;
					justify-content: space-between;

				}
			}
		}
		.ld-lesson-section-heading {
			font-size: 18px;
			display: block;
			margin: 1em 0 0.5em 0;
			font-weight: bold;
		}
	}
}
