.mm-toast{position:fixed;top:20px;right:20px;background:#fff;color:#262626;padding:20px 25px;border-radius:8px;box-shadow:0 5px 25px rgba(0,0,0,.15);z-index:10000;display:flex;align-items:center;gap:15px;min-width:300px;animation:slideInRight .3s ease;font-family:"Urbanist",sans-serif}.mm-toast.success{border-left:4px solid #27ae60}.mm-toast.error{border-left:4px solid #e74c3c}.mm-toast-icon{font-size:24px}.mm-toast.success .mm-toast-icon{color:#27ae60}.mm-toast.error .mm-toast-icon{color:#e74c3c}.mm-toast-message{flex:1;font-size:15px;font-weight:500}.mm-toast-close{background:0 0;border:none;font-size:20px;color:#999;cursor:pointer;padding:0;line-height:1}.mm-toast.hide{animation:slideOutRight .3s ease}@media (max-width:768px){.mm-toast{right:10px;left:10px;min-width:auto}}