.psp-share-wrapper {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #f0f2f5;
    clear: both;
}
.psp-share-btns {
    display: flex;
    gap: 8px;
    align-items: center;
}
.psp-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.2s ease;
    text-decoration: none !important;
}
.psp-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}
.psp-btn svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.psp-fb { background: #1877F2; }
.psp-tw { background: #1DA1F2; }
.psp-wa { background: #25D366; }

/* BuddyBoss Activity specific adjustment */
.activity-content .psp-share-wrapper {
    margin-top: 10px;
    border-top: 1px solid #eee;
}