/* Maintained centrally; copied by tools/sync-shared-shell.py. */
.site-header .brand-lockup {
  display: inline-grid;
  justify-items: stretch;
}
.site-header .brand-tagline {
  margin-top: 4px;
  color: #607582;
  font: 750 .5565rem/1.1 Arial, Helvetica, sans-serif;
  transform: translateX(3px);
  letter-spacing: .115em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-footer .footer-brand .footer-summary {
  max-width: none;
}
.site-footer .footer-topic {
  white-space: nowrap;
}
@media (min-width: 1101px) {
  .site-footer .footer-content {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
  .site-footer .footer-description-line {
    display: block;
  }
}
@media (max-width: 380px) {
  .site-header .brand-tagline {
    margin-top: 3px;
    font-size: .4935rem;
    letter-spacing: .09em;
  }
}
