* Like Button toolbar button, loading text & container styles
/* Overall Sharedaddy block title */
div.sharedaddy h3.sd-title {
div.sharedaddy h3.sd-title::before {
border-top: 1px solid #dcdcde;
div.jetpack-likes-widget-wrapper {
min-height: 50px; /* Previous height, 60px */
position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
div.jetpack-likes-widget-wrapper .sd-link-color {
div.jetpack-comment-likes-widget-wrapper {
div.jetpack-comment-likes-widget-wrapper iframe {
padding: 9px 12px 10px 12px;
border: solid 1px #dcdcde;
#likes-other-gravatars * {
#likes-other-gravatars .likes-text {
#likes-other-gravatars ul,
#likes-other-gravatars li {
#likes-other-gravatars li::before {
#likes-other-gravatars ul.wpl-avatars {
#likes-other-gravatars ul.wpl-avatars li {
#likes-other-gravatars ul.wpl-avatars li a {
border-bottom: none !important;
#likes-other-gravatars ul.wpl-avatars li a span {
#likes-other-gravatars ul.wpl-avatars li a img {
border-top: 1px solid #dcdcde;
border-top: 1px solid rgba(0, 0, 0, 0.13);
.jetpack-likes-widget-unloaded .likes-widget-placeholder,
.jetpack-likes-widget-loading .likes-widget-placeholder,
.jetpack-likes-widget-loaded iframe {
.jetpack-likes-widget-loaded .likes-widget-placeholder,
.jetpack-likes-widget-unloaded iframe,
.jetpack-likes-widget-loading iframe {
.entry-content .post-likes-widget,
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
.comment-likes-widget-placeholder {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
.comment-likes-widget-placeholder::before {
background-repeat: no-repeat;
background-size: 16px 16px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
.post-likes-widget-placeholder .button {
display: none; /* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
.comment-likes-widget-placeholder .loading {
/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
/* Make ratings block. @todo: remove inline style so !important is not needed */
display: block !important;
.jetpack-likes-widget-wrapper {