.hnstl-like-dislike-wrap {
    display: flex;
    margin-bottom:20px;
}
.hnstl-common-wrap {
    display: flex;
    min-width: 50px;
    padding: 0 8px;
    transition: .3s;
}
.hnstl-common-wrap:hover,
.hnstl-common-wrap.active {
    background-color: #a19999;    
}
.hnstl-common-wrap > a.hnstl-like-dislike-trigger {
    text-decoration: none;
    box-shadow: 0 0 0 !important;
    border-bottom: 0;
    display: flex;
    align-items: center;
}


.hnstl-count-wrap {
    margin-left: 5px;
}
.hnstl-like-dislike-wrap.hnstl-custom img {
    max-width: 30px;
    display: inline-block;
    vertical-align: top;
}

.hnstl-like-dislike-wrap.hnstl-template-1 {
    background: #e8e8e8;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    line-height: 28px;
    height: 28px;
}

.hnstl-common-wrap > a::before {
    content: "" !important;
}

.hnstl-common-wrap i.like-up {
    width: 20px;
    height: 20px;
    background-image: url(img/like.svg);
    background-size: contain;
    display: inline-block;
}

.hnstl-common-wrap i.like-down {
    width: 20px;
    height: 20px;
    background-image: url(img/like.svg);
    background-size: contain;
    display: inline-block;
    transform: rotate(180deg);
}

.ha_shortcode_rating {
    display: flex;
    align-items: center;
}

.ha_shortcode_text {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
}




.honest_rating_autosalons_shortcode {
    display: flex;
    align-items: center;
}

.honest_rating_autosalons_shortcode .text {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.half-stars {
}
.half-stars .rating-group {
    display: inline-flex;
}
.half-stars input {
    position: absolute;
    left: -9999px;
}
.half-stars label {
    margin: 0;
    cursor: pointer;
}
.half-stars label svg {
    margin: 2px;
    height: 20px;
    width: 20px;
    fill: #FDD239;
    transition: fill 0.3s;
}
.half-stars .hsr {
    padding-right: 0;
    margin-right: -12px;
    width: 12px;
    overflow: hidden;
    z-index: 2;
}
.half-stars input:checked ~ label svg {
    fill: #EBEBEB;
}
.half-stars .rating-group:hover label svg {
    fill: #FDD239;
}
.half-stars .rating-group input:hover ~ label svg {
    fill: #EBEBEB;
}