#wc-toast-container{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:350px}.wc-toast{background-color:#0d0c0a;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.3);display:flex;align-items:flex-start;transform:translateX(120%);transition:transform .3s ease;border:1px solid rgba(255,230,132,.2);max-width:100%}.wc-toast-show{transform:translateX(0)}.wc-toast-icon{flex-shrink:0;width:24px;height:24px;margin-right:12px;display:flex;align-items:center;justify-content:center}.wc-toast-content{flex-grow:1;font-size:14px;line-height:1.4}.wc-toast-close{background:0 0;border:none;color:rgba(255,255,255,.5);font-size:18px;cursor:pointer;padding:0 0 0 10px;line-height:1}.wc-toast-close:hover{color:#fff}.wc-toast-success{border-left:4px solid #4caf50}.wc-toast-success .wc-toast-icon{color:#4caf50}.wc-toast-error{border-left:4px solid #f44336}.wc-toast-error .wc-toast-icon{color:#f44336}.wc-toast-info{border-left:4px solid #ffe684}.wc-toast-info .wc-toast-icon{color:#ffe684}@media (max-width:480px){#wc-toast-container{left:20px;right:20px;max-width:calc(100% - 40px)}}