/* Keep the two visible header marks as independent links. */
#sp-header #sp-logo .afem-logo-split > a {
  display: block;
  flex: 0 0 auto;
  color: inherit;
  line-height: 0;
  text-decoration: none;
}

#sp-header #sp-logo .afem-logo-split > a:focus-visible {
  outline: 2px solid #1bb978;
  outline-offset: 3px;
  border-radius: 3px;
}
