.likeCountWrapper{display:flex;align-items:center;justify-content:center;min-height:24px;min-width:24px;border-radius:100px;background:#e4e4e4;color:#5134e8;font-size:10px;font-weight:500;padding:5px 7px;transition:background .3s ease}.likeCountWrapper:hover{cursor:pointer;background:#d3d3d3}.likeCountWrapper .iconWrapper svg{height:10px;width:10px}.like-count{margin:0 0 2px 3px}.likesInfo{display:flex;align-items:center;font-size:14px;padding:8px;border-radius:5px;transition:background .3s ease,color .3s ease}.likesInfo:hover{cursor:pointer;background:#f1f1f1;color:var(--branding-color)}.likesInfo .likeInfoIconWrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:5px}.likesInfo .likeInfoIconWrapper svg{width:12px;height:12px;fill:#fff}.likesInfo .likeInfoIconWrapper svg path{stroke:none}