@charset "UTF-8";
/* CSS Document */

.car-star-rating {
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.car-star-svg {
    width: 24px;
    height: 24px;
}

.car-star-fill {
    fill: #f4c430;
}

.car-star-outline {
    fill: none;
    stroke: #999;
    stroke-width: 1.5;
}

.car-error, .car-no-rating {
    color: #555;
    font-style: italic;
}