/* assets/css/logo_header_fix.css */
/* v23: logo derecho más pequeño para caber bien. */

.header-logo {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.header-logo img {
    width: 40px !important;
    height: 40px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,.25)) !important;
}

.app-header,
.gestion-header {
    grid-template-columns: 52px minmax(0, 1fr) 50px !important;
}

@media (max-width: 640px) {
    .header-logo img {
        width: 36px !important;
        height: 36px !important;
    }

    .app-header,
    .gestion-header {
        grid-template-columns: 48px minmax(0, 1fr) 46px !important;
    }
}
