.mlu-wrap{
    display:flex;
    justify-content:center;
    margin:24px 0;
}

.mlu-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    max-width:100%;
    padding:0 18px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-weight:700;
    text-align:center;
    line-height:1.2;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.mlu-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 32px rgba(0,0,0,.22);
}

.mlu-btn:disabled{
    cursor:not-allowed;
    opacity:.75;
    transform:none;
}
