/* OrcAgent feed action icons — reply / repost / like / bookmark */
.fc-actions .fc-action{min-height:36px;padding:6px 8px!important;margin:0!important;border-radius:10px;gap:7px!important;color:#707b89!important;transition:color .15s,background-color .15s,transform .12s}
.fc-actions .fc-action:active{transform:scale(.96)}
.fc-actions .oa-feed-action-icon{width:21px;height:21px;flex:0 0 21px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fc-actions .oa-feed-action-count{font:500 12px/1 'JetBrains Mono',monospace;color:inherit;min-width:8px}
.fc-actions .oa-action-reply:hover{color:#f7b955!important;background:rgba(247,185,85,.08)!important}
.fc-actions .oa-action-repost:hover,.fc-actions .oa-action-repost.reposted{color:#3ad29b!important;background:rgba(58,210,155,.08)!important}
.fc-actions .oa-action-like:hover,.fc-actions .oa-action-like.liked{color:#ff6075!important;background:rgba(255,96,117,.08)!important}
.fc-actions .oa-action-like.liked .oa-feed-action-icon{fill:currentColor}
.fc-actions .oa-action-bookmark:hover,.fc-actions .oa-action-bookmark.active{color:#f7b955!important;background:rgba(247,185,85,.08)!important}
.fc-actions .oa-action-bookmark.active .oa-feed-action-icon{fill:currentColor}
.fc-actions .fc-view-count{flex:0 0 auto;white-space:nowrap;line-height:1.2;min-width:max-content;padding:6px 2px;margin-left:auto!important;overflow:visible!important}
@media(max-width:767px){
 .fc-actions{display:grid!important;grid-template-columns:repeat(4,minmax(38px,auto)) minmax(48px,1fr);align-items:center!important;gap:3px!important;width:100%!important;overflow:visible!important}
 .fc-actions .fc-action{padding:7px 5px!important;min-width:0!important;justify-content:center}
 .fc-actions .oa-feed-action-icon{width:22px;height:22px;flex-basis:22px}
 .fc-actions .oa-feed-action-count{font-size:11.5px}
 .fc-actions .fc-view-count{justify-self:end!important;margin-left:0!important;padding:7px 3px!important;font-size:10.5px!important;text-align:right!important;max-width:none!important;overflow:visible!important}
 .feed-card,.fc-card,.fc-inner{overflow:visible}
}
