a.govuk-header__link--homepage:not(:hover) {
  margin-bottom: -1px;
}

.govuk-phonehub-full-header {
  margin-bottom: 10px;
}

.govuk-phonehub-navbar-right {
  margin-left: auto;
  display: none;
  padding-left: 0;
}

.govuk-phonehub-navbar-right .govuk-header__navigation-item:first-child {
  margin-left: 90px;
}

@media (width >=48.0625em) {
  .govuk-phonehub-navbar-right {
    display: inline-block;
  }

  .govuk-phonehub-full-header {
    display: flex;
  }

  .govuk-phonehub-header-hide-expanded {
    display: none;
  }

  .govuk-header__logo {
    display: inline-block;
    white-space: nowrap;
  }
}

.govuk-phonehub-header-logo {
  background-image: url('/images/VideoCallsIcon1024.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin-right: 0.1em;
  vertical-align: top;
}

.remove-hover-style:hover,
.remove-hover-style:active,
.remove-hover-style:not(:hover) {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
