/* V2.8 — PWA logo + menu logo */
.brand .logo{
    width:64px !important;
    height:64px !important;
    min-width:64px !important;
    background:#fff !important;
    border-radius:50% !important;
    padding:9px !important;
    overflow:hidden !important;
    box-shadow:0 14px 32px rgba(0,0,0,.22) !important;
}
.brand .logo img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
}
.mobile-topbar img,
.login-logo img{
    background:#fff !important;
    border-radius:50% !important;
    object-fit:contain !important;
    padding:10px !important;
}
@media(max-width:768px){
    .brand .logo{
        width:58px !important;
        height:58px !important;
        min-width:58px !important;
    }
}
