#hodnoceniobchodu {
  background-color: rgba(248, 245, 241, 1);
  width: 100%;
}

.review-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

#hodnoceniobchodu .shop-stat-all,
#hodnoceniobchodu h2,
#hodnoceniobchodu .shop-eval-stars {
  display: none;
}

.review__top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}

.review__left {
  display: flex;
  gap: 30px;
  align-items: end;
}

.review__score {
  font-size: 48px;
}

.review__title {
  font-weight: 600;
  font-size: 20px;
}

.review__link {
  font-size: 15px;
}

.review__link > a,
.review__right > a {
  color: black;
  text-decoration: underline;
}

.review__right {
  font-size: 15px;
}

.shop-eval {
  display: flex;
  margin: 0 !important;
  gap: 20px;
}

#hodnoceniobchodu .vote-wrap {
  margin: 0 !important;
  width: calc(25% - 15px);
  padding: 0 !important;
  background-color: transparent !important;
}

.vote-wrap .stars {
  margin: 0;
  display: flex;
  width: 100%;
  height: 30px;
}

.vote-wrap .stars .star {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.stars .star.star-on::before {
  content: "★";
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #f4c95b;
}

.vote-content {
  margin: 0;
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25.5px;
  color: rgba(66, 66, 66, 1);
}

.item__bottom {
  display: flex !important;
  justify-content: space-between;
}

.vote-name {
  display: flex;
  flex-direction: column;
}

.vote-name span:nth-child(1) {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.vote-name .vote-time {
  font-size: 16px;
  color: #111111 !important;
  font-family: "Roboto", sans-serif;
}

.item__approved {
  height: 35px;
  padding: 5px 15px 7px 30px;
  background-image: url("https://www.muudlabs.cz/user/documents/upload/review-check.png");
  background-repeat: no-repeat no-repeat;
  background-position: center left 10px;
  background-size: 15px 15px;
  background-color: white;
  border-radius: 24px;
  color: rgba(123, 123, 123, 1);
  text-align: center;
}

@media (max-width: 1024px) {
  .shop-eval {
    flex-wrap: wrap;
  }

  #hodnoceniobchodu .vote-wrap {
    width: calc(50% - 10px);
  }

  .item__bottom {
    flex-direction: column;
    gap: 15px;
  }

  .item__approved {
    width: 150px;
    font-size: 14px;
    padding: 10px 15px 7px 30px;
  }
}

@media (max-width: 650px) {
  .review-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px 30px;
  }
  #hodnoceniobchodu .vote-wrap {
    width: 100%;
  }

  #hodnoceniobchodu .vote-wrap:not(:nth-child(1)) {
    display: none;
  }

  .vote-wrap .stars {
    justify-content: center;
  }
  .vote-content {
    text-align: center;
  }

  .item__bottom {
    align-items: center;
  }
}
