.toast{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);background:#4a4a4a;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:9999999;font-size:14px;min-width:200px;text-align:center}.toast,.toast-icon{display:flex;align-items:center}.toast-icon{margin-right:8px}@media screen and (max-width:768px){.toast{bottom:24px;width:calc(100% - 32px);min-width:auto}}