/* Larger Newsfeed action controls: comments, custom/share, and like. */
.ow_newsfeed_btns .ow_miniic_control {
    transform: scale(1.22);
    transform-origin: center center;
    margin: 0 5px 0 4px;
}
.ow_newsfeed_btns .newsfeed_counter_comments,
.ow_newsfeed_btns .newsfeed_counter_likes,
.ow_newsfeed_btns .ow_newsfeed_btn_label {
    font-size: 14px;
    line-height: 22px;
}
.ow_newsfeed_btns .ow_newsfeed_control {
    min-height: 25px;
}

.nfr-like-wrap { position: relative; }
.nfr-picker {
    display: none;
    position: absolute;
    z-index: 9999;
    left: -8px;
    bottom: 34px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #d7dce3;
    border-radius: 22px;
    padding: 5px 7px;
    box-shadow: 0 3px 14px rgba(0,0,0,.22);
}
.nfr-picker.nfr-open { display: block; }
.nfr-reaction-choice {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 25px;
    text-decoration: none !important;
    vertical-align: middle;
    cursor: pointer;
    transition: transform .12s ease;
}
.nfr-reaction-choice:hover { transform: scale(1.32); }

.nfr-current-emoji {
    display: inline-block;
    font-size: 18px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: top;
}
.newsfeed_like_btn.nfr-has-reaction,
.ow_miniic_like.nfr-has-reaction {
    background-image: none !important;
    background-position: 0 0 !important;
}

.nfr-summary {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    line-height: 22px;
    white-space: nowrap;
}
.nfr-summary-icons { letter-spacing: -3px; margin-right: 5px; }
.nfr-summary-icon {
    display: inline-block;
    font-size: 15px;
    letter-spacing: normal;
    width: 16px;
    text-align: center;
}
.nfr-summary-total { font-size: 13px; color: inherit; }

@media (max-width: 700px) {
    .nfr-reaction-choice { width: 32px; height: 32px; line-height: 32px; font-size: 23px; }
    .nfr-picker { left: -12px; }
}
