.likert-wrap-fix .webform-likert-table th {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
  line-height: 1.2;
}

.ntpc-your-input {
  color: #e64b2a;      /* NTPC red */
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.ntpc-divider {
  border: none;
  border-top: 2px solid #e64b2a;
  margin-top: 0;
  margin-bottom: 24px;
}
``