/**
 * LM317 — استایل اختصاصی
 */
.ic-lm317-circuit {
  display: flex;
  justify-content: center;
  margin: 0 0 25px;
}

.ic-lm317-circuit-img {
  width: 78%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
}

.ic-tool-lm317 .ic-tool-field.is-calc {
  color: #2d3a4a;
  font-weight: 700;
  font-size: 11px;
}

.ic-tool-lm317 .ic-tool-field.is-calc-green {
  color: #10b981;
  font-weight: 700;
  font-size: 11px;
}

.ic-tool-lm317 .ic-tool-field.is-success {
  color: #10b981;
  font-weight: 700;
  font-size: 11px;
}

.ic-tool-lm317 .ic-tool-field.is-warning {
  color: #ef4444;
  font-weight: 700;
  font-size: 11px;
}

.ic-tool-lm317 .ic-tool-field-wrap.is-disabled .ic-tool-field {
  background: #e5e7eb;
  opacity: 0.6;
}
