/* quick/hide_myposts.css — hide ALL "My Posts" buttons/links and ensure VC button clickability */
#qp-my-posts, #myposts-btn, #myPostsBtn, .my-posts-btn, .btn-myposts,
[aria-label="My posts"], [aria-label="My Posts"],
a[href*="mypost"], a[href*="MyPost"], a[href*="my-post"],
button[title*="My post"], button[title*="MyPost"], button[title*="My posts"],
.myposts, .myPosts, .MyPosts, .qp-mychip, .chip-mypost, .chip-my-post { display: none !important; }
.qp-call-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#0ea5e9;color:#fff;font-weight:800;border:none;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.18);pointer-events:auto;position:relative;z-index:5}
.qp-call-chip .ico{font-size:16px;line-height:1}
.header-right, .qp-titlebar { position: relative; z-index: 4; }
