row {
    display: flex;
    align-items: center;
}

row span {
    margin-right: 10px; /* Adjust spacing between text and stars */
}

/* Your existing star styling */
fa {
    font-size: 20px;
}

checked {
    color: orange;
}
