/* Compact inner-page navigation strip. Page data remains in the document for
   semantics/SEO, while the header surface displays only the breadcrumb trail. */
.nk-page-head,
.nk-page-head.has-image,
.nk-hub-head,
.nk-hub-single-head{
  display:block!important;
  min-height:0!important;
  padding:9px 0!important;
  overflow:hidden;
  border-bottom:1px solid color-mix(in srgb,var(--nk-line,#e2ddd2) 86%,transparent);
  background:color-mix(in srgb,var(--nk-page-head-bg,#f6f2e9) 78%,var(--nk-surface,#fff))!important;
  background-image:none!important;
}
.nk-page-head:before,.nk-page-head:after{display:none!important}
.nk-page-head>.nk-wrap{
  display:flex;
  min-height:28px;
  align-items:center;
}
.nk-page-head .nk-breadcrumbs{
  width:100%;
  margin:0!important;
  color:var(--nk-muted,#66706a)!important;
  font-size:11px!important;
  line-height:1.45;
}
.nk-page-head .nk-breadcrumbs a{color:var(--nk-green,#1f4d3a)!important}
.nk-page-head .nk-breadcrumbs a:hover{color:var(--nk-green-2,#6c7145)!important}
.nk-page-head>.nk-wrap>:not(.nk-breadcrumbs){
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
html[data-nk-theme="dark"] .nk-page-head{
  border-bottom-color:var(--nk-line)!important;
  background:color-mix(in srgb,var(--nk-dark-secondary,#171c22) 72%,var(--nk-dark-card,#242c34))!important;
}
html[data-nk-theme="dark"] .nk-page-head .nk-breadcrumbs{color:var(--nk-dark-muted,#c5ced3)!important}
html[data-nk-theme="dark"] .nk-page-head .nk-breadcrumbs a{color:var(--nk-dark-text,#f4f2ee)!important}
@media(max-width:640px){
  .nk-page-head,.nk-page-head.has-image,.nk-hub-head,.nk-hub-single-head{padding:8px 0!important}
  .nk-page-head>.nk-wrap{min-height:26px}
  .nk-page-head .nk-breadcrumbs{font-size:10px!important;overflow-x:auto;scrollbar-width:none}
  .nk-page-head .nk-breadcrumbs::-webkit-scrollbar{display:none}
  .nk-page-head .nk-breadcrumbs ol{width:max-content;min-width:100%;flex-wrap:nowrap}
}
