/* ══════════════════════════════════════════
   AAuJob Community — Facebook-style v2
══════════════════════════════════════════ */
body { background: #f0f2f5 !important; }
*, *::before, *::after { box-sizing: border-box; }

/* ── SHELL ─────────────────────────────── */
.cd-wrap {
    display: grid;
    grid-template-columns: 260px minmax(0,680px) 300px;
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 12px 60px;
    align-items: start;
}

/* ── LEFT SIDEBAR ──────────────────────── */
.cd-left {
    position: sticky;
    top: 70px;
}
.cd-left-profile {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    transition: background .15s, box-shadow .15s;
    border: 1px solid rgba(0,0,0,.05);
}
.cd-left-profile:hover { background: #f7f3f3; box-shadow: 0 2px 8px rgba(161,29,33,.1); color: inherit; }
.cd-left-profile img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid #fde8e9; }
.cd-left-profile .ph { width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#A11D21,#c0282d);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem;flex-shrink:0;box-shadow:0 2px 8px rgba(161,29,33,.3); }
.cd-left-profile span { font-weight: 700; font-size: .88rem; color: #050505; }
.cd-left-profile small { font-size: .72rem; color: #65676b; display: block; margin-top: 1px; }

.cd-left-nav { background: #fff; border-radius: 12px; box-shadow: 0 1px 4px rgba(0,0,0,.08); overflow: hidden; margin-bottom: 8px; border: 1px solid rgba(0,0,0,.04); padding-bottom: 6px; }
.cd-nav-item {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 12px;
    color: #1c1e21;
    font-size: .855rem;
    font-weight: 500;
    text-decoration: none;
    transition: background .15s, color .15s;
    border-radius: 10px;
    margin: 1px 6px;
}
.cd-nav-item:hover { background: #f0f2f5; color: #050505; }
.cd-nav-item.active { background: #fff0f0; color: #A11D21; font-weight: 700; }
.cd-nav-icon {
    width: 34px; height: 34px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: .85rem; flex-shrink: 0;
}
.cd-nav-item.active .cd-nav-icon { background: #fde8e9; color: #A11D21; border-radius: 10px; }
.cd-nav-item:not(.active) .cd-nav-icon { background: #e4e6eb; color: #444950; }
.cd-nav-sep { height: 1px; background: #e4e6eb; margin: 5px 14px; }
.cd-nav-label { font-size: .68rem; font-weight: 800; color: #65676b; text-transform: uppercase; letter-spacing: .07em; padding: 8px 14px 3px; }

/* Stories wrapper */
.fb-stories-wrap {
    background: #fff; border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    padding: 12px 14px;
    border: 1px solid rgba(0,0,0,.04);
}

/* ── RIGHT SIDEBAR ─────────────────────── */
.cd-right { position: sticky; top: 70px; display: flex; flex-direction: column; gap: 10px; }
.cd-widget { background: #fff; border-radius: 12px; padding: 14px 16px; box-shadow: 0 1px 4px rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.04); }
.cd-widget-title { font-size: .8rem; font-weight: 800; color: #65676b; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.cd-trend-item { display: flex; align-items: center; gap: 10px; padding: 6px 0; border-bottom: 1px solid #f0f2f5; text-decoration: none; color: inherit; transition: opacity .15s; }
.cd-trend-item:last-child { border-bottom: none; }
.cd-trend-item:hover { opacity: .8; }
.cd-trend-active { background: #fff0f0; border-radius: 8px; margin: 0 -6px; padding: 6px 6px; }
.cd-trend-num { font-size: .7rem; font-weight: 800; color: #94a3b8; width: 16px; flex-shrink: 0; text-align: center; }
.cd-trend-tag { font-size: .82rem; font-weight: 700; color: #050505; }
.cd-trend-count { font-size: .72rem; color: #65676b; }

.cd-job-item { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid #f0f2f5; text-decoration: none; color: inherit; }
.cd-job-item:last-child { border-bottom: none; }
.cd-job-item:hover .cd-job-title { color: #A11D21; }
.cd-job-ico { width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0; overflow: hidden; background: #f1f5f9; display: flex; align-items: center; justify-content: center; color: #94a3b8; }
.cd-job-ico img { width: 100%; height: 100%; object-fit: contain; }
.cd-job-title { font-size: .8rem; font-weight: 700; color: #050505; line-height: 1.3; }
.cd-job-company { font-size: .72rem; color: #65676b; }

/* ── CENTER FEED ───────────────────────── */
.cd-feed { display: flex; flex-direction: column; gap: 14px; }

/* Stories */
.fb-stories { display:flex; gap:8px; overflow-x:auto; padding-bottom:4px; scrollbar-width:none; }
.fb-stories::-webkit-scrollbar { display:none; }
.fb-story-card {
    min-width: 100px; height: 168px;
    border-radius: 12px;
    position: relative; overflow: hidden;
    cursor: pointer; flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    transition: transform .2s;
    display: flex; align-items: flex-end;
}
.fb-story-card:hover { transform: scale(1.04); }
.fb-story-card .story-bg { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
.fb-story-inner { position:relative;z-index:1;width:100%;padding:8px;background:linear-gradient(transparent,rgba(0,0,0,.65)); }
.fb-story-inner span { font-size:.72rem;font-weight:700;color:#fff;display:block; }
.fb-story-avatar { position:absolute;top:8px;left:8px;width:34px;height:34px;border-radius:50%;border:3px solid #A11D21;object-fit:cover;z-index:1; }
.fb-story-add-icon { position:absolute;bottom:30px;left:50%;transform:translateX(-50%);width:40px;height:40px;background:#A11D21;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;border:4px solid #fff;z-index:1; }

/* Create post */
.fb-create {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    padding: 12px 16px;
    border: 1px solid rgba(0,0,0,.04);
}
.fb-create-top { display:flex;gap:10px;align-items:center; }
.fb-create-avatar { width: 42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0; }
.fb-create-avatar-ph { width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#A11D21,#c0282d);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0; }
.fb-create-input {
    flex: 1; background: #f0f2f5; border: none; border-radius: 22px;
    padding: 10px 16px; font-size: .9rem; color: #65676b;
    cursor: pointer; outline: none; transition: background .15s;
    font-family: inherit;
}
.fb-create-input:hover, .fb-create-input:focus { background: #e4e6eb; }
.fb-create-divider { height: 1px; background: #e4e6eb; margin: 10px 0 8px; }
.fb-create-actions { display: flex; justify-content: space-around; }
.fb-create-btn {
    display: flex; align-items: center; gap: 7px;
    padding: 7px 14px; border: none; background: transparent;
    border-radius: 8px; font-size: .84rem; font-weight: 600;
    color: #65676b; cursor: pointer; transition: background .15s;
}
.fb-create-btn:hover { background: #f0f2f5; }

/* Filter tabs */
.fb-tabs {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    display: flex; overflow: hidden;
    border: 1px solid rgba(0,0,0,.04);
}
.fb-tab {
    flex: 1; text-align: center; padding: 12px 8px;
    font-size: .83rem; font-weight: 600; color: #65676b;
    text-decoration: none; border-bottom: 3px solid transparent;
    transition: all .18s; display: flex; align-items: center; justify-content: center; gap: 6px;
}
.fb-tab:hover { background: #f7f3f3; color: #A11D21; }
.fb-tab.active { color: #A11D21; border-bottom-color: #A11D21; background: #fff9f9; }

/* ── POST CARD ─────────────────────────── */
.fb-post-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    transition: box-shadow .18s;
    border: 1px solid rgba(0,0,0,.04);
    position: relative;
}
.fb-post-card:hover { box-shadow: 0 3px 14px rgba(0,0,0,.12); }

.fb-post-hot {
    background: linear-gradient(90deg, #fff8e7, #fffbeb);
    border-bottom: 1px solid #fde68a;
    padding: 7px 16px;
    font-size: .78rem; font-weight: 700; color: #d97706;
    display: flex; align-items: center; gap: 6px;
    border-radius: 12px 12px 0 0;
}

.fb-post-header {
    display: flex; align-items: flex-start;
    gap: 10px; padding: 14px 16px 10px;
    position: relative;
}
.fb-post-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid #f0f2f5; }
.fb-post-meta { flex: 1; min-width: 0; }
.fb-post-author { font-size: .9rem; font-weight: 700; color: #050505; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.fb-post-role {
    font-size: .62rem; font-weight: 700; padding: 2px 8px; border-radius: 20px;
    text-transform: uppercase; letter-spacing: .04em;
}
.fb-post-role.employer   { background: #eff6ff; color: #2563eb; }
.fb-post-role.candidate  { background: #ecfdf5; color: #059669; }
.fb-post-role.admin      { background: #fff0f0; color: #A11D21; }
.fb-post-time { font-size: .73rem; color: #65676b; margin-top: 2px; display: flex; align-items: center; gap: 5px; }

.fb-post-menu { position: relative; margin-left: auto; flex-shrink: 0; }
.fb-post-menu-btn {
    width: 36px; height: 36px; border-radius: 50%; border: none; background: transparent;
    color: #65676b; cursor: pointer; font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s;
}
.fb-post-menu-btn:hover { background: #f0f2f5; }
.fb-post-menu-drop {
    position: absolute; right: 0; top: 38px;
    background: #fff; border-radius: 10px; min-width: 180px;
    box-shadow: 0 4px 20px rgba(0,0,0,.2); z-index: 100;
    display: none; overflow: hidden;
    animation: dropIn .15s ease;
}
@keyframes dropIn { from{opacity:0;transform:translateY(-6px)} to{opacity:1;transform:none} }
.fb-post-menu-drop.open { display: block; }
.fb-post-menu-item {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; font-size: .86rem; font-weight: 600;
    color: #dc2626; cursor: pointer; transition: background .15s;
}
.fb-post-menu-item:hover { background: #fff5f5; }

/* Post content */
.fb-post-content {
    padding: 0 16px 12px;
    font-size: .9375rem; color: #050505;
    line-height: 1.6; white-space: pre-wrap; word-break: break-word;
}

/* Post image */
.fb-post-image-wrap { background: #f0f2f5; }
.fb-post-image {
    width: 100%; max-height: 480px;
    object-fit: cover; display: block; cursor: zoom-in;
    transition: opacity .2s;
}
.fb-post-image:hover { opacity: .95; }

/* Stats row */
.fb-post-stats {
    display: flex; align-items: center; justify-content: space-between;
    padding: 8px 16px 4px; font-size: .82rem; color: #65676b;
}
.fb-post-stats-left { display: flex; align-items: center; gap: 5px; }

/* Stacked reaction icons */
.reaction-icons-mini { display: flex; align-items: center; }
.ri {
    width: 20px; height: 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; line-height: 1;
    margin-right: -5px; border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    flex-shrink: 0;
}
.ri-like  { background: #1877F2; }
.ri-love  { background: linear-gradient(135deg,#f9376e,#fc636b); }
.ri-haha  { background: #f7b928; }
.ri-wow   { background: #f7b928; }
.ri-sad   { background: #f7b928; }
.ri-angry { background: linear-gradient(135deg,#f55d43,#e67e22); }

/* Divider */
.fb-post-divider { height: 1px; background: #e4e6eb; margin: 4px 16px; }

/* Action buttons */
.fb-post-actions { display: flex; padding: 4px 8px; }
.fb-action-btn {
    flex: 1; display: flex; align-items: center; justify-content: center;
    gap: 6px; padding: 8px 4px;
    border: none; background: transparent; border-radius: 8px;
    font-size: .84rem; font-weight: 600; color: #65676b;
    cursor: pointer; transition: background .15s, color .15s; position: relative;
}
.fb-action-btn:hover { background: #f0f2f5; }
.fb-action-btn i { font-size: 1.05rem; transition: color .15s; }

/* Reaction states */
.fb-action-btn.liked        { color: #1877F2; }
.fb-action-btn.liked i      { color: #1877F2; }
.fb-action-btn.reacted-love { color: #f9376e; }
.fb-action-btn.reacted-love i { color: #f9376e; }
.fb-action-btn.reacted-haha,
.fb-action-btn.reacted-wow,
.fb-action-btn.reacted-sad  { color: #e9a800; }
.fb-action-btn.reacted-haha i,
.fb-action-btn.reacted-wow i,
.fb-action-btn.reacted-sad i  { color: #e9a800; }
.fb-action-btn.reacted-angry  { color: #e67e22; }
.fb-action-btn.reacted-angry i { color: #e67e22; }

/* Reaction picker — position: fixed so it never clips inside card/viewport */
.fb-reaction-picker {
    position: fixed;
    background: #fff; border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,.22), 0 0 0 1px rgba(0,0,0,.06);
    padding: 6px 8px; display: flex; gap: 2px;
    z-index: 9999; opacity: 0; pointer-events: none;
    transform: scale(.72) translateY(8px);
    transition: opacity .18s, transform .22s cubic-bezier(.34,1.56,.64,1);
    white-space: nowrap;
}
.fb-reaction-picker.show {
    opacity: 1; pointer-events: auto;
    transform: scale(1) translateY(0);
}
.fb-reaction-emoji {
    display: flex; flex-direction: column; align-items: center; gap: 1px;
    cursor: pointer; padding: 3px 5px; border-radius: 8px;
    transition: transform .15s;
}
.fb-reaction-emoji:hover,
.fb-reaction-emoji.fb-reaction-hovering { transform: scale(1.45) translateY(-6px); background: transparent; }
.fb-reaction-emoji.fb-reaction-hovering .rlabel { opacity: 1; }
.fb-reaction-emoji > .re { font-size: 1.65rem; line-height: 1; display: block; }
.rlabel { font-size: .56rem; font-weight: 700; color: #050505; white-space: nowrap; opacity: 0; transition: opacity .12s; }
.fb-reaction-emoji:hover .rlabel { opacity: 1; }

/* Comments */
.fb-comments-section { padding: 8px 16px 14px; }
.fb-comments-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.fb-comment { display: flex; gap: 8px; align-items: flex-start; }
.fb-comment-avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.fb-comment-bubble {
    background: #f0f2f5; border-radius: 14px; padding: 8px 12px;
    font-size: .84rem; line-height: 1.45; flex: 1;
}
.fb-comment-bubble strong { font-size: .82rem; color: #050505; display: block; margin-bottom: 2px; }
.fb-comment-meta {
    display: flex; gap: 12px; padding: 3px 0 0 4px;
    font-size: .72rem; font-weight: 700; color: #65676b;
}
.fb-comment-meta span { cursor: pointer; }
.fb-comment-meta span:hover { text-decoration: underline; }
.delete-comment-btn { color: #dc2626 !important; }

/* Comment form */
.fb-comment-form { display: flex; gap: 8px; align-items: center; }
.fb-comment-form > img,
.fb-comment-form > .fb-comment-ph {
    width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
}
.fb-comment-form > .fb-comment-ph { background: linear-gradient(135deg,#A11D21,#c0282d); color:#fff; display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem; }
.fb-comment-input-wrap {
    flex: 1; background: #f0f2f5; border-radius: 22px;
    display: flex; align-items: center; padding: 0 6px 0 14px;
    transition: box-shadow .15s;
}
.fb-comment-input-wrap:focus-within { box-shadow: 0 0 0 2px rgba(161,29,33,.25); }
.comment-input {
    flex: 1; background: transparent; border: none; outline: none;
    font-size: .84rem; padding: 9px 4px; color: #050505;
    font-family: inherit;
}
.comment-input::placeholder { color: #65676b; }
.fb-comment-input-wrap button {
    width: 32px; height: 32px; border-radius: 50%; border: none;
    background: transparent; color: #A11D21; cursor: pointer;
    display: flex; align-items: center; justify-content: center; font-size: .9rem;
    transition: background .15s;
}
.fb-comment-input-wrap button:hover { background: rgba(161,29,33,.1); }

/* ── COMPOSE OVERLAY ───────────────────── */
.fb-compose-overlay {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.5); z-index: 1060;
    align-items: center; justify-content: center;
    backdrop-filter: blur(2px);
}
.fb-compose-overlay.open { display: flex; }
.fb-compose-box {
    background: #fff; border-radius: 14px;
    box-shadow: 0 16px 48px rgba(0,0,0,.3);
    width: 95%; max-width: 520px; overflow: hidden;
    animation: composeIn .22s ease;
}
@keyframes composeIn { from{opacity:0;transform:scale(.94)translateY(20px)} to{opacity:1;transform:none} }
.fb-compose-header {
    display: flex; align-items: center; justify-content: center;
    position: relative; padding: 14px 16px;
    border-bottom: 1px solid #e4e6eb;
}
.fb-compose-header h5 { margin: 0; font-size: 1.1rem; font-weight: 800; color: #050505; }
.fb-compose-close {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    width: 34px; height: 34px; border-radius: 50%; background: #e4e6eb; border: none;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 1rem; color: #65676b; transition: background .15s;
}
.fb-compose-close:hover { background: #d8dadf; }
.fb-compose-user { display: flex; gap: 10px; align-items: center; padding: 14px 16px 0; }
.fb-compose-body { padding: 8px 16px; }
.fb-compose-body textarea {
    width: 100%; border: none; outline: none; resize: none;
    min-height: 120px; font-size: 1rem; line-height: 1.55;
    color: #050505; font-family: inherit;
}
.fb-compose-body textarea::placeholder { color: #bec3c9; font-size: 1.1rem; }
.fb-compose-img-preview {
    margin: 0 16px 10px; border-radius: 10px; overflow: hidden; position: relative;
}
.fb-compose-img-preview img { width: 100%; max-height: 220px; object-fit: cover; }
.fb-compose-img-remove {
    position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;
    border-radius: 50%; background: rgba(0,0,0,.55); border: none;
    color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.fb-compose-toolbar {
    display: flex; align-items: center; justify-content: space-between;
    margin: 0 16px; padding: 10px 12px; border: 1px solid #e4e6eb; border-radius: 10px;
}
.fb-compose-toolbar span { font-size: .875rem; font-weight: 600; color: #050505; }
.fb-compose-toolbar-icons { display: flex; gap: 6px; }
.fb-compose-toolbar-icons button {
    width: 34px; height: 34px; border-radius: 50%; border: none;
    background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; transition: background .15s;
}
.fb-compose-toolbar-icons button:hover { background: #f0f2f5; }
.fb-compose-submit {
    display: block; width: calc(100% - 32px); margin: 12px 16px 14px;
    padding: 10px; border: none; border-radius: 8px;
    font-size: .9rem; font-weight: 700; cursor: pointer;
    background: #A11D21; color: #fff; transition: opacity .18s, background .18s;
}
.fb-compose-submit:disabled { opacity: .45; cursor: default; }
.fb-compose-submit:hover:not(:disabled) { background: #8b181c; }

/* Skeleton */
.fb-skeleton { background: #fff; border-radius: 12px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.fb-skeleton-line { height: 13px; background: linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; border-radius: 6px; margin-bottom: 10px; }
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
.fb-skeleton-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; }

/* Toast */
.fb-toast {
    position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
    background: #050505; color: #fff; padding: 10px 20px; border-radius: 8px;
    font-size: .84rem; z-index: 9999; box-shadow: 0 4px 16px rgba(0,0,0,.3);
    animation: toastIn .3s ease;
}
@keyframes toastIn { from{opacity:0;transform:translateX(-50%)translateY(16px)} to{opacity:1;transform:translateX(-50%)} }

/* Lightbox */
.fb-lightbox {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.92); z-index: 1070;
    align-items: center; justify-content: center; cursor: zoom-out;
}
.fb-lightbox.open { display: flex; }
.fb-lightbox img { max-width: 92vw; max-height: 92vh; object-fit: contain; border-radius: 6px; }
.fb-lightbox-close {
    position: absolute; top: 16px; right: 20px;
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,.15); border: none; color: #fff;
    font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center;
}

/* Empty state */
.fb-empty { text-align: center; padding: 48px 20px; background: #fff; border-radius: 12px; }
.fb-empty-icon { font-size: 3rem; color: #bec3c9; margin-bottom: 12px; }

/* ── RESPONSIVE ────────────────────────── */
@media(max-width:1100px) {
    .cd-wrap { grid-template-columns: 220px minmax(0,1fr); }
    .cd-right { display: none; }
}
@media(max-width:768px) {
    .cd-wrap { grid-template-columns: 1fr; padding: 8px 0 60px; gap: 10px; }
    .cd-left { display: none; }
    .cd-feed { gap: 10px; }
    .fb-post-card { border-radius: 0; border-left: none; border-right: none; }
    .fb-tabs { border-radius: 0; border-left: none; border-right: none; }
    .fb-create { border-radius: 0; border-left: none; border-right: none; }
    .fb-post-actions { padding: 2px 4px; }
    .fb-action-btn { font-size: .78rem; gap: 4px; padding: 8px 2px; }
    .fb-action-btn i { font-size: .9rem; }
    .fb-stories-wrap { margin: 0; }
    .fb-post-stats { padding: 6px 12px 3px; font-size: .78rem; }
}
