.repair-column-note {
  margin: -3px 0 14px;
  padding: 10px 12px;
  border-left: 3px solid var(--blue);
  background: var(--blue-soft);
  color: #506079;
  font-size: 11px;
  line-height: 1.5;
}

.repair-required-fields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.repair-optional > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repair-field > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.repair-field-state {
  color: var(--green);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.repair-field-state.missing {
  color: var(--red);
}

.repair-fee-step {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

.repair-fee-heading h3 {
  margin: 0;
  color: #172235;
  font-size: 21px;
}

.repair-fee-heading p {
  margin: 7px 0 18px;
  color: var(--muted);
  font-size: 12px;
}

.repair-fee-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.repair-fee-card-head {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: #f7f9fc;
}

.repair-fee-card-head strong,
.repair-fee-card-head span {
  display: block;
}

.repair-fee-card-head strong {
  color: #233047;
  font-size: 12px;
}

.repair-fee-card-head span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.repair-fee-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repair-fee-option {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-bottom: 1px solid #edf1f5;
  cursor: pointer;
}

.repair-fee-option:nth-child(odd) {
  border-right: 1px solid #edf1f5;
}

.repair-fee-option input {
  width: 16px;
  height: 16px;
  margin: 0 9px 0 0;
  accent-color: var(--blue);
}

.repair-fee-option > span:first-of-type {
  flex: 1;
  color: #2c3a50;
  font-size: 11px;
}

.repair-fee-new {
  padding: 3px 6px;
  border-radius: 4px;
  background: #fff4e7;
  color: #a05b0a;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.repair-fee-remember {
  margin-top: 13px;
  padding: 11px 13px;
  border: 1px solid #d8e3f1;
  border-radius: 8px;
  background: var(--blue-soft);
}

.repair-fee-remember label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2c3d57;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.repair-fee-remember input {
  width: 15px;
  height: 15px;
  accent-color: var(--blue);
}

.repair-fee-remember p {
  margin: 5px 0 0 23px;
  color: #627289;
  font-size: 10px;
}

@media (max-width: 900px) {
  .repair-fee-list { grid-template-columns: 1fr; }
  .repair-fee-option:nth-child(odd) { border-right: 0; }
}
