.spl-like-btn {
    display: flex;
    align-items: flex-end;
    border-radius: 0 !important;
    box-shadow:none;
    background: transparent;
    cursor: pointer;
    border: none;
    outline: none;
}
.spl-like-btn svg {
    width:30px;
    height:auto;
}
.spl-like-btn .spl-count {
    font-weight: 700;
    font-size:14px
}
.spl-like-btn.is-liked {
    border: none;
}
.spl-like-btn.is-liked svg path:first-of-type {
    fill: #F23E3E;
}
.spl-like-btn:hover svg path:first-of-type {
    fill: #F23E3E;
}