.custom-toast-wrapper{position:fixed;top:0;right:20px;z-index:9999;pointer-events:none}@media (max-width:480px){.custom-toast-wrapper{right:10px;left:10px}}.custom-toast{position:absolute;right:0;background:transparent;border:none;color:#fff;font-size:14px;font-weight:500;padding:8px 16px;min-height:20px;width:auto;min-width:200px;max-width:400px;pointer-events:auto;word-wrap:break-word;overflow-wrap:break-word;white-space:nowrap;line-height:1.4;animation:none;transform:none;transition:none}@media (max-width:768px){.custom-toast{min-width:180px;max-width:calc(100vw - 40px);right:20px;font-size:13px;padding:6px 12px;white-space:nowrap}}@media (max-width:480px){.custom-toast{min-width:160px;max-width:calc(100vw - 20px);right:10px;font-size:12px;padding:6px 10px;white-space:nowrap}}.custom-toast-error,.custom-toast-info,.custom-toast-success,.custom-toast-warning{color:#fff}