/* Mada Feed Modern v1 — Facebook/Instagram inspired, CSS-only */
.feed{display:grid!important;gap:14px!important}
.feed>.card,.feed .post,.feed .post-card{background:var(--card,#fff)!important;border:1px solid rgba(15,23,42,.07)!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 5px 20px rgba(15,23,42,.06)!important}
.feed .post-header,.feed .post-card .post-header{display:flex!important;align-items:center!important;gap:10px!important;padding:13px 14px 9px!important;min-height:58px!important}
.feed .post-header img,.feed .post-card .post-header img,.feed .post-avatar{width:46px!important;height:46px!important;min-width:46px!important;border-radius:50%!important;object-fit:cover!important}
.feed .post-header b,.feed .post-card .post-header b{font-size:14px!important;font-weight:900!important;color:#172033!important}
.feed .post-header small,.feed .post-card .post-header small,.feed .post-time{display:block!important;margin-top:2px!important;font-size:11px!important;color:#8a94a6!important;font-weight:600!important}
.feed .post-header .post-menu,.feed .post-card .post-menu,.feed [data-post-menu]{margin-inline-start:auto!important;width:38px!important;height:38px!important;border:0!important;border-radius:50%!important;background:transparent!important;font-size:23px!important;color:#667085!important;display:grid!important;place-items:center!important}
.feed .post-header .post-menu:hover,.feed .post-card .post-menu:hover,.feed [data-post-menu]:hover{background:#f2f4f7!important}
.feed .post-body,.feed .post-content,.feed .post-text{padding:7px 15px 12px!important;font-size:15px!important;line-height:1.85!important;color:#182230!important;white-space:pre-wrap!important}
.feed .post-media,.feed .post-image,.feed .post-video{display:block!important;width:100%!important;max-width:100%!important;max-height:650px!important;object-fit:cover!important;margin:0!important;background:#eef1f5!important}
.feed .post-image{height:auto!important}
.feed .post-video{height:auto!important}
.feed .post-stats,.feed .engagement-stats,.feed .post-meta-stats{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:9px 14px 6px!important;color:#7a8494!important;font-size:12px!important;border-bottom:1px solid rgba(148,163,184,.12)!important}
.feed .post-stats span,.feed .engagement-stats span,.feed .post-meta-stats span{white-space:nowrap!important}
.feed .post-actions{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:4px!important;padding:7px 9px 9px!important;border-top:0!important;background:var(--card,#fff)!important}
.feed .post-actions button{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:44px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#475467!important;font-size:13px!important;font-weight:800!important;transition:background .16s ease,transform .12s ease!important}
.feed .post-actions button:hover{background:#f2f5f9!important}
.feed .post-actions button:active{transform:scale(.96)!important}
.feed .post-actions .action-icon{font-size:19px!important}
.feed .comments,.feed .comment-list{padding:4px 12px 12px!important}
.feed .comment-item,.feed .comment{border-radius:14px!important;background:#f5f6f8!important;margin:6px 0!important;padding:8px 10px!important}
@media(max-width:600px){.feed{gap:10px!important}.feed>.card,.feed .post,.feed .post-card{border-radius:17px!important}.feed .post-header,.feed .post-card .post-header{padding:11px 12px 8px!important}.feed .post-header img,.feed .post-card .post-header img,.feed .post-avatar{width:42px!important;height:42px!important;min-width:42px!important}.feed .post-header b,.feed .post-card .post-header b{font-size:13px!important}.feed .post-body,.feed .post-content,.feed .post-text{padding:6px 12px 10px!important;font-size:14px!important;line-height:1.8!important}.feed .post-media,.feed .post-image,.feed .post-video{max-height:570px!important}.feed .post-stats,.feed .engagement-stats,.feed .post-meta-stats{padding:8px 12px 5px!important;font-size:11px!important}.feed .post-actions{padding:6px 6px 7px!important}.feed .post-actions button{min-height:41px!important;font-size:12px!important;border-radius:11px!important}.feed .post-actions .action-icon{font-size:18px!important}}
body.dark .feed>.card,body.dark .feed .post,body.dark .feed .post-card{border-color:rgba(148,163,184,.14)!important}body.dark .feed .post-header b,body.dark .feed .post-card .post-header b,body.dark .feed .post-body,body.dark .feed .post-content,body.dark .feed .post-text{color:#edf2f7!important}body.dark .feed .post-actions{background:var(--card,#101827)!important}body.dark .feed .post-actions button{color:#cbd5e1!important}body.dark .feed .post-actions button:hover{background:#182334!important}body.dark .feed .comment-item,body.dark .feed .comment{background:#182334!important}
