.vue-reaction{position:relative;display:flex;transition:all 0.2s ease;justify-content:center;cursor:pointer;height:60px;width:58px;align-items:center}.vue-reaction:hover .effect{height:44px;width:44px;right:5px}.vue-reaction .effect{height:36px;width:36px;margin:0 auto;transition:all 0.2s ease-in-out;display:table-footer-group;border-radius:50%;z-index:0;position:absolute;right:12px}.vue-reaction .effect.non-hoverable{z-index:0}.vue-reaction .animated{animation:pulse 2s}.vue-reaction img{height:45px;margin:0 auto;transition:all 0.2s ease-in-out;border-radius:50%;z-index:1}.vue-reaction img.non-hoverable{z-index:0}.vue-reaction img:hover{height:60px}@keyframes pulse{0%{box-shadow:0 0 0 0 #fed764}70%{box-shadow:0 0 0 20px rgba(254,215,100,0)}to{box-shadow:0 0 0 0 rgba(254,215,100,0)}}.vue-feedback-reaction{margin:10px auto;padding:0;text-align:center;display:inline-flex}.vue-feedback-reaction .reaction{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all 0.2s ease;margin:0 auto;padding:0 8px;cursor:pointer}