.stars {
  width: 100px;
  height: 20px;
  position: relative;
  margin-right: 1rem;
  overflow: hidden;
  box-sizing: border-box;
  flex-shrink: 0; }
  .stars__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .stars__fill {
    padding: 1px;
    height: 100%;
    box-sizing: border-box; }
  .stars__fill-inner {
    background-color: #cf000d;
    height: 100%;
    box-sizing: border-box; }

/*# sourceMappingURL=stars.css.map */