/*
 * PE-Class v11973 — compact-mobile student title and section rhythm
 *
 * The desktop page heading remains in the DOM for the wide layouts. On
 * compact mobile, the persistent selector heading owns the student title so
 * it shares PAPS' icon, type scale and placement without duplicating a row.
 */
@media (max-width: 768px) {
  html[data-pe-tab="students"]
  #app.studentScreen
  > .pe87PageHead {
    display: none !important;
  }

  html[data-pe-tab="students"]
  #app.studentScreen
  > .studentRosterTools {
    margin-bottom: 0 !important;
  }

  html[data-pe-tab="students"]
  #app.studentScreen
  > .studentRosterTools
  + div[style="height:16px"] {
    height: 12px !important;
  }
}
