/* Logo en el sidebar */
.lg\:max-h-8 {
    max-height: 2.2rem !important;
}

.max-h-8 {
    max-height: 2.2rem !important;
}

.h-8 {
    height: auto !important;
    max-height: 2.2rem !important;
    width: auto !important;
    max-width: 180px !important;
}

/* Reducir padding del contenedor del logo */
[class*="sidebar"] a[href="/admin/"],
nav a[href="/admin/"] {
    padding: 8px 12px !important;
}
