#app-placeholder {
  /* hide page heading and tabs on nitro1/vue2 apss*/
  #epos-academic-profile,
  #epos-booking {
    .epos-applet {
      padding-top: 0 !important;

      #view-navigation,
      > section:first-of-type {
        display: none !important;
      }
    }
  }

  /* hide page heading and tabs on nitro2/vue3 apps*/
  #epos-exam,
  #epos-grades {
    .applet-page__header,
    section.pt-10:first-of-type {
      display: none !important;
    }
  }
}
