/* Shared schedule typography for lesson-plan pages. */
body.lesson-plan-editorial #schedule > h3 {
	display: block !important;
	width: 100%;
	margin: 0 0 12px !important;
	color: var(--lp-ink, #173f27);
	font-family: var(--lp-serif, Georgia, "Times New Roman", serif);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

body.lesson-plan-editorial [data-lesson-time-table] .acs-heading .col-left,
body.lesson-plan-editorial [data-lesson-time-table] .acs-heading .col {
	font-weight: 700 !important;
}

body.lesson-plan-editorial [data-lesson-time-table] .table-row .col-left,
body.lesson-plan-editorial [data-lesson-time-table] .table-row .col {
	font-weight: 400 !important;
}
