 .custom-social-share-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
}
.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}
.share-btn:hover {
    transform: translateY(-3px);
}