/* ===== MATCHING GROUP ===== */

.matching-group {
  margin-bottom: 24px;
}

/* OPTIONS LIST (A, B, C...) */
.matching-options {
  margin: 0 0 14px 0;
  padding: 0;
  font-size: 14px;
}

.matching-options {
  margin-bottom: 14px;
  font-size: 14px;
  text-align: left;
}
.matching-option-item {
  text-align: left;
}
/* QUESTIONS */
.matching-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.matching-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

/* TEXT */
.matching-text {
  flex: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15.5px;
  line-height: 1.6;
  text-align: justify;
}

.matching-row-number {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

/* SELECT */
.matching-select {
  min-width: 70px;
  padding: 4px 6px;
  font-size: 14px;
  cursor: pointer;
}
