.star {
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
    display: inline-block;
    position: relative;
}
.star.selected {
    color: #ffc107;
}
.star .star-number {
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #000;
    display: none;
}
