.toast{color:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;width:350px;max-width:calc(100vw - 32px);padding:8px;display:flex;box-shadow:0 1px 2px #0000000d}.toast--error{background:#ef4444}.toast--success{background:#22c55e}.toast--info{background:#3d4a63}.toast__icon{flex-shrink:0}.toast__message{-webkit-line-clamp:1;-webkit-box-orient:vertical;flex:1;font-size:14px;line-height:normal;display:-webkit-box;overflow:hidden}.toast__dismiss{color:#fff;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0}
