#heureka-reviews .review .star-rating {
  height: 14px;
  position: relative;
  width: 70px;
  display: inline-block;
  top: 2px;
  left: 5px;
}

#heureka-reviews .review .star-rating:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiNiN2I3YjciID4gICAgPHBhdGggZD0iTSAyNSAyLjI3MzQzNzUgTCAxOC42MDkzNzUgMTguNDgwNDY5IEwgMC44MTA1NDY4OCAxOS40MTc5NjkgTCAxNC42NDg0MzggMzAuNDEyMTA5IEwgMTAuMDcwMzEyIDQ3LjIyMjY1NiBMIDI1IDM3Ljc3MTQ4NCBMIDM5LjkyOTY4OCA0Ny4yMjI2NTYgTCAzNS4zNTE1NjIgMzAuNDEyMTA5IEwgNDkuMTg5NDUzIDE5LjQxNzk2OSBMIDMxLjM5MDYyNSAxOC40ODA0NjkgTCAyNSAyLjI3MzQzNzUgeiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: repeat-x;
  background-size: 14px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}

#heureka-reviews .review .star-rating>span {
  display: block;
  text-indent: -10000px;
  width: 70px;
  height: 14px;
  position: absolute;
  overflow: hidden;
}

#heureka-reviews .review .star-rating>span:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiNmMWM0MGYiID4gICAgPHBhdGggZD0iTSAyNSAyLjI3MzQzNzUgTCAxOC42MDkzNzUgMTguNDgwNDY5IEwgMC44MTA1NDY4OCAxOS40MTc5NjkgTCAxNC42NDg0MzggMzAuNDEyMTA5IEwgMTAuMDcwMzEyIDQ3LjIyMjY1NiBMIDI1IDM3Ljc3MTQ4NCBMIDM5LjkyOTY4OCA0Ny4yMjI2NTYgTCAzNS4zNTE1NjIgMzAuNDEyMTA5IEwgNDkuMTg5NDUzIDE5LjQxNzk2OSBMIDMxLjM5MDYyNSAxOC40ODA0NjkgTCAyNSAyLjI3MzQzNzUgeiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: repeat-x;
  background-size: 14px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}


#heureka-reviews .review h3 {
  text-align: center;
}

#heureka-reviews .review h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-transform: inherit;
}

#heureka-reviews .review {
  font-size: 12px;
  margin-bottom: 25px;
  position: relative;
}

#heureka-reviews .review .customer {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 15px;
}

#heureka-reviews .review .review-info {
  line-height: 15px;
  margin-top: 1px;
  text-align: right;
}

#heureka-reviews .review .review-info strong {
  font-size: 13px;
}

#heureka-reviews .review .review-info strong:nth-of-type(2) {
  font-size: 12px;
  color: #666;
}

#heureka-reviews .heureka-reviews-layout {
  margin-bottom: 20px;
  height: 100%;
  padding: 20px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

#heureka-reviews .heureka-reviews-layout h4 {
  background: #b7e6e1;
  border-radius: 20px 20px 0 0;
  padding: 10px 25px;
  line-height: 1.6;
  flex:1;
}

#heureka-reviews .row {
  display: flex;
  flex-wrap: wrap;
}

#heureka-reviews .text-reviews {
  margin-bottom: 20px;
  margin-top: -5px;
  font-size: 13px;
}

#heureka-reviews .review .pros,
#heureka-reviews .review .cons {
  padding: 0px;
}

#heureka-reviews .review .cons {
  margin-bottom: 10px;
}

#heureka-reviews .review .pros li,
#heureka-reviews .review .cons li {
  line-height: 15px;
  list-style: none;
  padding-left: 18px;
  position: relative;
  letter-spacing: 0px;
}

#heureka-reviews .review .pros li:before {
  width: 15px;
  content: "+";
  position: absolute;
  top: 2px;
  left: 0px;
  font-size: 21px;
  font-weight: bold;
  color: #1ab04c !important;
}

#heureka-reviews .review .cons li:before {
  width: 15px;
  content: "-";
  position: absolute;
  top: -2px;
  left: 0px;
  font-size: 30px;
  color: red;
}

#heureka-reviews .review .pros li+li,
#heureka-reviews .review .cons li+li {
  margin-top: 5px;
}

#column-left #heureka-reviews .review,
#column-right #heureka-reviews .review {
  width: 100%;
}

#column-left #heureka-reviews .customer,
#column-right #heureka-reviews .customer {
  padding-left: 0px;
}

#column-left #heureka-reviews .customer:before,
#column-right #heureka-reviews .customer:before {
  display: none;
}

#column-left #heureka-reviews h4,
#column-right #heureka-reviews h4 {
  margin-bottom: 10px;
  font-size: 13px;
}

#column-left #heureka-reviews h4,
#column-right #heureka-reviews h3 {
  text-align: left !important;
}

#column-left #heureka-reviews .review-info strong,
#column-right #heureka-reviews .review-info strong {
  font-size: 12px;
}

#column-left #heureka-reviews .review-info strong:nth-of-type(2),
#column-right #heureka-reviews .review-info strong:nth-of-type(2) {
  font-weight: normal;
}

/* Journal3 */

.grid-item #heureka-reviews .review {
  padding: 0 10px;
  width: calc(100% / 3 - 0.01px);
}

#heureka-reviews .text-reviews {
  text-align: center;
}

.grid-item #heureka-reviews h3 {
  display: none;
}

@media (max-width: 760px) {
  .grid-item #heureka-reviews .review {
    width: 50%;
  }

  @media (max-width: 480px) {
    .grid-item #heureka-reviews .review {
      width: 100%;
    }
  }