.blog-social-icon{display:inline-block;margin:30px 5px;height:40px;width:40px;background-color:#f1f1f1;border-radius:50%;line-height:40px;color:#999}.blog-social-list{display:flex;justify-content:space-between}.blog-social-list.no-like-feature{display:block}.blog-likes{display:none;line-height:20px;width:40px;font-size:12px;color:#999;text-align:left}@media screen and (min-width:980px){.blog-social-list{width:40px;margin-top:40px;display:grid;grid-gap:40px}.blog-likes{line-height:20px;height:20px;width:40px;color:#999;text-align:center}.blog-social-icon{margin:5px 0}.blog-social-list.blog-social-fixed{position:fixed;top:90px}.blog-social-list.scroll-below-article{position:absolute;bottom:0}}.blog-heart-icon-wrapper{outline:none;cursor:pointer}.blog-heart-liked{color:#e2264d}.blog-heart-toLiked .heart-icon{color:#e2264d;will-change:font-size;animation:heartLike 1s cubic-bezier(.17,.89,.32,1.49)}@keyframes heartLike{0%,17.5%{font-size:0}}.heart-icon{position:relative}.heart-icon:before{position:absolute;top:50%;left:50%;border-radius:50%;content:"";margin:-20px;width:40px;height:40px;box-sizing:border-box;border:20px solid #e2264d;transform:scale(0)}.blog-heart-toLiked .heart-icon:before{will-change:transform,border-color,border-width;animation:inherit;animation-timing-function:cubic-bezier(.21,.61,.35,1);animation-name:bubble}@keyframes bubble{15%{border-color:#cc8ef5;border-width:20px;transform:scale(1)}30%,to{border-color:#cc8ef5;border-width:0;transform:scale(1)}}