.modeo-toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:10000000!important;display:flex;flex-direction:column;gap:.625rem;width:100%;max-width:400px;pointer-events:none}@media (max-width:640px){.modeo-toast-container{top:.75rem;right:.75rem;left:.75rem;width:auto;max-width:calc(100vw - 1.5rem)}}.modeo-toast{position:relative;display:flex!important;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem 1.125rem 1rem;border-radius:1rem;pointer-events:auto;overflow:hidden;background:#fff;border:1px solid rgb(0 0 0 / .06);box-shadow:0 1px 2px rgb(0 0 0 / .04),0 8px 24px -4px rgb(0 0 0 / .08),0 20px 40px -8px rgb(0 0 0 / .12);opacity:0;transform:translateX(120%) scale(.96);transition:opacity 0.4s cubic-bezier(.16,1,.3,1),transform 0.4s cubic-bezier(.16,1,.3,1),box-shadow 0.3s ease;will-change:transform,opacity}.modeo-toast--show{opacity:1;transform:translateX(0) scale(1)}.modeo-toast--exit{opacity:0;transform:translateX(120%) scale(.96);transition-duration:0.3s}.modeo-toast--success{border-left:2px solid #059669}.modeo-toast--error{border-left:2px solid #dc2626}.modeo-toast--info{border-left:2px solid #2563eb}.modeo-toast--warning{border-left:2px solid #d97706}.modeo-toast__icon{flex-shrink:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;margin-top:.125rem;color:#9ca3af}.modeo-toast__icon svg{width:100%;height:100%;flex-shrink:0}.modeo-toast--success .modeo-toast__icon{color:#059669}.modeo-toast--error .modeo-toast__icon{color:#dc2626}.modeo-toast--info .modeo-toast__icon{color:#2563eb}.modeo-toast--warning .modeo-toast__icon{color:#d97706}.modeo-toast__content{flex:1;min-width:0;padding-right:1.5rem}.modeo-toast__title{font-size:.6875rem;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:.25rem}.modeo-toast__message{font-size:.9375rem;line-height:1.5;font-weight:500;color:#111827;word-wrap:break-word;word-break:break-word;white-space:normal}.modeo-toast__actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.modeo-toast__action{padding:.5rem 1rem;font-size:.8125rem;font-weight:600;border-radius:.5rem;border:1px solid #e5e7eb;cursor:pointer;transition:all 0.2s ease;background:#f9fafb;color:#374151;text-decoration:none;line-height:1}.modeo-toast__action:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}.modeo-toast__close{position:absolute;top:.625rem;right:.625rem;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:rgb(0 0 0 / .04);color:#9ca3af;cursor:pointer;border-radius:50%;transition:all 0.2s ease}.modeo-toast__close:hover{background:rgb(0 0 0 / .08);color:#374151;transform:rotate(90deg)}.modeo-toast__close svg{width:.875rem;height:.875rem;flex-shrink:0}.modeo-toast__progress{position:absolute;bottom:0;left:0;height:2px;width:100%;background:rgb(0 0 0 / .06);border-radius:0 0 1rem 1rem;overflow:hidden}.modeo-toast__progress::after{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background:rgb(0 0 0 / .22);animation:toastProgress linear forwards}@keyframes toastProgress{from{width:100%}to{width:0%}}.modeo-toast-container .modeo-toast--show:not(:last-child){transform:scale(.97) translateY(-2px);opacity:.8}.modeo-toast-container .modeo-toast--exit,.modeo-toast-container .modeo-toast--exit:not(:last-child){transform:translateX(120%) scale(.96);opacity:0}@media (max-width:640px){.modeo-toast{padding:.875rem 1rem 1rem .875rem;border-radius:.875rem}.modeo-toast__message{font-size:.875rem}.modeo-toast__icon{width:1.125rem;height:1.125rem}.modeo-toast__actions{margin-top:.625rem}.modeo-toast__action{padding:.375rem .875rem;font-size:.75rem}}.modeo-toast-container{visibility:visible!important;opacity:1!important}.modeo-toast__message strong,.modeo-toast__message b{font-weight:700}.modeo-toast__message em,.modeo-toast__message i{font-style:italic}body.woocommerce-checkout .woocommerce-error,body.woocommerce-checkout .woocommerce-message,body.woocommerce-checkout .woocommerce-info{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important;height:0!important;overflow:hidden!important}.woocommerce-notices-wrapper:empty{display:none!important}