.form-type-webform-likert[class] table.sticky-header {display: block;}
.webform-scale[class] {display: block;width: min-content;}
.webform-scale-options[class] {display: flex; justify-content: space-between;}
@media (max-width: 768px) {
    .webform-scale[class] {width: 100%;padding: 1rem 0;}
}