/* Match the classroom's existing mobile breakpoint. Hide only the completed
 * editor's activity/place description; saved data and other headers stay intact. */
@media(max-width:768px){
 .classroomFlow[data-classroom-view="completed"] .classroomSessionBar>div:first-child>p{display:none!important}
}
