.character-button{align-items:center;background:transparent;border-radius:6px;color:var(--theme-text-secondary);cursor:pointer;display:flex;height:24px;justify-content:center;opacity:0;pointer-events:auto;position:absolute;transform:translate(-50%,-50%);transition:all .2s ease;width:24px;z-index:1000}.character-button:before{background:transparent;border-radius:8px;inset:-25%;content:"";position:absolute}.character-button:not(.bound):hover{background:var(--theme-hover-bg);color:var(--theme-text-primary);opacity:1}.character-button.bound{color:var(--theme-text-primary);opacity:0}.character-button.bound:hover{background:var(--theme-hover-bg);opacity:1}.character-button .icon{height:16px;width:16px}.character-button:hover{opacity:1}
