/* "Liragen.com" link shown to the right of the header title text.
   .md-header__topic is already display:flex; nowrap in Material, so the link
   flows inline right after the title text. */
.md-header__title .md-header__topic {
  align-items: center;
}
.md-header__liragen {
  flex-shrink: 0;
  margin-left: 0.7rem;
  padding-left: 0.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  color: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  opacity: 0.9;
}
.md-header__liragen:hover,
.md-header__liragen:focus {
  opacity: 1;
  text-decoration: underline;
}
