.fizz-header-brand {
  background-color: $color-background-brand;
  color: $color-text-inverse;
}

.fizz-header-brand .fizz-header-2 {
  color: $color-text-inverse !important;
}

.fizz-header-brand > div {
  padding: 0 $gutter-medium;
}

[class*="fizz-header"] .fizz-icon-wordmark {
  width: 80px;
  height: 40px;
}

.fizz-header-brand a {
  color: inherit;
}

.fizz-header-brand .fizz-horizontal-list a {
  color: $color-text-inverse;
  white-space: nowrap;
  padding: $spacing-16 0;
}

.fizz-header-brand .fizz-provi-wordmark {
  padding: $spacing-8 0;
}

@media (max-width: $breakpoint-m) {
  .fizz-header-brand nav {
    display: none;
  }
}