.js-form-item {
  display: block !important;
  flex-shrink:0;
}

.js-form-item .description {
  display: none !important;
  font-size: 1rem !important;
  font-weight: 400;
  border: 5px solid #efefef;
}

.js-form-item .description.nest-hint-visible {
  display: block !important;
}

.webform-progress-tracker {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

.webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before,
.webform-progress-tracker .progress-step .progress-marker::after {
  background: #002554;
  font-weight: bold;
  font-size: 1em;
}

.progress-step.is-active .progress-marker::before {
  background-color: #ffcd00 !important;
  color: #002554;
  font-weight: bold;
}

.webform-quiz-wizard-page .lg:w-1/2 {
  flex-shrink: 0;
}

.nest-hint-toggle {
  font-size: 0.8em;
  margin-left: 0.4em;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
