/**
 * تقسیم ولتاژ — استایل اختصاصی
 */
.ic-tool-voltage-divider .ic-vdiv-tabs {
  max-width: 340px;
}

.ic-tool-voltage-divider .ic-tool-body {
  padding-top: 16px;
}

.ic-vdiv-circuit {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 24px;
  text-align: center;
}

.ic-vdiv-circuit-img {
  width: 65%;
  max-width: 320px;
  height: auto;
  border-radius: 12px;
  display: inline-block;
}

.ic-vdiv-split {
  direction: ltr;
}

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

.ic-vdiv-split .ic-tool-select-btn.is-fixed {
  cursor: default;
  opacity: 1;
}

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

.ic-vdiv-rl-row {
  margin-bottom: 8px;
}

.ic-vdiv-results {
  width: 100%;
  margin-top: 8px;
}

.ic-vdiv-results[hidden],
.ic-vdiv-status[hidden] {
  display: none !important;
}

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

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

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

.ic-vdiv-result-item--full {
  max-width: calc(50% - 5px);
  margin: 0 auto;
}

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

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

.ic-vdiv-status {
  margin: 16px 0 8px;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  color: #ef4444;
}
