/* ==========================================================================
   FORCE CUSTOM LOGO VARIATIONS ACROSS ALL SECTIONS
   ========================================================================== */

/* 1. MAIN HEADER LOGO FORCE - 180x45 VARIATION */
.navbar-brand, 
.site-logo, 
.header-logo, 
a.logo, 
.header-main-logo,
.header-transparent .site-logo,
.sticky-header .site-logo {
    content: url("https://uonos.com") !important;
    display: inline-block !important;
    max-height: 45px !important;
    width: 180px !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

/* 2. RETINA HEADER FORCE FOR HIGH-RES DISPLAYS */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .navbar-brand, .site-logo, .header-main-logo {
        content: url("https://uonos.com") !important;
        max-height: 45px !important;
        width: 180px !important;
    }
}

/* 3. SIDEBAR COMPACT / MOBILE TOGGLE LOGO - 36x36 ICON VARIATION */
.sidebar-compact-logo, 
.mini-sidebar .site-logo, 
.aside-logo img,
.navigation-menu-toggle .logo-icon,
.whmcs-sidebar-header .logo {
    content: url("https://uonos.com") !important;
    max-height: 36px !important;
    width: 36px !important;
    filter: none !important;
}
