
.yotpo-reviews-star-ratings-widget.yotpo-star-ratings-widget-override-css {

  .yotpo-sr-vertical-border {
    display: none !important;
  }
  .yotpo-sr-bottom-line-left-panel {
    margin-inline: 0px 5px !important;
  }
  .star-container {
    width: 13px;
    height: auto;
  }
  .star-container:last-of-type {
    margin-inline-end: 6px !important;
  }
  
  
  .yotpo-sr-bottom-line-left-panel,
  .yotpo-sr-bottom-line-text {
    font-size: .875rem !important;
    padding: 0 !important;
    font-family: var(---font-stack-body) !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    color: black !important;
  }
  
  
  .yotpo-sr-bottom-line-text {
    text-decoration: underline !important;
    
  }
  .yotpo-sr-bottom-line-summary {
    pointer-events: none;
  }
  .yotpo-sr-bottom-line-right-panel {
    pointer-events: auto;
  }
}
.yotpo-reviews-main-widget {

  .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-actions  {
    /* margin-bottom: auto !important; */
    .yotpo-mobile-filters-results-btn  {
      position: static !important;
    }
  }
  
  .yotpo-mobile-filters-popup-content {
    padding-inline: 12px !important;
  }
  .yotpo-mobile-filters-popup-actions {
    padding-block-end: 20px !important; 
  }

  .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content {
    /* flex: 0 !important; */
  }
  
}
#yotpo-reviews-main-widget .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution  {
  --full-star: url("data:image/svg+xml,%3Csvg class='yotpo-star-rating-icon yotpo-sr-star-full' width='14' height='14' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'  aria-hidden='true' focusable='false'%3E%3Cdefs%3E%3ClinearGradient id='yotpo_stars_gradient_full'%3E%3Cstop offset='100%25' stop-color='rgba(45,39,34,1)'%3E%3C/stop%3E%3Cstop offset='100%25' stop-color='%23FFFFFF' stop-opacity='1'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M17.0919 25.4549L16.8335 25.299L16.5751 25.4549L7.39263 30.9971L9.82942 20.5516L9.89798 20.2577L9.66988 20.0601L1.55658 13.0315L12.2393 12.1252L12.5397 12.0997L12.6574 11.8221L16.8335 1.9688L21.0096 11.8221L21.1273 12.0997L21.4277 12.1252L32.1104 13.0315L23.9971 20.0601L23.769 20.2577L23.8376 20.5516L26.2744 30.9971L17.0919 25.4549Z' stroke='rgba(45,39,34,1)' fill='url(%23yotpo_stars_gradient_full)'%3E%3C/path%3E%3C/svg%3E");
  --empty-star: url("data:image/svg+xml,%3Csvg class='yotpo-star-rating-icon yotpo-sr-star-empty' width='14' height='14' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'  aria-hidden='true' focusable='false'%3E%3Cpath d='M17.0919 25.4549L16.8335 25.299L16.5751 25.4549L7.39263 30.9971L9.82942 20.5516L9.89798 20.2577L9.66988 20.0601L1.55658 13.0315L12.2393 12.1252L12.5397 12.0997L12.6574 11.8221L16.8335 1.9688L21.0096 11.8221L21.1273 12.0997L21.4277 12.1252L32.1104 13.0315L23.9971 20.0601L23.769 20.2577L23.8376 20.5516L26.2744 30.9971L17.0919 25.4549Z'  fill='rgb(217, 219, 219)'%3E%3C/path%3E%3C/svg%3E");
  --star-size: 14px;
  --star-spacing: 2px;
  
  .yotpo-star-distribution-row-wrapper:before {

    content: '' !important;
    display: inline-block;
    width: calc((var(--star-size) * 5) + (var(--star-spacing) * 4));
    height: var(--star-size);
    background-size: var(--star-size) var(--star-size);
    background-repeat: no-repeat;
    background-position: 
    0 0, 
    calc(var(--star-size) + var(--star-spacing)) 0, 
    calc((var(--star-size) * 2) + (var(--star-spacing) * 2)) 0, 
    calc((var(--star-size) * 3) + (var(--star-spacing) * 3)) 0, 
    calc((var(--star-size) * 4) + (var(--star-spacing) * 4)) 0;
  }
}

#yotpo-reviews-main-widget .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-row-wrapper[aria-label*="5 star"]::before {
 background-image: var(--full-star), var(--full-star), var(--full-star), var(--full-star), var(--full-star);
}

#yotpo-reviews-main-widget .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-row-wrapper[aria-label*="4 star"]::before {
 background-image: var(--full-star), var(--full-star), var(--full-star), var(--full-star), var(--empty-star);
}

#yotpo-reviews-main-widget .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-row-wrapper[aria-label*="3 star"]::before {
 background-image: var(--full-star), var(--full-star), var(--full-star), var(--empty-star), var(--empty-star);
}

#yotpo-reviews-main-widget .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-row-wrapper[aria-label*="2 star"]::before {
 background-image: var(--full-star), var(--full-star), var(--empty-star), var(--empty-star), var(--empty-star);
}

#yotpo-reviews-main-widget .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-row-wrapper[aria-label*="1 star"]::before {
 background-image: var(--full-star), var(--empty-star), var(--empty-star), var(--empty-star), var(--empty-star);
}
