@import url("./base.css");
@import url("./themes/index.css");
@import url("./components/index.css");
@import url("./layouts/index.css");

/* =========================================================
   MUNTIJI_GLOBAL_BRAND_R8B
   Official platform brand — enterprise shell
   Source aspect ratio: 1.5:1
   ========================================================= */

.mui-enterprise-brand__mark.mui-enterprise-brand__mark--official{
    width:60px;
    height:40px;
    min-width:60px;
    min-height:40px;
    max-width:60px;
    max-height:40px;
    padding:0;
    border:0;
    border-radius:0;
    overflow:visible;
    background:transparent;
    box-shadow:none;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:none;
}

.muntiji-enterprise-brand-logo{
    display:block;
    width:60px !important;
    height:40px !important;
    min-width:60px;
    min-height:40px;
    max-width:60px;
    max-height:40px;
    aspect-ratio:3 / 2;
    object-fit:contain;
    object-position:center;
    flex:none;
}
