.quiz-config-overview, #quiz-question-answering-form, #quiz-progress {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 24px;
}

body .quiz-config-overview {
  box-sizing: border-box;
}

.quiz-config-overview-table {
  width: 100%;
}

table[id^="edit-question-"][id$="-user-answer"] {
  table-layout: fixed;
  width: 100%;
}

table[id^="edit-question-"][id$="-user-answer"] th:first-child,
table[id^="edit-question-"][id$="-user-answer"] td:first-child {
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  text-align: center;
  vertical-align: middle;
  padding: 0.25rem;
}

table[id^="edit-question-"][id$="-user-answer"]:has(td:first-child .form-item--error-message) th:first-child,
table[id^="edit-question-"][id$="-user-answer"]:has(td:first-child .form-item--error-message) td:first-child {
  width: auto;
  max-width: none;
  min-width: 0;
}

