/* Mada post three-dots menu fix v2 — compact, white, complete */
#feed article.post .post-more-wrap{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:38px!important;height:38px!important;margin-inline-start:auto!important;z-index:100!important}
#feed article.post .post-more{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;margin:0!important;border:0!important;border-radius:11px!important;background:#f1f5f9!important;color:#334155!important;font-size:22px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;cursor:pointer!important;box-shadow:none!important;position:relative!important;z-index:101!important}
#feed article.post .post-more:hover{background:#e2e8f0!important}
#feed article.post .post-more:active{transform:scale(.95)!important}
#feed article.post .mada-post-menu{position:absolute!important;top:calc(100% + 6px)!important;inset-inline-end:0!important;inset-inline-start:auto!important;width:185px!important;max-width:calc(100vw - 28px)!important;box-sizing:border-box!important;padding:5px!important;margin:0!important;background:#fff!important;color:#1e293b!important;border:1px solid #e2e8f0!important;border-radius:13px!important;box-shadow:0 10px 28px rgba(15,23,42,.16)!important;z-index:10000!important;display:flex!important;flex-direction:column!important;gap:1px!important;overflow:hidden!important;direction:rtl!important}
#feed article.post .mada-post-menu button{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:36px!important;padding:6px 9px!important;margin:0!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#1e293b!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important;text-align:right!important;white-space:normal!important;box-sizing:border-box!important;cursor:pointer!important}
#feed article.post .mada-post-menu button:hover{background:#f1f5f9!important}
#feed article.post .mada-post-menu button:active{transform:none!important;background:#e2e8f0!important}
#feed article.post .mada-post-menu button.danger{color:#dc2626!important}
#feed article.post .mada-post-menu button.danger:hover{background:#fef2f2!important}
@media(max-width:600px){
  #feed article.post .post-more-wrap{width:36px!important;height:36px!important}
  #feed article.post .post-more{width:36px!important;height:36px!important;min-width:36px!important;font-size:21px!important}
  #feed article.post .mada-post-menu{width:178px!important;max-width:calc(100vw - 24px)!important;top:calc(100% + 5px)!important;border-radius:12px!important;padding:4px!important}
  #feed article.post .mada-post-menu button{min-height:34px!important;padding:5px 8px!important;font-size:11.5px!important;border-radius:8px!important}
}
body.dark #feed article.post .post-more{background:#1e293b!important;color:#e2e8f0!important}
body.dark #feed article.post .post-more:hover{background:#334155!important}
/* Menu intentionally stays white in dark mode. */
body.dark #feed article.post .mada-post-menu{background:#fff!important;color:#1e293b!important;border-color:#e2e8f0!important;box-shadow:0 10px 28px rgba(0,0,0,.22)!important}
body.dark #feed article.post .mada-post-menu button{color:#1e293b!important}
body.dark #feed article.post .mada-post-menu button:hover{background:#f1f5f9!important}
