.emotion-counter-wrapper{position:relative;display:inline-block}.emotion-counter-button{transition:all .2s ease-in-out}.emotion-counter-button:hover{background-color:#e4eaf0!important;transform:scale(1.05)}.emotion-counter-button:active{transform:scale(.95)}.emotion-counter-badge{position:absolute;top:-4px;right:-4px;background-color:#f44;border:2px solid #fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:10;animation:pulse 2s infinite}.emotion-counter-number{color:#fff;font-size:11px;font-weight:600;line-height:1;text-align:center;padding:0 2px}@media(max-width:768px){.emotion-counter-badge{min-width:18px;height:18px;top:-3px;right:-3px}.emotion-counter-number{font-size:10px}}