.pv-toast-root{z-index:9999;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.pv-toast{color:#fff;min-width:280px;max-width:500px;font-family:var(--font-bebas,"Bebas Neue"),sans-serif;border-radius:12px;justify-content:space-between;align-items:center;padding:18px 24px;display:flex;box-shadow:0 8px 24px #00000080}.pv-toast-message{flex:auto;margin-right:12px;font-size:1.4rem;line-height:1.3}.pv-toast-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.5rem;transition:transform .2s}.pv-toast-close:hover{transform:scale(1.2)}.pv-toast-success,.pv-toast-error,.pv-toast-info{background:linear-gradient(#aa2c2d,#aa2c2d)}@media only screen and (max-width:768px){.pv-toast{min-width:320px;max-width:calc(100vw - 40px);padding:22px 28px}.pv-toast-message,.pv-toast-close{font-size:1.8rem}}
