.row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  font-size: 15px;
}

.fraction-row input {
  width: 80px;
  padding: 6px 10px;
}

.row strong {
  font-size: 18px;
  font-weight: 600;
}

.row-explain {
  font-size: 14px;
  color: #475569;
  margin-bottom: 12px;
  padding-left: 4px;
}

.label {
  font-weight: 600;
  min-width: 130px;
}
