.right-menu-container{display:flex;flex-direction:column;gap:6px;position:absolute}.right-menu-item{display:flex;padding:13px 10px;align-items:center;gap:10px;align-self:stretch;border-radius:10px;cursor:pointer;width:100%;color:#fff;justify-content:flex-start}.right-menu-item:hover{background:hsla(0,0%,100%,.05)}.right-menu-item.is-destructive .title{color:var(--remove-red,#c44844);font-weight:600;border-radius:10px}.right-menu-item.is-destructive:hover{background:rgba(196,72,68,.12)!important}