.social-share-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-icon.vk {
    background: #4680c2;
}

.social-icon.telegram {
    background: #0088cc;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}