.rating { align-items: center; display: flex; } .ratingValue { font-weight: bold; padding: 0 4px; cursor: pointer; &:hover { background-color: #000; color: #fff; } }