/* DT636 SAFE: edge-aligned navbar (global, robust selectors) */

/* Keep header exactly viewport-wide on all pages */
.p-header,
header#p-header.p-header{
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
}

/* Use full-width container with symmetric side gutters */
.p-header .p-container,
header#p-header.p-header .p-container{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: clamp(14px, 2.2vw, 28px) !important;
  padding-right: clamp(14px, 2.2vw, 28px) !important;
  box-sizing: border-box !important;
}

/* Main nav row: full width and balanced */
.p-header .p-nav,
header#p-header.p-header .p-nav{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
}

/* Keep center menu centered without pushing edges */
.p-header .p-menu,
.p-header .p-menu-wrap{
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
}

/* Keep side blocks compact */
.p-header .p-logo,
.p-header .p-brand,
.p-header .logo,
.p-header .p-actions,
.p-header .p-cta,
.p-header .p-right{
  flex: 0 0 auto !important;
}

@media (max-width: 1350px){
  .p-header .p-menu-list{
    justify-content: center !important;
  }
}
