/**
 * Scheduled Course Material (lesson) and Writing Assignment (topic) indicators.
 */

.wba-course-material-schedule {
	display: inline-block;
	margin-top: 0.2rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.35;
	color: #92400e;
	background: #fef3c7;
	border: 1px solid #fcd34d;
	white-space: normal;
}

.wba-course-material-schedule--ld-row {
	margin-top: 0;
	margin-left: 0.35rem;
	vertical-align: middle;
}

.wba-course-home-sidebar .ld-item-components .wba-course-material-schedule--ld-row,
.wba-course-materials-section .ld-item-components .wba-course-material-schedule--ld-row {
	display: inline-flex;
	align-items: center;
}

.wba-course-material-schedule--sidebar,
.wba-course-material-schedule--sidebar-topic {
	display: block;
	margin-top: 0.35rem;
	max-width: 100%;
}

.wba-course-material-schedule--sidebar-topic {
	margin-left: 1.75rem;
}

.lms-topic-item .wba-course-material-schedule--sidebar-topic {
	font-size: 0.7rem;
}

.wba-course-browser .wba-course-browser__status--scheduled {
	color: #92400e;
	background: #fef3c7;
	border-color: #fcd34d;
}

.ld-table-list-item.lms-topic-is-locked.wba-step-is-scheduled .ld-topic-row,
.lms-lesson-item.wba-step-is-scheduled .bb-lesson-head {
	pointer-events: none;
	cursor: not-allowed;
}
