.in-hodnoceni-obchodu form#formRating {
  background: #f2f2f2;
  padding: 15px;
}

.in-hodnoceni-obchodu .stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
  color: #ffc500;
}

.in-hodnoceni-obchodu
  input.btn.btn-sm.btn-primary[data-testid="buttonSendRating"] {
  background: #ffc500;
  padding: 15px;
  border: 0px;
  color: black;
}
.in-hodnoceni-obchodu
  input.btn.btn-sm.btn-primary[data-testid="buttonSendRating"]:hover {
  background: #ffd442;
}

.in-hodnoceni-obchodu .vote-wrap {
  border: 1px solid #d3d3d3;
  padding: 10px;
  margin-bottom: 10px !important;
  padding-top: 10px !important;
  flex: 0 0 33%;
  max-width: calc(33.3333% - 10px);
}

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

.in-hodnoceni-obchodu span.star.star-off,
.in-hodnoceni-obchodu .rate-list span.star.star-off {
  color: #ffc500 !important;
}

.in-hodnoceni-obchodu .rate-bar {
  background: #367c2c;
}
