/* Global > Site header */

#site-header {
  padding: 20px 0;
  background: #E7F7FF;
}

.site-header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 80px;
  justify-content: space-between;
}

.contoso-logo-header{
  max-width: 200px;
}

.windows-logo-header{
  max-width: 180px;
}


@media (max-width: 767px) {
  .site-header-inner {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 var(--space-1x);
  }
}