/* Mada Home Posts v1 — modern Facebook-like feed */
.feed{display:flex;flex-direction:column;gap:14px!important}
.feed .post{position:relative;background:#fff;border:1px solid rgba(20,35,65,.06)!important;border-radius:24px!important;box-shadow:0 5px 22px rgba(20,35,65,.07)!important;overflow:hidden!important;padding:0!important}
.feed .post-head{display:flex!important;align-items:center!important;gap:10px!important;padding:14px 15px 10px!important;min-height:62px}
.feed .post-head .avatar,.feed .post-head img{flex:0 0 46px!important;width:46px!important;height:46px!important;border-radius:50%!important;object-fit:cover!important}
.feed .post-head .post-name{font-size:16px!important;font-weight:800!important;color:#172033!important;line-height:1.3}
.feed .post-head small,.feed .post-head .post-time{display:block!important;color:#8a93a3!important;font-size:11px!important;margin-top:3px}
.feed .post-text{padding:4px 16px 14px!important;font-size:16px!important;line-height:1.75!important;color:#202838!important;white-space:pre-wrap}
.feed .post-image,.feed .post video{display:block;width:100%!important;max-width:100%!important;height:auto!important;max-height:620px!important;object-fit:cover!important;margin:0!important;border-radius:0!important}
.feed .post-actions{display:flex!important;align-items:center!important;border-top:1px solid #edf0f5!important;padding:4px 8px!important;margin:0!important;min-height:50px}
.feed .post-actions button{background:transparent!important;border:0!important;border-radius:12px!important;color:#687386!important;font-size:13px!important;font-weight:700!important;padding:10px 5px!important;min-height:42px!important;overflow:hidden;text-overflow:ellipsis}
.feed .post-actions button:active{transform:scale(.96);background:#f1f4f8!important}
.feed .post-actions button.liked,.feed .post-actions button.active{color:#1877f2!important}
.feed .post-options-btn,.feed .more-btn{position:absolute!important;top:13px!important;left:12px!important;z-index:5!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#f3f5f8!important;display:grid!important;place-items:center!important;font-size:20px!important}
.feed .post-stats{display:flex;justify-content:space-between;align-items:center;padding:5px 15px;color:#8992a1;font-size:12px;border-bottom:1px solid #edf0f5}
.feed .post-comments{padding:8px 12px!important}
@media(max-width:480px){.feed{gap:12px!important}.feed .post-head{padding:13px 13px 9px!important}.feed .post-head .avatar,.feed .post-head img{width:44px!important;height:44px!important;flex-basis:44px!important}.feed .post-text{padding:3px 14px 13px!important;font-size:15px!important}.feed .post-actions button{font-size:12px!important;padding:9px 2px!important}.feed .post-image,.feed .post video{max-height:520px!important}}
@media(prefers-color-scheme:dark){.feed .post{background:#151a23!important;border-color:#252c38!important}.feed .post-head .post-name,.feed .post-text{color:#f2f5fa!important}.feed .post-actions,.feed .post-stats{border-color:#252c38!important}.feed .post-actions button{color:#aab3c2!important}.feed .post-options-btn,.feed .more-btn{background:#242b36!important}}
