/* EN desktop header: with a third manuals block (Sustainability) the holder no
   longer fits the gap between the nav and the language switcher, which it
   overlapped because it is positioned out of flow. Let it flow as a flex item
   of the nav list instead, and push it to the right so it sits beside the
   language switcher. */
@media only screen and (min-width: 751px) {
  .header.en .header__nav {
    flex: 1;
    margin-left: .8rem;
    margin-right: .3rem;
  }

  .header.en .header__nav ul {
    align-items: center;
  }

  .header.en .header__button-holder {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin-left: auto;
  }
}
