/**
 * Logo-only admin brand: floated .brand-image needs a clearfix when visible
 * .brand-text is sr-only (removed from normal flow), matching upstream AdminLTE
 * which always keeps an in-flow .brand-text next to the image.
 */
.main-sidebar .brand-link::after {
  content: "";
  display: table;
  clear: both;
}

/* Wide wordmark logo: no circle/pill mask (avoid img-circle on horizontal assets) */
.main-sidebar .brand-link .brand-image {
  border-radius: 0;
  box-shadow: none;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-top: 0;
}
