.conversation-menu-wrap{position:relative}
#conversation-menu-toggle{min-width:32px;min-height:32px;border-radius:8px}
#conversation-menu-toggle:hover,#conversation-menu-toggle[aria-expanded="true"]{background:#edf3ef;color:#327b3a}
.conversation-menu{position:absolute;right:0;top:calc(100% + 4px);z-index:30;min-width:190px;padding:6px;background:#fff;border:1px solid #e2e8e5;border-radius:10px;box-shadow:0 12px 28px rgba(15,23,42,.16)}
.conversation-menu button{display:block;width:100%;padding:9px 11px;border:0;border-radius:7px;background:transparent;color:#344054;text-align:left;cursor:pointer}
.conversation-menu button:hover,.conversation-menu button.active{background:#eff8eb;color:#348c31}
.conversation-menu button.active::before{content:"✓ ";font-weight:700}
#sort{cursor:pointer}
#sort:hover{text-decoration:underline}
