
/* Header becomes brand-first */
.legacy-top-nav{display:none!important}
.chapter-nav-wrap{
  margin:18px 0 22px;
  display:flex;align-items:center;
}
.chapter-subnav{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:6px!important;
  border-radius:999px!important;
  background:rgba(255,255,253,.72)!important;
  border:1px solid rgba(92,130,121,.12)!important;
  box-shadow:0 8px 24px rgba(63,96,88,.035)!important;
}
.chapter-subnav a{
  min-height:34px!important;
  padding:7px 13px!important;
  border-radius:999px!important;
  font-size:11px!important;
  font-weight:700!important;
  text-decoration:none!important;
  color:#607b75!important;
  background:transparent!important;
  border:1px solid transparent!important;
  box-shadow:none!important;
}
.chapter-subnav a:hover{
  background:#f1f7f4!important;
}
.chapter-subnav a:last-child{
  background:#e5f3ef!important;
  color:#39756c!important;
  border-color:#d4e9e3!important;
}
@media(max-width:700px){
 .chapter-nav-wrap{margin:14px 0 18px;overflow-x:auto;padding-bottom:3px}
 .chapter-subnav{flex-wrap:nowrap!important;min-width:max-content}
 .chapter-subnav a{font-size:10px!important;padding:6px 10px!important;min-height:32px!important}
}
