/* Final navigation layer: loaded after cn.css on every page. */
:root { --rl-fixed-header-height:74px; }

html { scroll-padding-top:calc(var(--rl-fixed-header-height) + 10px); }

.cn-root {
  padding-top:var(--rl-fixed-header-height) !important;
}

.cn-root > header {
  position:fixed !important;
  z-index:3000 !important;
  top:0 !important;
  right:0 !important;
  left:0 !important;
  width:100% !important;
}

.cn-root section {
  scroll-margin-top:calc(var(--rl-fixed-header-height) + 10px);
}

@media (max-width:640px) {
  :root { --rl-fixed-header-height:68px; }
}
