/*
 * LAAU main-site logo
 * Version: 1.0.0
 * Loaded after the existing design-authority stylesheets.
 */

.site-header .brand > a.has-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  border-radius: 4px;
  background: #ffffff;
  box-sizing: border-box;
  line-height: 1;
}

.site-header .brand > a.has-brand-logo .site-brand-logo {
  display: block;
  width: 128px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .site-header .brand > a.has-brand-logo .site-brand-logo {
    width: 112px;
  }
}