.dx-stars-container.merchant-stars {
    display: flex;
    gap: 4px;
    align-items: center;
}

.dx-stars-container.merchant-stars .dx-star-active {
    position: relative;
    left: unset;
    top: unset;
    color: gold !important;
    font-weight: 900;
}

.dx-star-item {
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free' !important;
}

.dx-star-clickable {
    cursor: pointer;
}

.dx-star-text {
    display: inline-block;
    padding-left: 20px;
}

.dx-star-active {
    position: absolute;
    left: 0;
    top: 0;
    color: gold !important;
    font-weight: 900 !important;
}

.dx-star-active::before {
    color: unset !important;
}

.dx-star-inactive {
    color: #e7e7e7;
    font-weight: 900 !important;
}

.dx-star-inactive::before {
    color: unset !important;
}

.dx-stars-container {
    display: inline-block;
}

/* BEGIN Used when dx_marketplace_orderrating_stars is in edit-mode */
.dx-star-select-active::before{
    color: gold !important;
}

.dx-star-select-inactive{
    position:absolute;
    top:0px;
    left:0px;
}
/* END Used when dx_marketplace_orderrating_stars is in edit-mode */