/* The header logo is a WORDMARK — it already says "agentctl" — so Material's
   site-title next to it renders the name twice. Hide the title and let the
   wordmark carry it. `site_name` still supplies <title> and the search index;
   only the visible duplicate goes. */
.md-header__title {
  display: none;
}

/* Default logo height is 1.2rem, which on a 4.5:1 wordmark leaves it around 54px
   wide and unreadable. wordmark-white.png is cropped to its own ink with no
   padding, so it needs a little breathing room on the right. */
.md-header__button.md-logo img {
  height: 1.15rem;
  width: auto;
  margin-right: 0.4rem;
}
