/* Keep the original bee logo prominent in the header. */
.md-header__button.md-logo {
  display: block;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 5rem;
  width: 5rem;
}

@media screen and (max-width: 44.984375em) {
  .md-header__button.md-logo img,
  .md-header__button.md-logo svg {
    height: 3rem;
    width: 3rem;
  }
}

/* Fit the full repository name above Material's native release/star/fork row. */
@media screen and (min-width: 60em) {
  .md-header__source {
    width: 16rem;
    max-width: none;
    flex-shrink: 0;
  }
}

/* The native repository block moves into the drawer on smaller screens. */
.md-nav .md-source__repository {
  white-space: normal;
  overflow-wrap: anywhere;
}
