.in-hodnoceni-obchodu div#ratingsList {
  display: flex;
  flex-wrap: wrap;
}

.in-hodnoceni-obchodu .vote-wrap {
  padding: 20px;
  flex-basis: calc(25% - 20px);
  background: var(--pw-secondary-color);
  margin: 0;
  border: 0px !important;
}

.in-hodnoceni-obchodu .vote-wrap .vote-content {
  color: var(--pw-text-color) !important;
}

.in-hodnoceni-obchodu .stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
  color: var(--pw-contrast-color);
}

.in-hodnoceni-obchodu span.vote-time {
  color: var(--pw-text-color) !important;
}

.in-hodnoceni-obchodu #formRating .row {
  background: var(--pw-secondary-color);
  padding: 10px;
  margin: 10px;
}

.in-hodnoceni-obchodu input.btn.btn-sm.btn-primary {
  background: var(--pw-contrast-color);
  color: var(--pw-contrast-text-color);
  font-weight: normal;
  padding: 10px;
}

@media screen and (max-width: 1500px) {
  .in-hodnoceni-obchodu .vote-wrap {
    flex-basis: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .in-hodnoceni-obchodu .vote-wrap {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .in-hodnoceni-obchodu .vote-wrap {
    flex-basis: calc(100%);
  }
}

div#hodnoceni_vytazek {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  padding: 50px 0px;
}

div#hodnoceni_vytazek .vote-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 calc(25% - 20px);
  padding: 15px;
  background: white;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.btn-hodnoceni-center-footer.mtb-btn {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 35px;
}

div.reviews-section-wrapper::before {
        content: "";
    position: absolute !important;
    top: -1px !important;
    width: 100vw !important;
    height: 100% !important;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    right: 50%;
    background: #eaf5fd !important;
    border-top: 1px solid #efeded;
    z-index: 0 !important;
}


div.reviews-section-wrapper{
    position: relative;
    margin-top: 60px;
}

.reviews-section-wrapper h3 {
    position: relative;
    padding-top: 35px;
    margin-bottom: 0;
}


.in-hodnoceni-obchodu div#ratingsList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

