.thumb-rating-icon{margin-right:16px}.thumb-rating-popover{margin-top:8px}.thumb-rating-overlay{display:flex;background:#fff;border:1px solid #dad5d4;border-radius:36px;padding:8px 16px;margin-right:12px}.thumb-rating-overlay .thumb-rating-buttons{display:flex;gap:12px}.thumb-rating-overlay .thumb-rating-buttons .thumb-rating-button{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer}.thumb-rating-overlay .thumb-rating-buttons .thumb-rating-button.wiggle .thumb-rating-button-icon{animation:wiggle 1s 1}@keyframes wiggle{0%{transform:rotate(0deg) scale(1)}30%{transform:rotate(5deg) scale(1.12)}40%{transform:rotate(-5deg) scale(1.12)}50%{transform:rotate(5deg) scale(1.12)}60%{transform:rotate(-5deg) scale(1.12)}70%{transform:rotate(0deg) scale(1.12)}80%{transform:rotate(0deg) scale(1)}to{transform:rotate(0deg) scale(1)}}