/**
 * Compact SDU header logo (51px height) — non-homepage Thinkific / course headers.
 */
.header__logo img.logo,
.header__logo img.img-responsive.logo {
  height: 51px !important;
  width: auto !important;
  max-height: 51px !important;
  max-width: none !important;
  object-fit: contain;
}

@media (max-width: 767px) {
  .header__logo img.logo,
  .header__logo img.img-responsive.logo {
    height: 44px !important;
    max-height: 44px !important;
  }
}
