
.magsu-ml-wrap{
    position:fixed;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:center;
}
.magsu-ml-main,
.magsu-ml-item{
    border:none;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-decoration:none;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.magsu-ml-main{
    background:linear-gradient(135deg,#c40000,#1a1a1a);
    color:#fff;
    position:relative;
    z-index:2;
}
.magsu-ml-item{
    background:#fff;
    color:#111;
    opacity:0;
    visibility:hidden;
    transform:translateY(8px) scale(.95);
    margin:6px 0;
    border:1px solid rgba(0,0,0,.08);
}
.magsu-ml-wrap.is-open .magsu-ml-item{
    opacity:1;
    visibility:visible;
    transform:translateY(0) scale(1);
}
.magsu-ml-main:hover,
.magsu-ml-item:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(0,0,0,.22);
}
.magsu-ml-menu{
    position:absolute;
    bottom:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
}
.magsu-ml-wrap.is-open .magsu-ml-menu{
    pointer-events:auto;
}
.magsu-ml-wrap.magsu-pos-left .magsu-ml-menu,
.magsu-ml-wrap.magsu-pos-right .magsu-ml-menu{
    left:0;
    right:0;
}
.magsu-dir-down{
    top:100%;
    bottom:auto;
}
.magsu-ml-flag{
    font-size:22px;
    line-height:1;
}
