/**
 * افت ولتاژ — استایل اختصاصی
 */
.ic-vd-split {
  direction: ltr;
}

.ic-vd-split .ic-tool-select-btn {
  flex: 1;
  width: auto;
  max-width: none;
  min-height: 65px;
}

.ic-vd-split .ic-tool-field-wrap {
  flex: 1;
}

.ic-vd-results {
  width: 100%;
  margin-top: 24px;
}

.ic-vd-results[hidden] {
  display: none !important;
}

.ic-vd-result-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.ic-vd-result-row:last-child {
  margin-bottom: 0;
}

.ic-vd-result-item {
  flex: 1;
  min-width: 0;
  padding: 14px;
  border-radius: 14px;
  background: #f8f8f8;
  border: 0.7px solid #dbdbdb;
  text-align: center;
}

.ic-vd-result-value {
  font-size: 16px;
  font-weight: 700;
  color: #2d3a4a;
  line-height: 1.35;
  word-break: break-word;
}

.ic-vd-result-value.is-warn {
  color: #f97316;
}

.ic-vd-result-value.is-bad {
  color: #ef4444;
}

.ic-vd-result-value.is-good {
  color: #10b981;
}

.ic-vd-result-label {
  margin: 8px 0 0;
  font-size: 9px;
  color: #8090a8;
  line-height: 1.4;
}
