.br-theme-css-stars .br-widget {
    white-space: nowrap
}

.br-theme-css-stars .br-widget a {
    box-sizing:border-box;
    font-family: "Phosphor-Duotone" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 48px;
}

.br-theme-css-stars .br-widget a:before {
    content: "\e46a";
    opacity: 0.2;
}

.br-theme-css-stars .br-widget a:after {
    content: "\e46b";
    margin-left: -1em;
}

.br-theme-css-stars .br-widget a.br-active {
    color: #F3CE2D;
}

.br-theme-css-stars .br-widget a.br-selected {
    color: #F3CE2D;
}

.br-theme-css-stars .br-widget .br-current-rating {
    display: none
}

.br-theme-css-stars .br-readonly a {
    cursor: default
}

@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\e46b";
        margin-left: -1em;
    }

    .br-theme-css-stars .br-widget a:before {
        content: "\e46a";
        opacity: 0.2;
    }
}