/* Header shows the Bakdrop wordmark logo only; hide the redundant site name text.
   Use visibility (not display:none) so the title still occupies its flex space and
   keeps pushing the search box and header buttons to the right. */
.md-header__title {
  visibility: hidden;
}

/* Give the wide wordmark a bit more room in the header. */
.md-header__button.md-logo img {
  height: 1.6rem;
  width: auto;
}
