/*
 * Manabi Video Navi V274
 * Organization overview header contrast repair.
 *
 * The overview header is a dark presentation surface. V273 correctly made
 * light organization workplanes use dark ink, but that broad rule also
 * reached this one dark header. Keep this correction page- and landmark-
 * scoped so forms, permissions, billing, assignments and other pages remain
 * unchanged.
 */

body.app-shell.future-ui.mnv-future-ui.organization-app.page-index
  #main-content .org-main > .org-page-head h1 {
  color: #f7fbff !important;
  -webkit-text-fill-color: #f7fbff !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body.app-shell.future-ui.mnv-future-ui.organization-app.page-index
  #main-content .org-main > .org-page-head p {
  color: #c9d9ec !important;
  -webkit-text-fill-color: #c9d9ec !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
