/* FORCE LOGO SIZES - HIGHEST PRIORITY */

/* Override ALL logo sizing with absolute force */
img[src*="mxnd-text-logo-new.png"] {
    height: 40px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 40px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Hero logo specifically - now separate from title */
.hero-logo-main {
    height: 200px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 200px !important;
    display: block !important;
    margin-bottom: -10px !important;
}

/* Hero title spacing adjustments */
.hero-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1.1 !important;
}

/* Hero title container spacing */
.hero-title-container {
    margin-bottom: 1rem !important;
}

/* Legacy hero title logo selector for any remaining inline logos */
.hero-title img[src*="mxnd-text-logo-new.png"] {
    height: 200px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 200px !important;
    vertical-align: baseline !important;
    margin-right: 0.5rem !important;
}

/* Section title logos */
.section-title img[src*="mxnd-text-logo-new.png"] {
    height: 60px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 60px !important;
    vertical-align: baseline !important;
}

/* Force navigation logo - coin logo - AGGRESSIVE TARGETING */
.navbar-brand img[src*="mxnd-logo.png"],
.navbar img[src*="mxnd-logo.png"],
nav img[src*="mxnd-logo.png"] {
    height: 80px !important;
    width: 80px !important;
    max-height: none !important;
    min-height: 80px !important;
    max-width: none !important;
    min-width: 80px !important;
}

/* Force navigation logo - text logo - AGGRESSIVE TARGETING */
.navbar-brand img[src*="mxnd-text-logo-new.png"],
.navbar-brand .logo-text-img,
.navbar img[src*="mxnd-text-logo-new.png"],
nav img[src*="mxnd-text-logo-new.png"] {
    height: 60px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 60px !important;
    max-width: none !important;
}

/* Footer logos - AGGRESSIVE TARGETING */
.footer-coin-logo,
footer img[src*="mxnd-logo.png"],
.brand-logos img[src*="mxnd-logo.png"] {
    height: 120px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 120px !important;
    max-width: none !important;
}

.footer-text-logo,
footer img[src*="mxnd-text-logo-new.png"],
.brand-logos img[src*="mxnd-text-logo-new.png"] {
    height: 100px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 100px !important;
    max-width: none !important;
}

/* Mobile overrides */
@media (max-width: 768px) {
    img[src*="mxnd-text-logo-new.png"] {
        height: 32px !important;
        min-height: 32px !important;
    }
    
    .hero-logo-main,
    .hero-title img[src*="mxnd-text-logo-new.png"] {
        height: 150px !important;
        min-height: 150px !important;
    }
    
    .navbar-brand img[src*="mxnd-logo.png"] {
        height: 50px !important;
        width: 50px !important;
    }
    
    .navbar-brand img[src*="mxnd-text-logo-new.png"],
    .navbar-brand .logo-text-img {
        height: 38px !important;
    }
    
    .footer-coin-logo {
        height: 80px !important;
    }
    
    .footer-text-logo {
        height: 65px !important;
    }
}

@media (max-width: 576px) {
    img[src*="mxnd-text-logo-new.png"] {
        height: 28px !important;
        min-height: 28px !important;
    }
    
    .hero-logo-main,
    .hero-title img[src*="mxnd-text-logo-new.png"] {
        height: 120px !important;
        min-height: 120px !important;
    }
    
    .navbar-brand img[src*="mxnd-logo.png"] {
        height: 45px !important;
        width: 45px !important;
    }
    
    .navbar-brand img[src*="mxnd-text-logo-new.png"],
    .navbar-brand .logo-text-img {
        height: 32px !important;
    }
    
    .footer-coin-logo {
        height: 70px !important;
    }
    
    .footer-text-logo {
        height: 55px !important;
    }
}