/* Tighten spacing under page title (H1) */
.md-content h1 {
  margin-bottom: 0.3rem !important;
}

/* Tagline: minimum gap */
.md-content h1 + em {
  display: block;
  margin-top: 0;
  margin-bottom: 0.25rem;  
  font-size: 1.05rem;
  color: #666;
  font-style: normal;
}

/* Logo alignment */
.tm-icon-inline {
  float: right;
  width: 110px;
  height: auto;
  margin-top: -3.6rem;
  margin-left: 1.2rem;
  opacity: 1;
}

/* Prevent float from affecting layout below */
.tm-icon-inline::after {
  content: "";
  display: block;
  clear: both;
}

/* === Reduce gap before first section heading === */
.md-content h2:first-of-type {
  margin-top: 1rem;    
}

/* Mobile */
@media (max-width: 900px) {
  .tm-icon-inline {
    width: 80px;
    margin-top: -2.8rem;
  }
}

/* Header LTM logo */
.md-header__button.md-logo img {
  height: 18px;
}