/* ===============================
   LOGIN STREAK TOAST
=============================== */
.milkclub-streak-toast {
    position: fixed;
    top: 90px;
    right: 30px;
    background: #57b957;
    color: #fff;
    padding: 16px 22px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    z-index: 999999;
    display: flex;
    align-items: center;
    gap: 15px;
    /* min-width: 320px; */
}

.milkclub-streak-toast strong {
    font-size: 16px;
    display: block;
}

.milkclub-streak-toast span {
    font-size: 14px;
    opacity: .95;
}

.milkclub-streak-close {
    background: #fff;
    color: #57b957;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    line-height: 22px;
}
