#wlsp-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 12px;
    display: flex;
    align-items: center;
    z-index: 9999;
    width: 260px;
}
#wlsp-popup img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#wlsp-popup .wlsp-text {
    font-size: 13px;
    line-height: 1.4;
}
.bottom-right {
    left: auto !important;
    right: 20px;
}
.wlsp-text a {
    color: var(--st-theme-primary);
}