#respond .comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

#respond .comments-rating label {
    display: inline-block;
}

#respond .rating-container {
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

#respond .rating-container>input {
    display: none;
}

#respond .rating-container>input+label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

#respond .rating-container>input+label:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    content: "";
    background: url("icons/star-empty.svg") no-repeat center center;
    filter: invert(0.5) sepia(1) brightness(1.3) saturate(3);
}

#respond .rating-container>input:checked~label:before,
#respond .rating-container>input+label:hover~label:before,
#respond .rating-container>input+label:hover:before {
    content: "";
    background: url("icons/star-full.svg") no-repeat center center;
}

#respond .rating-container>.star-cb-clear+label {
    display: none;
}

#respond .rating-container:hover>input+label:before {
    background: url("icons/star-empty.svg") no-repeat center center;
    text-shadow: none;
}

#respond .rating-container:hover>input+label:hover~label:before,
#respond .rating-container:hover>input+label:hover:before {
    background: url("icons/star-full.svg") no-repeat center center;
}

#wait_approval>h3 {
    color: var(--e-global-color-accent);
}

#wait_approval .enroma_reviews__item {
    opacity: 0.8;
    outline: 2px dashed #ccc;
    position: relative;
}

#wait_approval .comment_tag {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 20px;
    font-size: 14px;
    padding: 0 5px;
    background: #f2f0f0;
    border-radius: 5px 0 0 0;
}