/**
 * Shared site logo - used by all public pages (navbar brand).
 * Matches homepage brand sizing: 140px wide, intrinsic ratio, no stretch/crop.
 * Load AFTER bootstrap.css / yks.css so it wins the cascade.
 */
.navbar-brand {
  height: auto !important;
  max-height: none !important;
  max-width: 160px !important;
  line-height: normal !important;
  overflow: hidden !important;
}

.yks-site-logo,
.navbar-brand > img,
.navbar-brand img,
a.navbar-brand img,
img.logo-yks {
  width: 140px !important;
  max-width: 140px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}
