.custom-rating-star {
  display: flex;
  align-items: center;
  gap: 4px;
}
.star-wrapper {
  position: relative;
  width: 19px;
  height: 18px;
}
.star-fill {
  position: absolute;
  top: 0.5px;
  left: 0.5px;
  height: 100%;
  background-color: #FF7C00;
  z-index: 1;
  transform: scale(0.95);
}
.star-frame {
  position: absolute;
  width: 20px;
  height: 19px;
  z-index: 2;
}
.rating-number {
  margin-left: 6px;
  color: #FF7C00;
  font-weight: bold;
}

.member-profile-star img {
    width: 32.76px;
    height: 33px;
}

.menu-star-raiting .star-wrapper {
    width: 26px;
    height: 26px;
}

.menu-star-raiting img {
    width: 27px;
    height: 27px;
}

.brand-review-star img {
  width: 17px;
  height: 17px;
}

.brand-average-review .star-wrapper {
    width: 21.4px;
    height: 22px;
}

.brand-average-review img {
    width: 22.4px;
    height: 23px;
}

.brand-detail-component {
  margin-right: 5px;
}

.brand-detail-component .star-wrapper {
    width: 19px;
    height: 19px;
}

.brand-detail-component img {
    width: 20px;
    height: 20px;
}
.review-number-text,
.review__number-rating {
  margin: auto 0;
}
@media (max-width: 1919px) and (min-width: 1199px) {
    .member-profile-star img {
        width: 22.6px;
        height: 22.8px;
    }
    .collection-rating-profile .star-wrapper{
        width: 14px;
        height: 14px;
    }
    .collection-rating-profile .star-frame{
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 798px) {
    .star-wrapper {
        width: 13px;
        height: 13px;
    }
    .star-frame {
        width: 14px;
        height: 14px;
    }
    .member-profile-star img {
        width: 20px;
        height: 20px;
    }
    .menu-star-raiting .star-wrapper {
        width: 27px;
        height: 26px;
    }
    .menu-star-raiting img {
        width: 28.8px;
        height: 27px;
    }
    .brand-review-star img {
        width: 12px;
        height: 12.7px;
    }
    .brand-average-review .star-wrapper {
        width: 12.79px;
        height: 13px;
    }

    .brand-average-review img {
        width: 13.79px;
        height: 14px;
    }
    .brand-detail-component .star-wrapper {
        width: 14.7px;
        height: 14.7px;
    }

    .brand-detail-component img {
        width: 15.7px;
        height: 15.7px;
    }
}