.star-rating {
    font-size: 20px;
    color: #f5c518; /* Kolor gwiazdek */
    margin-bottom: 10px;
}

.star-rating span {
    display: inline-block;
    margin-right: 2px;
}

.dashicons-star-filled:before {
    content: "\f155"; /* Kod ikony gwiazdkowej wypełnionej */
}

.dashicons-star-half:before {
    content: "\f155"; /* Kod ikony gwiazdki pół-wypełnionej */
    width: 50%;
    overflow: hidden;
}

.dashicons-star-empty:before {
    content: "\f154"; /* Kod ikony gwiazdki pustej */
}

.average-rating {
    font-size: 16px;
    color: #333;
}
