/* Give the original SBN logo clear space above and below the desktop navigation. */
@media (min-width:769px){
  #siteHeader .header-inner{height:auto;min-height:88px;padding-block:14px;align-items:center}
  #siteHeader .header-logo{flex-shrink:0}
  #siteHeader .header-logo>a{display:flex;align-items:center;line-height:0}
  #siteHeader .header-logo img{display:block;object-fit:contain}
}
