.br-theme-fontawesome-stars-o {
  --br-star-empty-weight: 400;
  --br-star-filled-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../vendor/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2");
}
.br-theme-fontawesome-stars-o .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars-o .br-widget a {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: var(--br-star-empty-weight);
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
  font-weight: var(--br-star-empty-weight);
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: '\f005';
  color: #EDB867;
  font-weight: var(--br-star-filled-weight);
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: '\f005';
  color: #EDB867;
  font-weight: var(--br-star-filled-weight);
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: '\f5c0';
  color: #EDB867;
  font-weight: var(--br-star-filled-weight);
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars-o .br-readonly a {
  cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
@media print {
  .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f005';
    color: black;
    font-weight: var(--br-star-empty-weight);
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
    font-weight: var(--br-star-filled-weight);
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f5c0';
    color: black;
    font-weight: var(--br-star-filled-weight);
  }
}

.br-wrapper,
.br-widget {
	display:inline;
}
