/* Facebook-style social actions with real database-backed totals. */
.fcom_real_share_action {
    appearance: none;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 4px 10px;
    margin: 0;
    color: inherit;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.fcom_real_share_action svg { width: 20px; height: 20px; fill: currentColor; flex: 0 0 auto; }
.fcom_real_share_count,
.fcom_inline_count { font-weight: 600; font-size: .95em; line-height: 1; }
.fcom_share_btn_wrap { list-style: none; display: flex; align-items: center; }
.fcom_share_done { opacity: .9; }
.fcom_feed_card_footer .fcom_real_share_action,
.feed_actions .fcom_real_share_action { min-width: 72px; }
.fcom_feed_footer_actions .fcom_real_share_action { padding-left: 8px; padding-right: 8px; }
.fcom_feed_footer_actions .fcom_reaction,
.fcom_feed_footer_actions .fcom_comment_btn_wrap { display: inline-flex !important; align-items: center !important; gap: 6px !important; }
.fcom_feed_footer_actions .fcom_inline_count { display: inline-block; }
@media (max-width: 767px) {
    .fcom_real_share_action { min-height: 38px; padding: 4px 8px; gap: 5px; }
    .fcom_real_share_action svg { width: 19px; height: 19px; }
    .fcom_real_share_label { font-weight: 600; }
}
