.cs-social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.cs-social-icons a {
    display: block;
    width: 50px;
    height: 50px;
}

.cs-social-icons img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
