.brxe-ba-star-rating .ba-star-rating-container {
    display: flex;
    flex-direction: row;
}

.brxe-ba-star-rating .ba-star-wrapper {
    display: inline-flex;
}


.ba-title-top .ba-star-rating-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ba-title-bottom .ba-star-rating-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}