.fbCard{background:#fff;border-radius:8px;box-shadow:0 0 0 1px #ececec;padding:12px;width:100%;max-width:474px;overflow:hidden}.fbCard__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.fbCard__pageInfo{display:flex;align-items:center;gap:4px;min-width:0}.fbCard__avatar{border-radius:50%;overflow:hidden;background:#f1f2f4;flex:0 0 auto;display:grid;place-items:center}.fbCard__avatarImg{width:100%;height:100%;display:block;object-fit:cover}.fbCard__avatarFallback{font-family:outfit-bold;font-size:14px;line-height:1;color:#111}.fbCard__pageText{min-width:0}.fbCard__pageName{font-family:outfit-bold;font-size:12px;line-height:1.15;color:#111;margin-bottom:2px}.fbCard__meta,.fbCard__pageName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.fbCard__meta{font-family:outfit-regular;font-size:10px;line-height:1.2;color:#6b6f76}.fbCard__menu{border:none;background:rgba(0,0,0,0);cursor:pointer;line-height:1;font-size:18px;color:#6b6f76;padding:0 2px}.fbCard__textBlock{margin-bottom:10px}.fbCard__textPreview{line-height:1.35;color:#1c1e21;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fbCard__more,.fbCard__textPreview{font-family:outfit-regular;font-size:11px}.fbCard__more{display:inline-flex;margin-top:6px;line-height:1;color:#d81f26;text-decoration:none}.fbCard__more:hover{text-decoration:underline}.fbCard__imageLink{display:block;text-decoration:none}.fbCard__imageWrapper{position:relative;border-radius:8px;overflow:hidden;background:#f3f4f6;height:360px}.fbCard__headlineRow{display:flex;justify-content:space-between;align-items:center;padding:10px 0 8px;border-top:1px solid #e4e6eb;margin-top:10px}.fbCard__headline{font-family:outfit-bold;font-size:12px;color:#111}.fbCard__cta{height:32px;padding:12px;justify-content:center;gap:8px;border-radius:4px;background:#ced0d4;color:#000;text-align:center;font-family:outfit-bold;font-size:13px;font-style:normal;font-weight:700;line-height:normal;text-decoration:none}.fbCard__cta,.fbCard__statsRow{display:flex;align-items:center}.fbCard__statsRow{justify-content:space-between;font-family:outfit-regular;font-size:10px;color:#6b6f76;padding-bottom:8px;border-bottom:1px solid #e4e6eb}.fbCard__reactions{display:flex;align-items:center;gap:6px}.fbCard__icons{letter-spacing:1px}.fbCard__commentsShares{display:flex;gap:10px}.fbCard__actions{display:flex;justify-content:space-around;padding-top:8px}.fbCard__actionBtn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;border:none;background:rgba(0,0,0,0);cursor:pointer;font-family:outfit-regular;font-size:11px;color:#000}.fbCard__actionBtn:hover{background:#f0f2f5;border-radius:6px}.fbCard__actionBtn span{line-height:1}@media(max-width:755px){.fbCard{max-width:100%;padding:0}}