.activity-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bpsi-like-count, .bpsi-comment-count {
    font-weight: bold;
    color: #0073aa;
}

.bpsi-share-buttons {
    position: relative;
}

.bpsi-share-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 3px 8px;
    cursor: pointer;
    border-radius: 3px;
}

.bpsi-share-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 5px;
    z-index: 10;
    min-width: 120px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.bpsi-share-dropdown a {
    display: block;
    padding: 3px 5px;
    color: #1a73e8;
    text-decoration: none;
}

.bpsi-share-dropdown a:hover {
    background: #e6f0ff;
}
