/* Hide all stars except the first one */
.yotpo-sr-bottom-line-summary .star-container:not(:first-child) {
    display: none !important;
}

/* Remove margins from the score panel and score text */
.yotpo-sr-bottom-line-left-panel {
    margin-inline: 0px 0px !important;
}

.yotpo-sr-bottom-line-score {
    margin-inline: 0px 0px !important;
}

/* More specific selectors to hide the vertical border */
.yotpo-widget-clear .yotpo-sr-vertical-border,
.yotpo-bottom-line-scroll-panel .yotpo-sr-vertical-border,
span.yotpo-sr-vertical-border {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Fallback - hide any element with vertical border styling */
[class*="yotpo-sr-vertical-border"] {
    display: none !important;
}