CSS to make the opinion scale question appear in a single line on the mobile device. (Classic)

CSS to make the opinion scale question appear in a single line on the mobile device. (Classic):

@media screen and (max-width: 767px) {
button.ss-answer-option--rating {
height: 29px;
width: 29px;
min-width: 29px;
margin: 0.05em 0.05em !important;
}
}