.like-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.like-count {
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
}
.like-button svg path{
    fill: none;
    stroke: #e84a43;
}
.pt-like-it.liked .like-button svg path{
    fill: #e84a43;
}

.like-button svg{
    display: block;
    width: 20px;
    height: auto;
}

.pt-like-it {
    display: table;
    cursor: pointer;
}