/* ================================================================
   ODS Logo Signature — 56px → 160px effet "logo héro"
   Deploy: 22 avril 2026
   Rollback: sudo rm /var/www/omicsdatasolutions.com/wp-content/mu-plugins/ods-logo-signature.php
   ================================================================ */

/* ---------- Container du logo — plus d'air autour ---------- */
body aside.ods-sidebar .ods-sb-logo {
    margin-bottom: 40px !important;
    padding: 8px 4px 0 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

/* ---------- Logo image — taille signature ---------- */
body aside.ods-sidebar .ods-sb-logo img {
    max-height: 160px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* ---------- Link wrapper du logo (si présent) ne doit pas contraindre ---------- */
body aside.ods-sidebar .ods-sb-logo a,
body aside.ods-sidebar .ods-sb-logo a img {
    max-height: 160px !important;
    width: auto !important;
    height: auto !important;
}

/* ---------- Mobile : légèrement plus petit (viewport limité) ---------- */
@media (max-width: 1024px) {
    body aside.ods-sidebar .ods-sb-logo img,
    body aside.ods-sidebar .ods-sb-logo a img {
        max-height: 80px !important;
    }
}
