/* Hide the site name text — the logo wordmark already includes "CivicOS" */
.md-header__topic .md-ellipsis {
  display: none;
}

/* Scale up the logo wordmark to match the former site name text size */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2rem !important;
  width: auto !important;
}
