.wsb-social-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    z-index: 9999;
}

.wsb-social-bar a img {
    width: 35px;
    height: 35px;
    transition: transform 0.3s ease;
    background: white;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.wsb-social-bar a:hover img {
    transform: scale(1.2);
}
