/*
 * PE-Class 11989 — Galaxy Z Fold7 unfolded-only polish
 *
 * Scope contract: every selector requires both a Fold-wide runtime marker and
 * a viewport wider than the compact/mobile breakpoint.  PC, MacBook, iPad,
 * Fold7 folded and iPhone layouts remain untouched.
 */

@media (min-width: 769px) {
  /*
   * The former current-screen/path sentence is not part of the navigation
   * any more.  Keep only the academic term pill at the content's right edge.
   */
  html.pe87FoldWide .foldCascadeSummary {
    display: none !important;
  }

  html.pe87FoldWide .foldCascadeTerm {
    margin-left: auto !important;
  }

  /* Match the first student-card gap to the confirmed 16px following gap. */
  html.pe87FoldWide[data-pe-tab="students"]
  #app.studentScreen > .studentManagementHeader {
    margin-bottom: 16px !important;
  }

  /*
   * The summary wrapper owns the single rounded frame.  Fold's card-row
   * conversion used to draw a second frame immediately inside it.
   */
  html.pe87FoldWide[data-pe-tab="students"]
  #app.studentScreen #studentPapsSummary > .miniAcademicTable tr,
  html.pe87FoldWide[data-pe-tab="students"]
  #app.studentScreen #studentAssessTable > .miniAcademicTable tr {
    border: 0 !important;
    border-radius: 0 !important;
  }

  /* Remove Fold-wide-only location sentences from the five requested tabs. */
  html.pe87FoldWide:is(
    [data-pe-tab="lessonCalendar"],
    [data-pe-tab="progress"],
    [data-pe-tab="calendar"],
    [data-pe-tab="assessment"],
    [data-pe-tab="paps"]
  ) #app .pe87Crumb {
    display: none !important;
    margin: 0 !important;
  }

  /* Selected-record headers previously reserved top space for that sentence. */
  html.peRecordWorkspace.pe87FoldWide:is(
    [data-pe-tab="progress"],
    [data-pe-tab="calendar"],
    [data-pe-tab="assessment"],
    [data-pe-tab="paps"]
  ) #app > .peRecordStickyRegion {
    padding-top: 0 !important;
  }
}
