.rating-aggregate {
  padding-left: 8px;
}

.rating-aggregate .summary {
  margin-bottom: 5%;
}

.rating-aggregate .rating-split-label, .rating-aggregate .average-rating-header {
  font-size: 18px;
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.rating-aggregate .period-summary {
  margin-right: -20px;
}

.rating-aggregate .period-summary .rating-summary-control .rating-body {
  display: table-row;
}

.rating-aggregate .period-summary .rating-summary-control .average-rating-label {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  float: left;
}

.rating-aggregate .period-summary .rating-summary-control .footer-rating-count {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  padding-left: 5px;
  text-align: left;
  float: left;
  padding-top: 14px;
  padding-right: 13px;
}

.rating-aggregate .period-summary .rating-summary-control .footer-days {
  font-size: 12px;
  text-align: left;
  display: table-row;
  font-weight: 600;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.rating-aggregate .overall-summary {
  margin-left: 5px;
}

.rating-aggregate .overall-summary .rating-summary-control .rating-body {
  display: table-row;
}

.rating-aggregate .overall-summary .rating-summary-control .average-rating-label {
  text-align: left;
  font-size: 30px;
  font-weight: 300;
  float: left;
}

.rating-aggregate .overall-summary .rating-summary-control .footer-rating-count {
  font-size: 16px;
  padding-left: 5px;
  text-align: left;
  float: left;
  padding-top: 14px;
  padding-left: 5px;
}

.rating-aggregate .overall-summary .rating-summary-control .footer-days {
  font-size: 12px;
  text-align: left;
  display: table-row;
  font-weight: 600;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.rating-aggregate .split-rating-row {
  padding-top: 31px;
}

.rating-aggregate .split-rating-row .chart {
  margin-left: -10px;
}

.rating-aggregate .thin-right-border {
  border-right-width: thin;
  border-right-color: rgba( 200, 200, 200 ,  1 );
  border-right-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  border-right-style: solid;
  margin-top: 10px;
  height: 45px;
  margin-right: 10px;
  margin-left: 5px;
}
