.toast-notification{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);padding:12px 20px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;width:80%}.toast-notification.success{background-color:#e6f2e6;color:#0d7411}.toast-notification .toast-content{display:flex;align-items:center;gap:10px;font-size:var(--brand-font-size-base);font-weight:var(--sfly-font-weight-semibold)}.toast-notification .toast-close-btn{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;padding:0 5px}