/* v0255: visa logotypen hel i stället för att beskära den.
   Ersätter beskärningsmatematiken i brand-v0076.css och density-v0104.css. */
.brand-logo-frame{
    background:transparent;
    border-radius:0;
    overflow:visible;
    display:inline-flex;
    align-items:center;
}
.brand-logo-frame img,
.app-shell .brand-logo-frame-top img{
    position:static!important;
    top:auto!important;
    left:auto!important;
    width:auto!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain;
    display:block;
}
.app-shell .brand-logo-frame-top,
.brand-logo-frame-top{
    width:auto!important;
    height:54px!important;
    max-width:230px;
}
.brand-logo-frame-login{
    width:auto;
    max-width:330px;
    height:76px;
    aspect-ratio:auto;
    border-radius:0;
}
@media(max-width:1050px){
    .app-shell .brand-logo-frame-top,
    .top-brand>.brand-logo-frame-top{
        display:block!important;
        width:auto!important;
        height:44px!important;
        max-width:190px;
    }
}
@media(max-width:600px){
    .app-shell .brand-logo-frame-top,
    .top-brand>.brand-logo-frame-top{
        height:38px!important;
        max-width:160px;
    }
}
