.Choices__label {
    font-size: 14px;
}

/* Insert ⏪ for the FIRST option */
.Scale__checkbox-label:first-of-type .Scale__checkbox-label-text::before {
  content: "⏪";
  display: block;       /* forces a new line */
  margin-bottom: 0.3em; /* spacing between emoji and text */
}

/* Insert ⏩ for the LAST option */
.Scale__checkbox-label:last-of-type .Scale__checkbox-label-text::before {
  content: "⏩";
  display: block;
  margin-bottom: 0.3em;
}

.Matrix__column-label {
padding-left: 0;
padding-right: 0;
}