@media (min-width: 45em) {
  .header--logo-center.header--inline:not(.header--navigation-below) .header__right {
    min-width: 116px;
    justify-content: flex-end;
  }
}

@media (min-width: 45em) {
  .header--logo-center.header--inline:not(.header--navigation-below).header--has-accounts .header__right {
    min-width: 176px;
    justify-content: flex-end;
  }
}