.wb-notification-toast {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: #222;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    padding: 1.5rem 2rem;
    z-index: 9999;
    min-width: 320px;
    max-width: 400px;
    font-family: inherit;
}
.wb-notification-header {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.wb-notification-body {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.wb-notification-view-cart {
    background: #444;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    margin-right: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
}
.wb-notification-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 0.5rem;
    right: 0.7rem;
    cursor: pointer;
}
