/* ===== FORZAR LOGO EN SB ADMIN ===== */

.sidebar .sidebar-brand img.sidebar-logo {
  display: inline-block !important;
  max-width: 160px;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Ajuste del contenedor del brand */
.sidebar .sidebar-brand {
  height: auto !important;
  padding: 1rem 0.75rem !important;
  justify-content: flex-start !important;
}

/* Cuando el sidebar está colapsado */
.sidebar.toggled .sidebar-brand img.sidebar-logo {
  max-width: 36px;
  max-height: 36px;
}

/* Oculta texto al colapsar */
.sidebar.toggled .sidebar-brand-text {
  display: none !important;
}
