/* Quarto / Bootstrap navbar logo sizing */
.navbar .navbar-brand img,
.navbar-brand img {
  height: 28px !important;
  max-height: 28px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}

/* Optional: reduce gap between logo and title */
.navbar .navbar-brand {
  gap: 0.5rem;
}
/* If multiple images end up inside the brand, keep only the first */
.navbar .navbar-brand img + img {
  display: none !important;
}
