/* Vendor Rating 5 Stars - v1.0.0 */
/* Force vendor profile stars to always show 5/5 golden stars */
.star-rating,
.star-rating::before,
.star-rating span::before {
    content: "★★★★★" !important;
    color: #FFD700 !important; /* Gold */
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
}

.star-rating::after,
.star-rating span::after {
    content: "" !important;
}

/* Ensure alignment with vendor profile */
.store-title .star-rating,
.store-header .star-rating,
.vendor-header .star-rating,
.store-brand .star-rating {
    display: inline-block;
    vertical-align: middle;
    margin-inline-start: 6px;
}
