/* =========================================================
   BC HEADER v22.10 — tablet portrait nav centering
   Scope: homepage tablet portrait header only. Does not touch mobile hero.
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.home #brxe-deuphi {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }

  body.home #brxe-deuphi .bricks-nav-menu-wrapper {
    width: 100% !important;
    justify-content: center !important;
    display: flex !important;
  }

  body.home #brxe-deuphi .bricks-nav-menu {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.home #brxe-deuphi .bricks-nav-menu > li {
    flex: 0 0 auto !important;
  }
}
