.stars {
    align-items: center;
    gap: 1px;
}

.star {
    width: 12px;
    height: 12px;
}

.star-empty {
    transform: translateY(0.5px);
}