/* V123 — Never show expired-token / Error 4 auth toasts. */

.van-toast.co-auth-toast-kill,
.van-notify.co-auth-toast-kill,
.van-popup.co-auth-toast-kill {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
