.nsrt-theme .nsrm-custom-header {
  position: relative !important;
  box-shadow: none !important;
}

.nsrt-theme .nsrm-custom-header__top {
  position: relative !important;
  z-index: 1 !important;
}

.nsrt-theme .nsrm-custom-header__bottom,
.nsrt-theme .nsrm-custom-header__bottom.is-sticky-active {
  position: sticky !important;
  top: var(--nsrm-admin-top, 0px) !important;
  z-index: 10040 !important;
}
