/* Nerd-Pastell Emotes */

.npe-emote {
    display: inline-block !important;
    width: auto;
    max-width: none !important;
    height: 50px;
    max-height: 50px;
    vertical-align: -0.25em;
    margin: 0 0.12em;
    border-radius: 0 !important;
    object-fit: contain;
}



.comment-content .npe-emote,
.comment-body .npe-emote {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    vertical-align: middle;
}




.npe-comment-emote img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}