/*
 * Compatibility layer for the PDI global header v8.
 * Geometry now lives in pdi-header.css; this file remains in place so existing
 * page templates can keep their current stylesheet reference safely.
 */
#pdi-common-header,
#pdi-common-header .pdi-site-header,
#pdi-common-header .pdi-site-header__inner,
#pdi-common-header .pdi-nav,
#pdi-common-header .pdi-nav__menu,
#pdi-common-header .pdi-nav__item {
  overflow: visible !important;
}

body.admin-bar #pdi-common-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar #pdi-common-header {
    top: 46px !important;
  }
}
