.shahr-wax-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: rtl;
    font-family: inherit;
    width: 100%;
}
.shahr-wax-rating-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shahr-wax-rating-icon svg {
    transition: all 0.3s ease;
}
.shahr-wax-rating-score {
    color: #333333;
    font-size: 16px;
    font-weight: 800;
}
.shahr-wax-rating-text {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}
.shahr-wax-rating-count {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}