.muj-static-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 10px;
    gap: 8px;
}

/* Star color - Golden for premium look */
.muj-static-rating .star-rating {
    font-size: 14px;
    width: 75px; /* Standardize width */
    color: #EABE12; 
}

/* Review count styling */
.muj-review-count {
    font-size: 11px;
    color: #777;
    font-weight: 400;
}

/* Left-align on product pages */
.single-product .muj-static-rating {
    justify-content: flex-start;
    margin-top: 0;
}