/* Scoped corrections for the current workbench and research cockpit. */
#root .app-shell .institutional-workbench.role-home--admin>.role-home-heading {
  border-bottom: 0;
}

/* Keep the school comparison inside its allocated space above the actions. */
#root .app-shell .executive-cockpit.institutional-cockpit-designed.research-screen-v7 .rd-school-comparison {
  overflow: auto;
  justify-content: flex-start;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #5484a5 transparent;
}
#root .app-shell .executive-cockpit.institutional-cockpit-designed.research-screen-v7 .rd-school-comparison>button {
  flex-shrink: 0;
}

/* Source-detail tables share the cockpit palette, including alternate and hovered rows. */
#root .app-shell .executive-cockpit.institutional-cockpit-designed.research-screen-v7 .erc-table-wrap tbody tr {
  background: #0c2945;
}
#root .app-shell .executive-cockpit.institutional-cockpit-designed.research-screen-v7 .erc-table-wrap tbody tr:nth-child(even) {
  background: #11334f;
}
#root .app-shell .executive-cockpit.institutional-cockpit-designed.research-screen-v7 .erc-table-wrap tbody tr:hover {
  background: #174563;
}
#root .app-shell .executive-cockpit.institutional-cockpit-designed.research-screen-v7 .erc-table-wrap td {
  background: transparent;
  color: #dceaf5;
}
#root .app-shell .executive-cockpit.institutional-cockpit-designed.research-screen-v7 .erc-table-wrap td small {
  color: #aac4d8;
}
