/* Keep the official seal compact and aligned in the institutional header. */
.site-header .brand .custom-logo-link {
  display: block !important;
  flex: 0 0 64px !important;
  line-height: 0 !important;
}

.site-header .brand img.custom-logo {
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

.site-header .brand img.ahd-official-seal {
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  flex: 0 0 64px !important;
}

@media (max-width: 575px) {
  .site-header .brand .custom-logo-link { flex-basis: 50px !important; }
  .site-header .brand img.custom-logo { width: 50px !important; height: 50px !important; max-width: 50px !important; max-height: 50px !important; }
}
