.br-theme-dollar-circle .br-widget {
  height: 15px;
  white-space: nowrap;
}
.br-theme-dollar-circle .br-widget a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid #d2d2d2;
  background-color: white;
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #d2d2d2;
  font-weight: 600;
  border-radius: 50%;
}
.br-theme-dollar-circle .br-widget a.br-active,
.br-theme-dollar-circle .br-widget a.br-selected {
  border: 2px solid #ffc726;
  color: #ffc726;
  border-radius: 50%;
}
.br-theme-dollar-circle .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #646464;
}
.br-theme-dollar-circle .br-readonly a {
  cursor: default;
  border: 2px solid var(--light-grey);
  color: var(--light-grey);
}
.br-theme-dollar-circle .br-readonly a.br-active,
.br-theme-dollar-circle .br-readonly a.br-selected {
  border: 2px solid #ffc726;
  color: #ffc726;
  border-radius: 50%;
}
@media print {
  .br-theme-dollar-circle .br-widget a {
    border: 2px solid var(--light-grey);
    color: var(--light-grey);
  }
  .br-theme-dollar-circle .br-widget a.br-active,
  .br-theme-dollar-circle .br-widget a.br-selected {
    border: 2px solid black;
    color: black;
  }
}
