
/* Use Twenty Seventeen width container */
.pg-header { height:250px; display:block; background:transparent; }
.pg-header .pg-header-inner { display:grid; grid-template-columns:1fr auto; align-items:center; gap:16px; height:250px; }
.pg-header .custom-logo{max-height:200px;height:auto}

.pg-nav-second-row { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-top:.25rem; }

/* Dropdown styles (inherit base theme) */
.navigation-top .menu { list-style:none; margin:0; padding:0; display:flex; gap:1rem; }
.navigation-top .menu > li { position:relative; }
.navigation-top .sub-menu {
  position:absolute; left:0; top:100%;
  min-width:220px;
  background:#fff;
  border:1px solid rgba(0,0,0,.1);
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  padding:.5rem 0;
  display:none; z-index:9999;
}
.navigation-top li:hover > .sub-menu,
.navigation-top li:focus-within > .sub-menu { display:block; }
.navigation-top .submenu-toggle{ margin-left:.35rem; font-size:.8em; line-height:1; }

/* Breadcrumbs */
.pg-breadcrumbs{margin:.5rem 0}
.pg-breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;gap:.5rem;flex-wrap:wrap}
.pg-breadcrumbs li::after{content:'/';margin-left:.5rem}
.pg-breadcrumbs li:last-child::after{content:''}

@media (max-width:480px){
  .pg-header .pg-header-inner{ grid-template-columns:1fr; justify-items:flex-start; }
}
