.merged-rating-wrapper {
  margin-bottom: 15px;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  max-width: 300px;
}
.rating-toggle {
  cursor: pointer;
  font-weight: bold;
}
.rating-breakdown {
  margin-top: 10px;
}
.rating-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  padding: 4px 0;
}
.rating-count-text {
  margin-left: 5px;
}
