.weui-mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.weui-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(17, 17, 17, 0.82);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}
