CSS to make the first NPS question in circle shape (rating question)

CSS to make the first NPS question in circle shape (rating question):

.ss_rating_input--nps button.ss-answer-option--rating {
border-radius: 50% !important;
border: 1px solid !important;
}