.bg-social-share-container {
    padding-top: 10px;
    text-align: right;
}

.bg-social-share-container a {
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    background-color: #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.bg-social-share-container a:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.bg-social-share-fb:hover {
    background-color: #3b5998;
}

.bg-social-share-wa:hover {
    background-color: #25d366;
}

.bg-social-share-tg:hover {
    background-color: #0088cc;
}
