/* v8: dual Adremy Cards logos that follow the selected color theme. */
.theme-logo-light{display:none!important}
html[data-theme=light] .theme-logo-dark{display:none!important}
html[data-theme=light] .theme-logo-light{display:block!important}
.brand .theme-logo{flex:none}
.hero-card-brand{display:block;min-width:150px}
.hero-card-brand .theme-logo{width:auto;max-width:170px;max-height:34px;object-fit:contain}

@media(max-width:650px){
    .hero-card-brand{min-width:118px}
    .hero-card-brand .theme-logo{max-width:132px;max-height:30px}
}
