#site-review-rating .site-ratings-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  #site-review-rating .site-ratings-wrapper.qa-list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 768px) {
      #site-review-rating .site-ratings-wrapper.qa-list {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    #site-review-rating .site-ratings-wrapper.qa-list .rating-wrapper {
      margin-top: 10px; }
      #site-review-rating .site-ratings-wrapper.qa-list .rating-wrapper .score {
        font-size: 40px; }
  #site-review-rating .site-ratings-wrapper .rating-wrapper {
    display: grid;
    grid-template-areas: 'logo name score' 'logo star score'; }
    @media (max-width: 991px) {
      #site-review-rating .site-ratings-wrapper .rating-wrapper {
        grid-template-areas: 'logo' 'name' 'star' 'score'; } }
    #site-review-rating .site-ratings-wrapper .rating-wrapper .logo-wrapper {
      grid-area: logo;
      margin-top: 5px;
      margin-right: 10px; }
      @media (max-width: 991px) {
        #site-review-rating .site-ratings-wrapper .rating-wrapper .logo-wrapper {
          margin-top: 0;
          margin-right: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; } }
      #site-review-rating .site-ratings-wrapper .rating-wrapper .logo-wrapper .logo {
        width: 40px;
        height: 40px; }
    #site-review-rating .site-ratings-wrapper .rating-wrapper .name {
      grid-area: name;
      font-family: RubikMedium, sans-serif;
      font-size: 16px;
      color: #2C2C2C;
      letter-spacing: 0;
      text-align: left;
      margin-top: 5px;
      min-width: 90px; }
      @media (max-width: 991px) {
        #site-review-rating .site-ratings-wrapper .rating-wrapper .name {
          margin-top: 0; } }
    #site-review-rating .site-ratings-wrapper .rating-wrapper .star-wrapper {
      grid-area: star;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        #site-review-rating .site-ratings-wrapper .rating-wrapper .star-wrapper {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          margin-bottom: 0; } }
      #site-review-rating .site-ratings-wrapper .rating-wrapper .star-wrapper .star {
        width: 80px; }
    #site-review-rating .site-ratings-wrapper .rating-wrapper .score {
      grid-area: score;
      font-family: RubikLight, sans-serif;
      font-size: 32px;
      color: #000080;
      letter-spacing: 0;
      text-align: left; }
      @media (max-width: 991px) {
        #site-review-rating .site-ratings-wrapper .rating-wrapper .score {
          margin: auto; } }

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