/*
 * PE-Class v1.19.97
 * Galaxy Z Fold7 unfolded-only assessment header action alignment.
 * Keep the existing right edge of every action while allowing the action row
 * to share the title line and release the empty wrapped-line height.
 */
@media (min-width: 769px) and (max-width: 1200px) {
  html.pe87FoldWide[data-pe-tab="assessment"]
    #app > .pe87PageHead:has(#assessMissingStudentsBtn) > h2 {
    flex: 0 0 auto !important;
  }

  html.pe87FoldWide[data-pe-tab="assessment"]
    #app > .pe87PageHead:has(#assessMissingStudentsBtn) > .row {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 0 auto !important;
  }
}
