/* Keep enterprise foundation and system-management navigation in view. */
@media (min-width: 901px) {
  .dataset-page[data-foundation-current-section] > .system-admin-nav-shell,
  .dataset-page[data-system-current-section] > .system-admin-nav-shell,
  [data-business-system-page] > .business-system-tabs {
    position: sticky;
    top: 0;
    z-index: 34;
    isolation: isolate;
    background: #fff;
    box-shadow: 0 1px 2px rgba(20, 44, 73, .05), 0 10px 22px rgba(20, 44, 73, .06);
  }

  .dataset-page[data-system-current-section] > .system-section-subnav {
    position: sticky;
    top: 62px;
    z-index: 33;
    background: #edf2f7;
    box-shadow: 0 8px 18px rgba(20, 44, 73, .05);
  }

  .dataset-page[data-system-current-section] > .system-section-subnav::before {
    position: absolute;
    top: -13px;
    right: -1px;
    left: -1px;
    height: 12px;
    pointer-events: none;
    background: var(--suite-page, #f6f8fc);
    content: "";
  }
}
